Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158413 - dev-dotnet/galago-sharp doesn't emerge with sys-apps/dbus-1
Summary: dev-dotnet/galago-sharp doesn't emerge with sys-apps/dbus-1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
: 158414 158418 (view as bug list)
Depends on:
Blocks: dbus-1
  Show dependency tree
 
Reported: 2006-12-17 16:18 UTC by tim
Modified: 2006-12-20 16:01 UTC (History)
2 users (show)

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 tim 2006-12-17 16:18:39 UTC
the galago-sharp ebuild requires dbus to be built with the 'mono' use flag. however dbus-1.0.2 doesn't have this specific use flag.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-17 16:27:33 UTC
*** Bug 158414 has been marked as a duplicate of this bug. ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-18 01:03:21 UTC
*** Bug 158418 has been marked as a duplicate of this bug. ***
Comment 3 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-19 14:38:50 UTC
Please assign bugs to the maintainers next time.  Fixed in place.
Comment 4 tim 2006-12-19 15:19:36 UTC
not that easy:

make[2]: Leaving directory `/var/tmp/portage/galago-sharp-0.5.0/work/galago-sharp-0.5.0/galago'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/galago-sharp-0.5.0/work/galago-sharp-0.5.0/tests'
/usr/bin/mcs /out:get-presence.exe /r:../galago/galago-sharp.dll -pkg:dbus-sharp -pkg:glib-sharp-2.0 ./get-presence.cs
/usr/bin/mcs /out:presence-feed.exe /r:../galago/galago-sharp.dll -pkg:dbus-sharp -pkg:glib-sharp-2.0 ./presence-feed.cs
Package dbus-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-sharp' found
error CS8027: Error running pkg-config. Check the above output.
make[2]: *** [get-presence.exe] Error 1
make[2]: *** Waiting for unfinished jobs....
Package dbus-sharp was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-sharp' found
error CS8027: Error running pkg-config. Check the above output.
make[2]: *** [presence-feed.exe] Error 1
make[2]: Leaving directory `/var/tmp/portage/galago-sharp-0.5.0/work/galago-sharp-0.5.0/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/galago-sharp-0.5.0/work/galago-sharp-0.5.0'
make: *** [all] Error 2

!!! ERROR: dev-dotnet/galago-sharp-0.5.0 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  galago-sharp-0.5.0.ebuild, line 45:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-12-20 16:01:37 UTC
Added a hack to work around this issue (basically drop compiling the tests, though they were disabled anyways, so it doesnt matter really).  This should allow it to build.