Bug 2259565
| Summary: | F40FailsToInstall: folly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | folly | Assignee: | Michel Lind <michel> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | filbranden, jwakely, michel, trodgers |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | folly-2024.01.22.00-3.fc40 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-01-25 04:54:51 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2231790, 2258089, 2259564 | ||
|
Description
Fedora Fails To Install
2024-01-22 10:50:01 UTC
The rebuild for the new boost failed because of a package bug:
In file included from /usr/include/gtest/gtest.h:72,
from /builddir/build/BUILD/folly-2023.10.16.00/folly/portability/GTest.h:32,
from /builddir/build/BUILD/folly-2023.10.16.00/folly/functional/test/ApplyTupleTest.cpp:25:
/builddir/build/BUILD/folly-2023.10.16.00/folly/functional/test/ApplyTupleTest.cpp: In member function ‘virtual void ApplyTuple_UncurryStdFind_Test::TestBody()’:
/builddir/build/BUILD/folly-2023.10.16.00/folly/functional/test/ApplyTupleTest.cpp:367:15: error: ‘count_if’ is not a member of ‘std’
367 | 3, std::count_if(v.begin(), v.end(), folly::uncurry([](int a, int b) {
| ^~~~~~~~
The folly code should be including <algorithm> before using std::count_if
https://gcc.gnu.org/gcc-14/porting_to.html#header-dep-changes
FEDORA-2024-10fad13254 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-10fad13254 FEDORA-2024-10fad13254 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |