You are not logged in.
I've been unable to do a system upgrade with `sudo pacman -Syyu` because every time I try to, I encounter this issue:
:: Starting full system upgrade...
:: Replace pandoc with community/pandoc-cli? [Y/n]
resolving dependencies...
warning: cannot resolve "libjpeg-turbo=2.1.5.1", a dependency of "lib32-libjpeg-turbo"
warning: cannot resolve "libjpeg-turbo=2.1.5.1", a dependency of "lib32-libjpeg-turbo"
warning: cannot resolve "libjpeg-turbo=2.1.5.1", a dependency of "lib32-libjpeg-turbo"
:: The following package cannot be upgraded due to unresolvable dependencies:
lib32-libjpeg-turbo
:: Do you want to skip the above package for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libjpeg-turbo=2.1.5.1' required by lib32-libjpeg-turbo
:: unable to satisfy dependency 'libjpeg-turbo=2.1.5.1' required by lib32-libjpeg-turbo
:: unable to satisfy dependency 'libjpeg-turbo=2.1.5.1' required by lib32-libjpeg-
I can't uninstall lib32-libjpeg-turbo because of other dependencies and I don't know how to fix this.
Last edited by infernusult (2023-02-27 17:45:51)
Offline
You have multilib-testing enabled without also enabling testing. Don't do that, either enable all testing repos or disable multilib-testing (if you didn't knowingly do this, how did you install Arch? IIRC there is was a bug in archinstall at some point, which is hopefully fixed) https://wiki.archlinux.org/title/Offici … positories
Offline
Oh, disabling it seems to have worked. I did do it knowingly for some packages.
So what you're saying is, either keep multilib OR multilib-testing on, but not both?
Offline
Nooo, he's saying what he is saying which is also what the wiki is saying: if you enable multilib-testing you must also enable testing and community testing.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline