Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 306313

Summary: app-misc/beagle-0.3.9-r2 `SqliteBusyException' could not be found
Product: Gentoo Linux Reporter: Arsen Shnurkov <Arsen.Shnurkov>
Component: [OLD] UnspecifiedAssignee: Cédric Krier <cedk>
Status: VERIFIED FIXED    
Severity: normal CC: charles, damian.only, deduktionstheorem, dotnet, joost.ruis, phobosk, tetromino, z23
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://git.gnome.org/browse/beagle/patch/?id=59f63233908b8ccee70251f698351014546d5765
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /var/tmp/portage/app-misc/beagle-0.3.9-r2/temp/build.log
proposition of ebuild

Description Arsen Shnurkov 2010-02-22 09:14:00 UTC
FSpotTools.cs(88,74): error CS0246: The type or namespace name `SqliteBusyException' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 1 error(s), 15 warnings
Comment 1 Arsen Shnurkov 2010-02-22 09:14:54 UTC
Created attachment 220667 [details]
/var/tmp/portage/app-misc/beagle-0.3.9-r2/temp/build.log
Comment 2 Eddy Zavaleta 2010-03-10 16:37:45 UTC
I can confirm the problem and I found a patch.

http://cvs.fedoraproject.org/viewvc/devel/beagle/beagle-0.3.9-sqlite.patch
Comment 3 Charles Nérot 2010-03-18 18:05:16 UTC
Created attachment 224161 [details]
proposition of ebuild

> http://cvs.fedoraproject.org/viewvc/devel/beagle/beagle-0.3.9-sqlite.patch
need this patch
Comment 4 Damian Nadales 2010-04-13 11:22:27 UTC
(In reply to comment #3)
> Created an attachment (id=224161) [details]
> proposition of ebuild
> 
> > http://cvs.fedoraproject.org/viewvc/devel/beagle/beagle-0.3.9-sqlite.patch
> need this patch
> 

I'm getting the following error:

* Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/local/overlays/custom-overlay/app-misc/beagle/files/beagle-0.3.9-firefox-3.5.patch
 *   ( beagle-0.3.9-firefox-3.5.patch )
Comment 5 Damian Nadales 2010-04-13 12:47:11 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > Created an attachment (id=224161) [details] [details]
> > proposition of ebuild
> > 
> > > http://cvs.fedoraproject.org/viewvc/devel/beagle/beagle-0.3.9-sqlite.patch
> > need this patch
> > 
> 
> I'm getting the following error:
> 
> * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
>  * 
>  *  
> /usr/local/overlays/custom-overlay/app-misc/beagle/files/beagle-0.3.9-firefox-3.5.patch
>  *   ( beagle-0.3.9-firefox-3.5.patch )
> 
I copied the files folder in  /usr/portage/app-misc/beagle into /usr/local/overlays/custom-overlay/app-misc/beagle/, and I copied the sqlite patch into  /usr/local/overlays/custom-overlay/app-misc/beagle/files/. Now everything is working.

Sorry for the inconvenience, and thanks for providing a solution.

Comment 6 Fabio Erculiani (RETIRED) gentoo-dev 2010-04-24 18:03:28 UTC
I added the given patch. It's fixed now, thanks a lot for reporting.

+  24 Apr 2010; Fabio Erculiani <lxnay@gentoo.org> beagle-0.3.9-r1.ebuild,
+  beagle-0.3.9-r2.ebuild, +files/beagle-0.3.9-sqlite.patch:
+  fix compilation issue against sqlite, close #306313
+