Hi folks,
I’ve got a new pinephone running KDE-Plasma on 5.18.0-1-MANJARO-ARM aarch64. Fresh out of the box, KDE Discover indicates 622 packages need upgrade. In fact, I’m getting dependency failures even when trying to install single packages from there, so I figure we need to run the upgrade. However, attempting to run from there returns this error:
Dependency resolution failed:
kcoreaddons <- kdav2, kcoreaddons <- kimap2, ki18n <- kirigami-addons, kcontacts <- kpeoplesink, kpeople <- kpeoplesink, kcontacts <- sink, kcalendarcore <- sink: could not satisfy dependencies
Moving to the terminal, I try the following:
pacman-mirrors -f 5 && pacman -Syu
This is where the fun begins. There now comes a 72-item-long series of queries re: whether I’d like to replace a package with another version, e.g.:
Replace appstream-qt with extra/appstream-qt5? [Y/n]
Then it asks me to pick a provider for dbus-units, and a few more y/n dependency resolution queries, and finally fails with unresolvable package conflict. Here’s the last lines of the output:
resolving dependencies...
:: There are 2 providers available for dbus-units:
:: Repository core
1) dbus-broker-units 2) dbus-daemon-units
Enter a number (default=1): 1
looking for conflicting packages...
warning: removing 'libgpiod' from target list because it conflicts with 'libgpiod1'
:: kitemmodels5 and kitemmodels are in conflict. Remove kitemmodels? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: kitemmodels5 and kitemmodels are in conflict (kitemmodels<5.111)
As you can see, I answered no there. I’ve tried it both ways. I should also say that I’ve run pacman -Syyu after adjusting mirrors, and the problem is the same.
Any help would be greatly appreciated