Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154747 - media-libs/libipoddevice-0.5.1 fails with dbus-1.0
Summary: media-libs/libipoddevice-0.5.1 fails with dbus-1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luis Medinas (RETIRED)
URL:
Whiteboard:
Keywords:
: 154968 (view as bug list)
Depends on:
Blocks: dbus-1
  Show dependency tree
 
Reported: 2006-11-10 18:43 UTC by Patrick Ohearn
Modified: 2006-11-19 12:36 UTC (History)
1 user (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 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.