Bug 2045702
Summary: | hedgewars: FTBFS in Fedora rawhide/f36 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | hedgewars | Assignee: | Nikolay Nikolov <nickysn> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 36 | CC: | bruno, gwync, hdegoede, hobbes1069, nickysn | ||||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | hedgewars-1.0.0-23.fc36 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2022-04-14 23:22:44 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: | 1992484, 2045102 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2022-01-25 18:24:45 UTC
Created attachment 1854953 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1854954 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1854955 [details]
state.log
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle. Changing version to 36. I have taken a quick look and just doing another rebuild seems to succeed locally, but there is some weird issue on armv7 only related to clang being used to build some C-bits and this not liking the new https://fedoraproject.org/wiki/Changes/Package_information_on_ELF_objects change, but only on armv7. A later rawhide build did succeed, because armv7 has been disabled for f37 and later, so this won't be a problem going forward and I'm closing this with a resolution of rawhide. Because of a new QT5 we really need to build hedgewars for f36 now to fix broken deps. So I've taken a second look at this and while looking into how to disable .package.note support on armv7hl I found that the .package.note rpm macros actually have special clang + armv7hl support and that this can (probably, still need to do an actual build) be fixed by adding: %define toolchain clang to the .spec, as a bonus this also fixes LTO support, so the: %define _lto_cflags %{nil} to disable LTO support can be dropped from the spec file. FEDORA-2022-84dfdd4848 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-84dfdd4848 FEDORA-2022-84dfdd4848 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-84dfdd4848` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-84dfdd4848 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-84dfdd4848 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |