Bugzilla – Bug 1216067
kmymoney dependencies problem
Last modified: 2023-10-11 09:08:07 UTC
Created attachment 870016 [details] output of zypper verify During the last update, the qt stack was upgraded from 5.15.10 to 5.15.11. I chose to uninstall Kmymoney and Kmymoney-lang. Then I reinstalled them by choosing the option: break kmymoney-5.1.3-lp155.107.24.x86_64 by ignoring some of its dependencies. Kmymoney seems to work normally the zypper verify command returns: Problem: nothing provides 'libQt5Core.so.5(Qt_5.15.10_PRIVATE_API)(64bit)' required to install kmymoney-5.1.3-lp155.107.24.x86_64 Problem: the version of kmymoney-5.1.3-bp155.1.15.x86_64 to be installed requires 'libKF5IdentityManagement.so.5()(64bit)', but this condition cannot be met. The repositories: [KDE_Qt5] https://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_15.5/ [KDE_Extra] https://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Leap_15.5/
The cause is an unrelated update in Leap: have choice for mysql needed by akonadi-server: mariadb mariadb104 The build can't start if this doesn't get fixed.
(In reply to Christophe Marin from comment #1) > The cause is an unrelated update in Leap: > > have choice for mysql needed by akonadi-server: mariadb mariadb104 > > The build can't start if this doesn't get fixed. that is because of mariadb104 was added to SLE-Updates, I did set Prefer: -mariadb104 in Leap 15.6 for the time being thus we don't have this problem in Leap 15.6 or Backports-SLE15-SP6, for the previous versions, the Prefer: -mariadb104 have to be set in the corresponding SLE-Update project on OBS(or in openSUSE Update project). CC @Marcus
for your reference, we do have this in openSUSE:Backports:SLE-15-SP6 # have choice for mysql: mariadb mariadb104 Prefer: -mariadb104 # have choice for user(mysql): mariadb-client mariadb104-client Prefer: -mariadb104-client
FTR, Marcus already told autobuild.
I mailed autobuild to add in SUSE:SLE-15-SP1:Update Prefer: mariadb mariadb-client (currently pending request)