Bug 2341086
| Summary: | poedit: FTBFS in Fedora rawhide/f42 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | poedit | Assignee: | c72578 | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | c72578, karlthered | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2025-01-27 17: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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 2300528 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2025-01-22 21:25:59 UTC
Created attachment 2071786 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 2071787 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2071788 [details]
state.log
Note: The build of Poedit currently fails due to a bug in boost. An upstream fix has been proposed here: https://github.com/boostorg/thread/pull/408 Error in current build of Poedit [1]: /usr/include/boost/thread/future.hpp: In member function ‘boost::detail::run_it<FutureExecutorContinuationSharedState>& boost::detail::run_it<FutureExecutorContinuationSharedState>::operator=(boost::detail::run_it<FutureExecutorContinuationSharedState>&&)’: /usr/include/boost/thread/future.hpp:4672:19: error: ‘struct boost::detail::run_it<FutureExecutorContinuationSharedState>’ has no member named ‘that’; did you mean ‘that_’? [-Wtemplate-body] 4672 | that_=x.that; [1] https://kojipkgs.fedoraproject.org//work/tasks/6187/128066187/build.log A PR has been submitted to boost, which fixes `/usr/include/boost/thread/future.hpp` from rpm `boost-devel`: Fix no member named ‘that’ error https://src.fedoraproject.org/rpms/boost/pull-request/33 The PR has been merged and boost including the fix has been built: Commit: https://src.fedoraproject.org/rpms/boost/c/bd0476d632fbe90d4bab658555498bc5d0c4f769?branch=rawhide boost-1.83.0-12.fc42 https://koji.fedoraproject.org/koji/buildinfo?buildID=2647825 |