Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123419 - tomboy-0.3.5 fails to pull in galago-sharp dep
Summary: tomboy-0.3.5 fails to pull in galago-sharp dep
Status: RESOLVED DUPLICATE of bug 123339
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-19 15:11 UTC by Ed Catmur
Modified: 2006-02-19 15:16 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2006-02-19 15:11:59 UTC
mcs -out:PrintNotes.dll -debug -define:DEBUG -target:library -r:/usr/lib/mono/gtk-sharp/glib-sharp.dll -r:/usr/lib/mono/gtk-sharp/pango-sharp.dll -r:/usr/lib/mono/gtk-sharp/atk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gdk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gtk-sharp.dll -r:/usr/lib/mono/gtk-sharp/gnome-sharp.dll -r:/usr/lib/mono/gtk-sharp/art-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp.dll -r:/usr/lib/mono/gtk-sharp/gconf-sharp-peditors.dll   -r:Mono.Posix -r:/usr/lib/mono/dbus-sharp/dbus-sharp.dll   -r:../../Tomboy/Tomboy.exe ./PrintNotes.cs
./GalagoPresence.cs(9,7): error CS0246: The type or namespace name `Galago' could not be found. Are you missing a using directive or an assembly reference?
./GalagoPresence.cs(9,1): error CS0246: The type or namespace name `Galago' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 2 error(s), 0 warnings
make[3]: *** [GalagoPresence.dll] Error 1

galago-sharp is not installed.

tomboy-0.3.5 has DEPEND 

                 x86? ( galago? ( dev-dotnet/galago-sharp ) )

but has

        G2CONF="${G2CONF} $(use_enable galago) $(use_enable eds evolution)"

How did this get in?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-19 15:16:28 UTC
*** This bug has been marked as a duplicate of 123339 ***