Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194405 - dev-util/cmake-2.4.7-r2 won't compile if xmlrpc-c is compiled w/ USE="-libwww -curl"
Summary: dev-util/cmake-2.4.7-r2 won't compile if xmlrpc-c is compiled w/ USE="-libwww...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Wulf Krueger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 16:12 UTC by wgja
Modified: 2007-12-17 06:53 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 wgja 2007-10-01 16:12:11 UTC
If neither libwww or curl are in the use flags, client support isn't built for xmlrpc-c and the following symlink will be broken:
/usr/include/xmlrpc_client.h -> xmlrpc-c/client.h

This causes dev-util/cmake-2.4.7-r2 to fail to compile.

Resolution: recompile xmlrpc-c with curl or libwww

Reproducible: Always

Steps to Reproduce:
1. USE="-libwww -curl" emerge xmlrpc-c
2. emerge cmake
Comment 1 wgja 2007-10-01 18:14:03 UTC
Oops, I forgot to mention that cmake is present in my package.keywords and package.unmask. dev-util/cmake-2.4.7-r1 emerges fine.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-10-01 19:40:46 UTC
So unmask =dev-libs/xmlrpc-c-1.10.00 as well.

NOTABUG.


Comment 3 Wulf Krueger (RETIRED) gentoo-dev 2007-11-26 23:08:41 UTC
Re-opening as unmasking =dev-libs/xmlrpc-c-1.10.00 is wrong.
Comment 4 Wulf Krueger (RETIRED) gentoo-dev 2007-11-26 23:09:24 UTC
... and reassigning to me as cmake needs to be fixed instead.
Comment 5 rushfan73 2007-11-27 01:24:05 UTC
Yeah I can confirm this. If you compile xmlprc-c without curl or libwww cmake won't compile.
Comment 6 Wulf Krueger (RETIRED) gentoo-dev 2007-12-17 06:53:04 UTC
Fixed in CVS.