Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147748 - net-dns/avahi-0.6.10 fails if 'python' USE flag is enabled and dbus is built with -python
Summary: net-dns/avahi-0.6.10 fails if 'python' USE flag is enabled and dbus is built ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 16:34 UTC by Rick Harris
Modified: 2006-09-15 16:39 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 Rick Harris 2006-09-15 16:34:50 UTC
Configure fails if dbus is not built with python support, but python support has been enabled:

checking for python module gtk... yes
checking for python module dbus... no
configure: error: Could not find Python module dbus

If USE flag 'python' is enabled, then have the ebuild do:

if use python; then
                ! built_with_use sys-apps/dbus python && \
                  eerror "sys-apps/dbus must be built with Python support"
                  eerror "if the 'python' USE flag is to be enabled"
                  die
fi
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-15 16:39:49 UTC
Already fixed in >=0.6.11