Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143265 - net-im/ekiga ebuild checks if avahi was compiled with dbus even if USE="-avahi"
Summary: net-im/ekiga ebuild checks if avahi was compiled with dbus even if USE="-avahi"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords: QAbaddie
Depends on:
Blocks:
 
Reported: 2006-08-08 15:41 UTC by Alessandro Chirico
Modified: 2006-11-07 00:07 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 Alessandro Chirico 2006-08-08 15:41:14 UTC
This is the error message:

>>> checking ekiga-2.0.2.tar.gz ;-)

!!! ERROR: net-im/ekiga-2.0.2 failed.
Call stack:
  ebuild.sh, line 1555:   Called dyn_setup
  ebuild.sh, line 668:   Called pkg_setup
  ekiga-2.0.2.ebuild, line 49:   Called built_with_use 'net-dns/avahi' 'dbus'
  eutils.eclass, line 1592:   Called die

!!! Unable to determine what USE flags  was built with


With this change the package is installed correctly:

-       if ! built_with_use net-dns/avahi dbus; then
+       if has_use avahi && ! built_with_use net-dns/avahi dbus; then
                einfo "You need to build net-dns/avahi with USE=dbus enabled."
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-11-07 00:07:41 UTC
So I got tired of looking at this bug and was going to fix it myself... and it turns out the fix has been in the tree for a while.

*stabs the voip herd for not closing*