Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306313 - app-misc/beagle-0.3.9-r2 `SqliteBusyException' could not be found
Summary: app-misc/beagle-0.3.9-r2 `SqliteBusyException' could not be found
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Cédric Krier
URL: http://git.gnome.org/browse/beagle/pa...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 09:14 UTC by Arsen Shnurkov
Modified: 2010-04-24 18:03 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/tmp/portage/app-misc/beagle-0.3.9-r2/temp/build.log (build.log,18.36 KB, text/plain)
2010-02-22 09:14 UTC, Arsen Shnurkov
Details
proposition of ebuild (beagle-0.3.9-r3.ebuild,5.69 KB, text/plain)
2010-03-18 18:05 UTC, Charles Nérot
Details

Note You need to log in before you can comment on or make changes to this bug.
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
+