Bug 157769
| Summary: | Boost complains the compiler is too new. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | yuubyou+rhbz |
| Component: | boost | Assignee: | Benjamin Kosnik <bkoz> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | mnewsome |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-05-24 15:15:05 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 of problem: When compiling an application that uses Boost, I get many warnings of the following form: In file included from /usr/include/boost/config.hpp:35, from /usr/include/boost/detail/iterator.hpp:53, from /usr/include/boost/array.hpp:32, from foo.cc:1: /usr/include/boost/config/compiler/gcc.hpp:92:7: warning: #warning "Unknown compiler version - please run the configure tests and report the results" Version-Release number of selected component (if applicable): boost-1.32.0-3 gcc-4.0.0-2 How reproducible: always Steps to Reproduce: 1. echo '#include <boost/array.hpp>' > foo.cc 2. gcc -c foo.cc Actual results: warning message as above Expected results: silent success Additional info: As the program did link and work, I assume Boost was built with gcc 4. g++32 can't even generate binaries (bug 157654), so the library probably wasn't built with that.