User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:81.0) Gecko/20100101 Firefox/81.0 Build Identifier: 'sudo dnf install qgis' fails, with the following message: Last metadata expiration check: 0:04:11 ago on Thu 15 Oct 2020 05:24:55 AM EDT. Error: Problem: conflicting requests - nothing provides libQt5Core.so.5(Qt_5.14.2_PRIVATE_API) needed by qgis-3.12.1-4.fc33.i686 - nothing provides libQt5Sql.so.5(Qt_5.14.2_PRIVATE_API) needed by qgis-3.12.1-4.fc33.i686 - nothing provides libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit) needed by qgis-3.12.1-4.fc33.x86_64 - nothing provides libQt5Sql.so.5(Qt_5.14.2_PRIVATE_API)(64bit) needed by qgis-3.12.1-4.fc33.x86_64 (try to add '--skip-broken' to skip uninstallable packages) Using gnome-software to install 'QGIS Desktop' fails with the following message: Unable to install "QGIS Desktop": Could not depsolve transaction; 1 problem detected: Reproducible: Always Steps to Reproduce: 1. Open gnome-terminal 2. Run 'sudo dnf install qgis' 3. Alternatively, use gnome-software to install 'QGIS Desktop' Actual Results: Installation of package 'qgis' fails with both dnf and gnome-software. Expected Results: Package 'qgis' was expected to get installed, along with the required dependencies.
I can confirm and reproduce this on F33 here. It appears this package is built against this Fedora 32 package - https://www.rpmfind.net/linux/RPM/fedora/updates/32/x86_64/Packages/q/qt5-qtbase-5.14.2-5.fc32.x86_64.html which provides the asked libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit) instead of - https://www.rpmfind.net/linux/RPM/fedora/updates/testing/33/x86_64/Packages/q/qt5-qtbase-5.15.1-5.fc33.x86_64.html for Fedora 33. This issue also propagates to Fedora 34 / rawhide, where the same error appears, interestingly while trying to install a fc33 labeled package. - https://bugzilla.redhat.com/show_bug.cgi?id=1878413 Somehow the package building pipeline for QGIS throughout the releases appears to be garbled altogether.
FEDORA-2020-ac430fc0d8 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-ac430fc0d8
FEDORA-2020-ac430fc0d8 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-ac430fc0d8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-ac430fc0d8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
This patch is confirmed to work. Just successfully tested to install QGIS on F33 with sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-ac430fc0d8 qgis
With 'sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-ac430fc0d8', package 'qgis' installs successfully on Fedora 33 (Workstation Edition) Beta.
FEDORA-2020-ac430fc0d8 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.