Bug 1923550
| Summary: | trojita: FTBFS in Fedora rawhide/f34 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | trojita | Assignee: | Kevin Kofler <kevin> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 34 | CC: | kde-sig, kevin, lxqt-sig | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | trojita-0.7.0.1-0.12.20220117git266c757.fc36 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2022-01-26 13:16:11 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: | 1868278 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2021-02-01 17:13:49 UTC
Created attachment 1753603 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1753604 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1753605 [details]
state.log
Looks like a test is missing a dependency on Qt5Qml, which was apparently moved from an interface dependency to a private dependency of one of the already present dependencies of the test: /usr/bin/ld: ImapAccess.cpp.o (symbol from plugin): undefined reference to symbol '_ZTSSt19_Sp_make_shared_tag@@Qt_5' /usr/bin/ld: /usr/lib64/libQt5Qml.so.5: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/test_Composer_responses.dir/build.make:149: test_Composer_responses] Error 1 This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34. https://koji.fedoraproject.org/koji/buildinfo?buildID=1908152 built successfully. Fun, this builds in Rawhide (so I am keeping this FTBFS bug closed), in F35 too, but the error still occurs on F34! This hack makes it build on F34:
%if 0%{?fedora} == 34
# work around strange F34-only FTBFS (#1923550)
%global __global_ldflags %{build_ldflags} -Wl,--copy-dt-needed-entries
%endif
_ZTSSt19_Sp_make_shared_tag@@Qt_5 is typeinfo name for std::_Sp_make_shared_tag versioned with Qt_5. This sounds like a really strange toolchain issue. As I said, this problem does not occur on F35 and Rawhide. FEDORA-2022-46fefaadfd has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-46fefaadfd FEDORA-2022-46fefaadfd has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-46fefaadfd` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-46fefaadfd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-46fefaadfd has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |