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.
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
On Tuesday, October 6, 2020 10:02:49 AM CEST Martin Kyral wrote:
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
[...]
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.
Knowing that dnf can lie, I managed to upgrade to Qt 5.15.1, KF 5,70 and KDE apps 20.08, using your copr repos. I had to remove `kio-gdrive` and all of KDE Telepathy, that I do not use, and is not updated in your repos. Thanks for your packaging work!
If you send me the list of affected packages, I can rebuild them for people who do use them.
You're welcome! :)
m
út 6. 10. 2020 v 11:09 odesílatel Laurent Rineau < laurent.rineau__fedora@normalesup.org> napsal:
On Tuesday, October 6, 2020 10:02:49 AM CEST Martin Kyral wrote:
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
[...]
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.
Knowing that dnf can lie, I managed to upgrade to Qt 5.15.1, KF 5,70 and KDE apps 20.08, using your copr repos. I had to remove `kio-gdrive` and all of KDE Telepathy, that I do not use, and is not updated in your repos. Thanks for your packaging work!
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
On Tuesday, October 6, 2020 12:48:40 PM CEST Martin Kyral wrote:
If you send me the list of affected packages, I can rebuild them for people who do use them.
Here is what I have to remove:
[lrineau@bonnard]~% sudo dnf history info 764 763 762 Transaction ID : 764 Begin time : Tue 06 Oct 2020 10:36:50 AM CEST Begin rpmdb : 3855:8d0807dcc42ce3708e60fcf6102a321951733376 End time : Tue 06 Oct 2020 10:36:51 AM CEST (1 seconds) End rpmdb : 3854:e72d74e8123cdf2f845afa1a6a81a0fc9ebe6399 User : Laurent Rineau <lrineau> Return-Code : Success Releasever : 32 Command Line : --enablerepo=*qt5* remove kio-gdrive Comment : Packages Altered: Removed kio-gdrive-1.3.0-1.fc32.x86_64 @@System ------------------------------------------------------------------------------- Transaction ID : 763 Begin time : Tue 06 Oct 2020 10:35:30 AM CEST Begin rpmdb : 3863:2a3267b7411459d7b0c8f23dd9254ada5fa1ff55 End time : Tue 06 Oct 2020 10:35:32 AM CEST (2 seconds) End rpmdb : 3855:8d0807dcc42ce3708e60fcf6102a321951733376 User : Laurent Rineau <lrineau> Return-Code : Success Releasever : 32 Command Line : --enablerepo=*qt5* remove ktp-accounts-kcm Comment : Packages Altered: Removed avahi-gobject-0.7-23.fc32.x86_64 @@System Removed ktp-accounts-kcm-20.04.1-1.fc32.x86_64 @@System Removed sofia-sip-1.12.11-20.fc32.x86_64 @@System Removed sofia-sip-glib-1.12.11-20.fc32.x86_64 @@System Removed telepathy-filesystem-0.0.2-16.fc32.noarch @@System Removed telepathy-gabble-0.18.4-13.fc32.x86_64 @@System Removed telepathy-rakia-0.8.0-13.fc31.x86_64 @@System Removed telepathy-salut-0.8.1-19.fc32.x86_64 @@System ------------------------------------------------------------------------------- Transaction ID : 762 Begin time : Tue 06 Oct 2020 10:34:47 AM CEST Begin rpmdb : 3876:5e06c4d19f9599419371ee042f30c4bd081f9530 End time : Tue 06 Oct 2020 10:34:49 AM CEST (2 seconds) End rpmdb : 3863:2a3267b7411459d7b0c8f23dd9254ada5fa1ff55 User : Laurent Rineau <lrineau> Return-Code : Success Releasever : 32 Command Line : --enablerepo=*qt5* remove ktp-common-internals Comment : Packages Altered: Removed ktp-auth-handler-20.04.1-1.fc32.x86_64 @@System Removed ktp-common-internals-20.04.1-2.fc32.x86_64 @@System Removed ktp-contact-list-20.04.1-1.fc32.x86_64 @@System Removed ktp-contact-runner-20.04.1-1.fc32.x86_64 @@System Removed ktp-filetransfer-handler-20.04.1-1.fc32.x86_64 @@System Removed ktp-kded-integration-module-20.04.1-1.fc32.x86_64 @@System Removed ktp-send-file-20.04.1-1.fc32.x86_64 @@System Removed ktp-text-ui-20.04.1-1.fc32.x86_64 @@System Removed libotr-4.1.1-9.fc32.x86_64 @@System Removed signon-glib-2.1-8.fc32.x86_64 @@System Removed telepathy-accounts-signon-2.1-1.fc32.x86_64 @@System Removed telepathy-logger-0.8.2-11.fc32.x86_64 @@System Removed telepathy-logger-qt-17.08.0-9.fc32.x86_64 @@System
I have verified in my /var/log/dnf.log: the packages not starting with a `k` were in the section "Removing unused dependencies:". I think you have to rebuild, or update, the following src.rpm:
kio-gdrive-1.3.0-1.fc32.src.rpm ktp-accounts-kcm-20.04.1-1.fc32.src.rpm ktp-approver-20.04.1-1.fc32.src.rpm ktp-auth-handler-20.04.1-1.fc32.src.rpm ktp-common-internals-20.04.1-2.fc32.src.rpm ktp-contact-list-20.04.1-1.fc32.src.rpm ktp-contact-runner-20.04.1-1.fc32.src.rpm ktp-desktop-applets-20.04.1-1.fc32.src.rpm ktp-filetransfer-handler-20.04.1-1.fc32.src.rpm ktp-kded-integration-module-20.04.1-1.fc32.src.rpm ktp-send-file-20.04.1-1.fc32.src.rpm ktp-text-ui-20.04.1-1.fc32.src.rpm
I have another one, and I do not know how to solve it. Let me know what extra information may help you understand the issue.
[lrineau@bonnard]~% sudo dnf update kf5-purpose Last metadata expiration check: 0:05:47 ago on Mon 26 Oct 2020 02:11:03 PM CET. Dependencies resolved.
Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libkaccounts.so.1()(64bit), but none of the providers can be installed - cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - problem with installed package kaccounts-integration-20.08.1-1.fc32.x86_64 - cannot install the best update candidate for package kf5-purpose-5.74.0-1.fc32.x86_64 ====================================================================================================================================================================================================================================== Package Architecture Version Repository Size ====================================================================================================================================================================================================================================== Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): kaccounts-integration x86_64 19.12.2-3.fc32 fedora 98 k kaccounts-integration x86_64 20.04.1-1.fc32 updates 117 k Skipping packages with broken dependencies: kf5-purpose x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot 416 k
[lrineau@bonnard]~% sudo dnf install kf5-purpose-5.75.0-1.fc32 Last metadata expiration check: 0:05:04 ago on Mon 26 Oct 2020 02:11:03 PM CET. Error: Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.15)(64bit), but none of the providers can be installed - cannot install both qt5-qtbase-5.13.2-4.fc32.x86_64 and qt5-qtbase-5.15.1-5.fc32.x86_64 - package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires qt5-qtbase(x86-64) = 5.13.2, but none of the providers can be installed - package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.13.2_PRIVATE_API)(64bit), but none of the providers can be installed - package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires libQt5Sql.so.5(Qt_5.13.2_PRIVATE_API)(64bit), but none of the providers can be installed - package kf5-akonadi-search-19.12.2-1.fc32.x86_64 requires libKF5AkonadiCore.so.5()(64bit), but none of the providers can be installed - package kf5-akonadi-search-19.12.2-1.fc32.x86_64 requires libKF5AkonadiAgentBase.so.5()(64bit), but none of the providers can be installed - package kf5-akonadi-server-19.12.2-2.fc32.x86_64 requires libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit), but none of the providers can be installed - package kf5-akonadi-server-19.12.2-2.fc32.x86_64 requires libQt5Sql.so.5(Qt_5.14.2_PRIVATE_API)(64bit), but none of the providers can be installed - package kf5-akonadi-server-19.12.2-2.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.14.2-5.fc32.x86_64 and qt5-qtbase-5.15.1-5.fc32.x86_64 - conflicting requests - problem with installed package kf5-akonadi-server-20.08.1-1.fc32.x86_64 - package kf5-akonadi-server-20.08.1-1.fc32.x86_64 requires libkaccounts.so.2()(64bit), but none of the providers can be installed - package kf5-purpose-5.75.0-1.fc32.x86_64 requires libkaccounts.so.1()(64bit), but none of the providers can be installed - cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - problem with installed package kf5-akonadi-search-20.08.1-1.fc32.x86_64 - package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.15)(64bit), but none of the providers can be installed - package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires libKF5AkonadiCore.so.5()(64bit), but none of the providers can be installed - package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires libKF5AkonadiAgentBase.so.5()(64bit), but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
I need to rebuild Apps with the new kf5. Thanks for notifying me and sorry for the inconveniences.
m
Dne po 26. 10. 2020 14:22 uživatel laurent.rineau__fedora@normalesup.org napsal:
I have another one, and I do not know how to solve it. Let me know what extra information may help you understand the issue.
[lrineau@bonnard]~% sudo dnf update kf5-purpose Last metadata expiration check: 0:05:47 ago on Mon 26 Oct 2020 02:11:03 PM CET. Dependencies resolved.
Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libkaccounts.so.1()(64bit), but none of the providers can be installed
- cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- problem with installed package
kaccounts-integration-20.08.1-1.fc32.x86_64
- cannot install the best update candidate for package
kf5-purpose-5.74.0-1.fc32.x86_64
====================================================================================================================================================================================================================================== Package Architecture Version Repository
Size
====================================================================================================================================================================================================================================== Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): kaccounts-integration x86_64 19.12.2-3.fc32 fedora
98 k kaccounts-integration x86_64 20.04.1-1.fc32 updates
117 k Skipping packages with broken dependencies: kf5-purpose x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot 416 k
[lrineau@bonnard]~% sudo dnf install kf5-purpose-5.75.0-1.fc32 Last metadata expiration check: 0:05:04 ago on Mon 26 Oct 2020 02:11:03 PM CET. Error: Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libQt5Core.so.5(Qt_5.15)(64bit), but none of the providers can be installed
- cannot install both qt5-qtbase-5.13.2-4.fc32.x86_64 and
qt5-qtbase-5.15.1-5.fc32.x86_64
- package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires
qt5-qtbase(x86-64) = 5.13.2, but none of the providers can be installed
- package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires
libQt5Core.so.5(Qt_5.13.2_PRIVATE_API)(64bit), but none of the providers can be installed
- package kf5-akonadi-server-19.12.2-1.fc32.x86_64 requires
libQt5Sql.so.5(Qt_5.13.2_PRIVATE_API)(64bit), but none of the providers can be installed
- package kf5-akonadi-search-19.12.2-1.fc32.x86_64 requires
libKF5AkonadiCore.so.5()(64bit), but none of the providers can be installed
- package kf5-akonadi-search-19.12.2-1.fc32.x86_64 requires
libKF5AkonadiAgentBase.so.5()(64bit), but none of the providers can be installed
- package kf5-akonadi-server-19.12.2-2.fc32.x86_64 requires
libQt5Core.so.5(Qt_5.14.2_PRIVATE_API)(64bit), but none of the providers can be installed
- package kf5-akonadi-server-19.12.2-2.fc32.x86_64 requires
libQt5Sql.so.5(Qt_5.14.2_PRIVATE_API)(64bit), but none of the providers can be installed
- package kf5-akonadi-server-19.12.2-2.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.14.2-5.fc32.x86_64 and
qt5-qtbase-5.15.1-5.fc32.x86_64
- conflicting requests
- problem with installed package kf5-akonadi-server-20.08.1-1.fc32.x86_64
- package kf5-akonadi-server-20.08.1-1.fc32.x86_64 requires
libkaccounts.so.2()(64bit), but none of the providers can be installed
- package kf5-purpose-5.75.0-1.fc32.x86_64 requires
libkaccounts.so.1()(64bit), but none of the providers can be installed
- cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- problem with installed package kf5-akonadi-search-20.08.1-1.fc32.x86_64
- package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires
libQt5Core.so.5(Qt_5.15)(64bit), but none of the providers can be installed
- package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires
libKF5AkonadiCore.so.5()(64bit), but none of the providers can be installed
- package kf5-akonadi-search-20.08.1-1.fc32.x86_64 requires
libKF5AkonadiAgentBase.so.5()(64bit), but none of the providers can be installed (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
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
On Monday, October 26, 2020 7:47:14 PM CET Martin Kyral wrote:
I need to rebuild Apps with the new kf5. Thanks for notifying me and sorry for the inconveniences.
It seems you did rebuild the apps, three hours ago:
https://copr.fedorainfracloud.org/coprs/mkyral/apps-unstable/builds/
But, as far as I can see, the version-release tags for the package stayed the same.
I do not know how to convince dnf to "update" the packages, with the same version-releases.
On Tuesday, October 27, 2020 2:33:53 PM WET laurent.rineau__fedora@normalesup.org wrote:
It seems you did rebuild the apps, three hours ago:
https://copr.fedorainfracloud.org/coprs/mkyral/apps-unstable/builds/
But, as far as I can see, the version-release tags for the package stayed the same.
I do not know how to convince dnf to "update" the packages, with the same version-releases.
Probably the metadata has not yet expired. You can force that doing:
dnf clean metadata dnf upgrade
In case you want to force a new installation of packages with the same nvr you can use "dnf reinstall" but that can be cumbersome as you need to state explicitly all the packages you want.
Regards,
I didn't bump the Release tag. Rebuilding now once more with Release bumped to make sure it is an upgrade.
m
út 27. 10. 2020 v 17:39 odesílatel José Abílio Matos jamatos@fc.up.pt napsal:
On Tuesday, October 27, 2020 2:33:53 PM WET laurent.rineau__fedora@normalesup.org wrote:
It seems you did rebuild the apps, three hours ago:
https://copr.fedorainfracloud.org/coprs/mkyral/apps-unstable/builds/
But, as far as I can see, the version-release tags for the package stayed
the same.
I do not know how to convince dnf to "update" the packages, with the same
version-releases.
Probably the metadata has not yet expired. You can force that doing:
dnf clean metadata
dnf upgrade
In case you want to force a new installation of packages with the same nvr you can use "dnf reinstall" but that can be cumbersome as you need to state explicitly all the packages you want.
Regards,
--
José Abílio _______________________________________________ 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
On 10/27/20 5:38 PM, José Abílio Matos wrote:
On Tuesday, October 27, 2020 2:33:53 PM WET laurent.rineau__fedora@normalesup.org wrote:
It seems you did rebuild the apps, three hours ago:
https://copr.fedorainfracloud.org/coprs/mkyral/apps-unstable/builds/
But, as far as I can see, the version-release tags for the package
stayed
the same.
I do not know how to convince dnf to "update" the packages, with the
same
version-releases.
Probably the metadata has not yet expired. You can force that doing:
dnf clean metadata
dnf upgrade
In case you want to force a new installation of packages with the same nvr you can use "dnf reinstall" but that can be cumbersome as you need to state explicitly all the packages you want.
To avoid that, you should bump the release tag of the packages you rebuild. Take for example korganizer:
https://copr.fedorainfracloud.org/coprs/mkyral/apps-unstable/package/korgani...
You have build the package "a month ago" with the nrva 20.08.1-1.fc34, and then "8 hours ago" with the same nrva.
I am sorry to that, before I really like you take the time to maintain those *-unstable coprs. In my opinion, you have to bump the release tag of all the apps you want to rebuild.
Thinks are progressing. I was able to upgrade most of my system. Now there is an issue with kaccounts-integration and kf5-purpose.
I think you have to rebuild (after a bump of the release tag) kaccounts-integration:
[lrineau@bonnard]~% sudo dnf update Last metadata expiration check: 0:02:48 ago on Wed 28 Oct 2020 11:21:34 AM CET. Dependencies resolved.
Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libkaccounts.so.1()(64bit), but none of the providers can be installed - cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and kaccounts-integration-20.08.1-1.fc32.x86_64 - cannot install the best update candidate for package kf5-purpose-5.74.0-1.fc32.x86_64 - cannot install the best update candidate for package kaccounts-integration-20.08.1-1.fc32.x86_64 ===================================================================================================================== Package Arch Version Repository Size ===================================================================================================================== Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): kaccounts-integration x86_64 19.12.2-3.fc32 fedora 98 k kaccounts-integration x86_64 20.04.1-1.fc32 updates 117 k Skipping packages with broken dependencies: kf5-purpose x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot 416 k
Transaction Summary ===================================================================================================================== Skip 3 Packages
Nothing to do. Complete!
[lrineau@bonnard]~% sudo dnf list kaccounts-integration.x86_64 kf5-purpose.x86_64 Last metadata expiration check: 0:03:24 ago on Wed 28 Oct 2020 11:21:34 AM CET. Installed Packages kaccounts-integration.x86_64 20.08.1-1.fc32 @copr:copr.fedorainfracloud.org:mkyral:apps-unstable kf5-purpose.x86_64 5.74.0-1.fc32 @copr:copr.fedorainfracloud.org:mkyral:apps-unstable Available Packages kf5-purpose.x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot kf5-purpose.x86_64 5.75.0-1.fc32 copr:copr.fedorainfracloud.org:mkyral:kf5-unstable
I had to rebuild kf5-purpose with apps-unstable enabled. I did not expect kf5 to depend on apps, but it does so. Now, the packages in question: kaccounts-integration and kf5-purpose can be updated flawlessly on F32.
Thanks for the catch!
m
st 28. 10. 2020 v 11:29 odesílatel laurent.rineau__fedora@normalesup.org napsal:
Thinks are progressing. I was able to upgrade most of my system. Now there is an issue with kaccounts-integration and kf5-purpose.
I think you have to rebuild (after a bump of the release tag) kaccounts-integration:
[lrineau@bonnard]~% sudo dnf update Last metadata expiration check: 0:02:48 ago on Wed 28 Oct 2020 11:21:34 AM CET. Dependencies resolved.
Problem: package kf5-purpose-5.75.0-1.fc32.x86_64 requires libkaccounts.so.1()(64bit), but none of the providers can be installed
- cannot install both kaccounts-integration-20.04.1-1.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- cannot install both kaccounts-integration-19.12.2-3.fc32.x86_64 and
kaccounts-integration-20.08.1-1.fc32.x86_64
- cannot install the best update candidate for package
kf5-purpose-5.74.0-1.fc32.x86_64
- cannot install the best update candidate for package
kaccounts-integration-20.08.1-1.fc32.x86_64
===================================================================================================================== Package Arch Version Repository Size
===================================================================================================================== Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): kaccounts-integration x86_64 19.12.2-3.fc32 fedora 98 k kaccounts-integration x86_64 20.04.1-1.fc32 updates 117 k Skipping packages with broken dependencies: kf5-purpose x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot
416 k
Transaction Summary
===================================================================================================================== Skip 3 Packages
Nothing to do. Complete!
[lrineau@bonnard]~% sudo dnf list kaccounts-integration.x86_64 kf5-purpose.x86_64 Last metadata expiration check: 0:03:24 ago on Wed 28 Oct 2020 11:21:34 AM CET. Installed Packages kaccounts-integration.x86_64 20.08.1-1.fc32 @copr:copr.fedorainfracloud.org:mkyral:apps-unstable kf5-purpose.x86_64 5.74.0-1.fc32 @copr:copr.fedorainfracloud.org:mkyral:apps-unstable Available Packages kf5-purpose.x86_64 5.75.0-1.fc32 coprdep:https_download_copr_fedorainfracloud_org_results_mkyral_kf5_unstable_chroot kf5-purpose.x86_64 5.75.0-1.fc32 copr:copr.fedorainfracloud.org:mkyral:kf5-unstable
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