Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256010 - dev-util/cmake-2.4.8.ebuild gives wrong advices related to a non-existent libwww flag of dev-libs/xmlrpc-c-1.06.27
Summary: dev-util/cmake-2.4.8.ebuild gives wrong advices related to a non-existent lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 16:07 UTC by J.Borme
Modified: 2009-04-24 14:13 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 J.Borme 2009-01-22 16:07:47 UTC
In some USE flags conbinations, cmake will output this:

>>> Emerging (2 of 2) dev-util/cmake-2.4.8
[...]
 * cmake requires dev-libs/xmlrpc-c to be built with either the 'libwww' or
 * the 'curl' USE flag or both enabled.
 * Please re-emerge dev-libs/xmlrpc-c with USE="libwww" or USE="curl".

Except there is no libwww flag for xmlrpc-c. The ebuild of current stable (dev-libs/xmlrpc-c-1.06.27) event explicitely de-activates libwww:

econf --disable-wininet-client --enable-libxml2-backend --disable-libwww-client 

So AFAIU, it is needed to fix cmake ebuild in order not to suggest to use non-existent flags.

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-04-24 14:13:08 UTC
We're at 2.6.2 now and the issue doesn't exist anymore.