Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235123 - dev-python/kaa-base-0.4.0 won't install without net-dns/avahi even with use="-avahi"
Summary: dev-python/kaa-base-0.4.0 won't install without net-dns/avahi even with use="...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-18 17:00 UTC by Anton Romanov
Modified: 2008-08-23 11:50 UTC (History)
3 users (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 Anton Romanov 2008-08-18 17:00:24 UTC
kaa-base have optional avahi dep but always checks for it in pkg_setup 

>>> Building (6 of 9) dev-python/kaa-base-0.4.0
 * kaa-base-0.4.0.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                [ ok ]
 * ERROR: dev-python/kaa-base-0.4.0 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called pkg_setup
 *   kaa-base-0.4.0.ebuild, line   37:  Called built_with_use 'net-dns/avahi' 'python'
 *           eutils.eclass, line 1698:  Called die
 * The specific snippet of code:
 *   	[[ -z ${PKG} ]] && die "Unable to resolve $1 to an installed package"
 *  The die message:
 *   Unable to resolve net-dns/avahi to an installed package
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2008-08-22 23:34:51 UTC
CC'ing maintainer
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2008-08-23 11:50:05 UTC
Thanks Jesus for cc'ing me on this.

+  23 Aug 2008; Robert Buchholz <rbu@gentoo.org> kaa-base-0.4.0.ebuild:
+  Pull avahi and others into DEPEND, and check for avahi before checking for
+  use flags (bug #235123 by Anton Romanov)