Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331679 - sys-devel/clang-9999 ebuild is missing IUSE for system-cxx-headers
Summary: sys-devel/clang-9999 ebuild is missing IUSE for system-cxx-headers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-08 19:16 UTC by Jack Lloyd
Modified: 2010-08-19 19:33 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 Jack Lloyd 2010-08-08 19:16:19 UTC
The resolution to bug 327575 adds a new USE flag for the sys-devel/clang ebuild system-cxx-headers, however only the 2.7-r2 ebuild had this flag added to IUSE. The -9999 (svn) ebuild does not, causing it to be ignored:

 * QA Notice: USE Flag 'system-cxx-headers' not in IUSE for sys-devel/clang-9999
 * If clang++ fails to find C++ headers on your system,
 * you can remerge clang with USE=system-cxx-headers to use C++ headers
 * from the active gcc profile

I added it to the IUSE decl in my local tree, that seems to be all that is needed.

Reproducible: Always
Comment 1 Bernard Cafarelli gentoo-dev 2010-08-19 19:33:11 UTC
Indeed, thanks for spotting and reporting it! Fixed in CVS