Hi,

nope. dnf lies.

$ rpm -q qt5-qtscript            
qt5-qtscript-5.15.1-1.fc32.x86_64
0 [mkyral@localhost mod (master)]$ rpm -q --requires qt5-qtscript
libQt5Core.so.5()(64bit)
libQt5Core.so.5(Qt_5)(64bit)
libQt5Core.so.5(Qt_5.15)(64bit)
libQt5Core.so.5(Qt_5.15.1_PRIVATE_API)(64bit) <-------------------- qt5-qtscript-5.15.1-1.fc32.x86_64 requires the right qt5 version
libQt5Gui.so.5()(64bit)
libQt5Gui.so.5(Qt_5)(64bit)
libQt5Script.so.5()(64bit)
libQt5Script.so.5(Qt_5)(64bit)
libQt5Widgets.so.5()(64bit)
libQt5Widgets.so.5(Qt_5)(64bit)
libQt5Widgets.so.5(Qt_5.15.1_PRIVATE_API)(64bit) <-------------------- qt5-qtscript-5.15.1-1.fc32.x86_64 requires the right qt5 version
...

Actually, it's some application which requires libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit) that breaks your installation. On one computer I use, there was gammaray installed. dnf just doesn't blame the right package. There is the culprit somewhere deeper in the log though.

Please, send me full dnf log so I can look into it.

Regards
Martin

Dne út 6. 10. 2020 9:30 uživatel <laurent.rineau__fedora@normalesup.org> napsal:
I have enabled:
 copr:copr.fedorainfracloud.org:mkyral:qt5-unstable
 copr:copr.fedorainfracloud.org:mkyral:kf5-unstable

And with `dnf update`, I have:

Problem 1: package qt5-qtscript-5.15.1-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit), but none of the providers can be installed
  - package qt5-qtscript-5.15.1-1.fc32.x86_64 requires qt5-qtbase(x86-64) = 5.14.2, but none of the providers can be installed
  - cannot install both qt5-qtbase-5.15.1-5.fc32.x86_64 and qt5-qtbase-5.14.2-5.fc32.x86_64
  - cannot install both qt5-qtbase-5.14.2-5.fc32.x86_64 and qt5-qtbase-5.15.1-5.fc32.x86_64
  - cannot install the best update candidate for package qt5-qtscript-5.14.2-1.fc32.x86_64
  - cannot install the best update candidate for package qt5-qtbase-5.14.2-5.fc32.x86_64
[...]


I think the real issue is:

    qt5-qtscript-5.15.1-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit)

It seems qt-qtscripts of Qt 5.15 depends on internals of Qt-5.14, that is a different version.


_______________________________________________
kde mailing list -- kde@lists.fedoraproject.org
To unsubscribe send an email to kde-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org