Bug 1818723
| Summary: | /usr/include/boost/format/alt_sstream_impl.hpp incompatible with -std=c++20 (std::allocator::allocate hint argument) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephan Bergmann <sbergman> |
| Component: | boost | Assignee: | Jonathan Wakely <jwakely> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | dakingun, denis.arnaud_fedora, jwakely |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | boost-1.69.0-15.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-07 05:05:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stephan Bergmann
2020-03-30 08:24:56 UTC
GCC's C++20 support definitely is experimental, but that doesn't mean we can't patch Boost to work with it. Fixed in rawhide by boost-1.69.0-15.fc33. The fix for F32 needs to wait for https://bodhi.fedoraproject.org/updates/FEDORA-2020-b2de059578 to reach the buildroot. I'll also fix it for F31 and F30, so people using their own GCC 10 builds don't hit the issue. FEDORA-2020-e9c132ec6a has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e9c132ec6a FEDORA-2020-c347d1cbdf has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-c347d1cbdf FEDORA-2020-c347d1cbdf has been pushed to the Fedora 31 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-c347d1cbdf` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c347d1cbdf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-e9c132ec6a has been pushed to the Fedora 30 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e9c132ec6a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e9c132ec6a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. Fixed everywhere *except* F32 so far. There was a gcc/annobin SNAFU in the testing repo so I'll try again tomorrow. I didn't use the upstream patch, because it's wrong. FEDORA-2020-c4282b0c5f has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-c4282b0c5f FEDORA-2020-c4282b0c5f has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-c4282b0c5f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-c4282b0c5f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-c4282b0c5f has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-c4282b0c5f has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-c347d1cbdf has been pushed to the Fedora 31 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2020-e9c132ec6a has been pushed to the Fedora 30 stable repository. If problem still persists, please make note of it in this bug report. |