Description of problem: The Makefile generated by qmake6 contains -rpath in LFLAGS. Version-Release number of selected component (if applicable): qt6-qtbase-6.1.1-1.fc35 How reproducible: Always Steps to Reproduce: 1. $ cat > configure_non_gui.pro << EOF QT = core HEADERS = configure.h SOURCES = configure.cpp EOF 2. $ touch configure.cpp configure.h 3. $ qmake6 -makefile -nocache configure_non_gui.pro 4. $ grep ^LFLAGS Makefile Actual results: LFLAGS = -Wl,-O1 -Wl,-rpath,/usr/lib64 Expected results: LFLAGS = -Wl,-O1 Additional info: This is breaking mkvtoolnix build with Qt6 due to https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild .
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35.
Ping?
Looks that using "-DQT_DISABLE_RPATH=TRUE" doesn't take any effect and we have to build with "-DQT_FEATURE_rpath=OFF". I will fix it.
FEDORA-2021-cb01d209eb has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cb01d209eb
FEDORA-2021-cb01d209eb has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-cb01d209eb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-cb01d209eb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-053e24d643 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-2021-053e24d643` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-053e24d643 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-053e24d643 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-cb01d209eb has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.