Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188221 - sys-libs/libkudzu-1.1.62 bad built_with_use check
Summary: sys-libs/libkudzu-1.1.62 bad built_with_use check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 12:29 UTC by Åsmund Grammeltvedt
Modified: 2007-08-14 21:27 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 Åsmund Grammeltvedt 2007-08-09 12:29:21 UTC
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 Åsmund Grammeltvedt 2007-08-09 13:14:10 UTC
Whoops, too fast on the trigger. What's needed isn't a DEPEND change, but the --missing argument to built_with_use.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2007-08-14 21:27:42 UTC
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!