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

Bug 154747

Summary: media-libs/libipoddevice-0.5.1 fails with dbus-1.0
Product: Gentoo Linux Reporter: Patrick Ohearn <pat>
Component: New packagesAssignee: Luis Medinas (RETIRED) <metalgod>
Status: RESOLVED FIXED    
Severity: normal CC: uzytkownik2
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 154521    

Description Patrick Ohearn 2006-11-10 18:43:28 UTC
media-libs/libipoddevice fails to build with dbus-1.0 due to the removal of the gtk flag in the dbus ebuild.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-12 23:06:50 UTC
*** Bug 154968 has been marked as a duplicate of this bug. ***
Comment 2 Matt 2006-11-13 02:00:08 UTC
I don't know if this dependency is still necessary, but if it isn't you can create an overlay & remove / comment out the following lines from the libipoddevice-ebuild:

#pkg_setup() {
#	if ! built_with_use sys-apps/dbus gtk; then
#		die "need sys-libs/dbus built with gtk USE flag"
#	fi
#}

in this way banshee & libipoddevice emerged without problems

have still to test if this has any implications on communication with Ipod ...
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2006-11-13 08:36:58 UTC
yes that's right with the new dbus 1.0 (which i don't run atm) we can add the dependency to dbus-glib.
Comment 4 Maciej Piechotka 2006-11-13 10:37:32 UTC
(In reply to comment #3)
> yes that's right with the new dbus 1.0 (which i don't run atm) we can add the
> dependency to dbus-glib.
> 

The dependency is already added. It should be something like
if dbus < 0.90 and ! build_with_use dbus gtk
then
        die "Some error!"
fi
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2006-11-17 23:33:03 UTC
Actually the only way to do it is going to be something like what's in gnome-extra/hal-device-manager
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2006-11-19 12:36:01 UTC
Fixed.