Bug 188221 - sys-libs/libkudzu-1.1.62 bad built_with_use check
Bug#: 188221 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: livecd@gentoo.org Reported By: asmundg.bugs.gentoo.org@big-oil.org
Component: Ebuilds
URL: 
Summary: sys-libs/libkudzu-1.1.62 bad built_with_use check
Keywords:  
Status Whiteboard: 
Opened: 2007-08-09 12:29 0000
Description:   Opened: 2007-08-09 12:29 0000
This is actually more of a problem with eutils.eclass's built_with_use, but the
libkudzu ebuild does

built_with_use sys-apps/pciutils zlib

where the zlib use flag doesn't exist in the current pcituils ebuilds before
2.2.4-r3. With pciutils-2.2.3-r2 installed, the emerge fails with

!!! ERROR: sys-libs/libkudzu-1.1.62-r1 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  libkudzu-1.1.62-r1.ebuild, line 37:   Called built_with_use
'sys-apps/pciutils' 'zlib'
  eutils.eclass, line 1695:   Called die

!!! Unable to determine what USE flags sys-apps/pciutils-2.2.3-r2 was built
with


Reproducible: Always

------- Comment #1 From Åsmund Grammeltvedt 2007-08-09 13:14:10 0000 -------
Whoops, too fast on the trigger. What's needed isn't a DEPEND change, but the
--missing argument to built_with_use.

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-08-14 21:27:42 0000 -------
Well, I fixed it in this package and also the other 6 or so in the tree with
the same issue.  Thanks for the bug report!