You are not logged in.
Hi!
For several days now I've been unable to upgrade my system due to the following:
$ sudo pacman -Syu
doas (xxx@yyy) password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libplacebo (3.104.0-2.0) breaks dependency 'libplacebo.so=72-32' required by mpv
It seems mpv requires an older version of the library.
Cheers!
Last edited by megafreakshow (2021-04-23 10:29:57)
Offline
Hello !
I have exactly the same problem since the beginning of April when I installed Archlinux32. It will probably take some time for the right packages to reach where they are needed.
The temporary solution is to enable testing repositories in
/etc/pacman.conf
[testing]
Include = /etc/pacman.d/mirrorlist
[core]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/mirrorlist
[extra]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/mirrorlist
[community-testing]
Include = /etc/pacman.d/mirrorlist
[community]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/mirrorlist
After that
# pacman -Syyu
Or option II just upgrade without libplacebo.
pacman -Syu --ignore=libplacebo
Last edited by mocambo (2021-04-22 19:16:26)
Offline
I moved mpv from [community-testing] to [community], this should make the workaround unnecessary.
Offline
Marking this as solved.
Offline
deep42thought - How did you move one package "mpv" from [community-testing] to [community]?
Offline
we have scripts for moving packages around - especially, if we're "only" forcing them down their regular way.
Offline