Bug 680644
Summary: | Clang compiler: Can't find bits/c++config.h | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Greear <greearb> |
Component: | llvm | Assignee: | Michel Lind <michel> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 13 | CC: | bos, dcantrell, dmalcolm, jgarzik, michel, vedran |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | llvm-2.8-10.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-22 03:49:32 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ben Greear
2011-02-26 17:27:23 UTC
There's no separate package for clang since upstream still recommends it being built as part of llvm; our bugzilla components reflect SRPM names, not binaries. Thanks for reporting this! clang's detection of include directory is really quite primitive, and indeed we're substituting the correct directories at compile time, otherwise it defaults to having some presets for different versions of different Linux distributions, and trying them one by one at runtime. Will issue an update shortly. llvm-2.8-9.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/llvm-2.8-9.fc14 llvm-2.8-9.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/llvm-2.8-9.fc15 llvm-2.8-9.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/llvm-2.8-9.el6 llvm-2.8-9.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/llvm-2.8-9.fc13 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. llvm-2.8-10.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. llvm-2.8-10.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. llvm-2.8-10.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. llvm-2.8-10.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 694868 has been marked as a duplicate of this bug. *** This is still an issue on i686; clang is searching for /usr/include/c++/4.6.0/i386-redhat-linux/32, which doesn't exist on 32-bit (it should be i686-redhat-linux). Why does %{_arch} become i386? |