Bug 148997 - gnome-base/gnome-vfs-2.16.0-r1 won't compile
Bug#: 148997 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: josef.gottlander@gmail.com
Component: GNOME
URL: 
Summary: gnome-base/gnome-vfs-2.16.0-r1 won't compile
Keywords:  
Status Whiteboard: 
Opened: 2006-09-24 15:06 0000
Description:   Opened: 2006-09-24 15:06 0000
Its seems that gnome-base/gnome-vfs-2.16.0-r1 requires dev-libs/dbus-glib, but
it wasn't depending on it so it refused to compile when wanted libs wasn't
found.
Only useflag "ssl".

possible solution: add dependency to dev-libs/dbus-glib to the ebuild.

workaround: unmask dbus-glib and dbus-core then install dbus-glib separately.

------- Comment #1 From Thomas 2006-09-29 19:25:27 0000 -------
dbus is in the dependancies but only if hal is specified as a use.  Was able to
workaround and get this installed by "emerge dbus" and that satified the
dependancies of gnome-vfs-2.16.0.

------- Comment #2 From Daniel Gryniewicz 2006-09-30 17:47:30 0000 -------
I've made the dbus dep non-optional.  Thanks.