Artix Linux Forum

Artix Linux => Package management => Topic started by: cat herders of linux on 02 July 2025, 22:20:50

Title: can't update due to dependency
Post by: cat herders of linux on 02 July 2025, 22:20:50
Code: [Select]
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libjpeg-turbo (3.1.1-1) breaks dependency 'libjpeg-turbo=3.1.0' required by lib32-libjpeg-turbo
-> error installing repo packages
Title: Re: can't update due to dependency
Post by: Dju on 03 July 2025, 00:44:02
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
Title: Re: can't update due to dependency
Post by: cat herders of linux on 03 July 2025, 00:49:13
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
but but but what if you need your jpegs turboed??? Then what will you do?
Title: Re: can't update due to dependency
Post by: Dju on 03 July 2025, 01:14:20
then the current version will stay on your machine without being upgraded. at least it'll continue to run  :P
Title: Re: can't update due to dependency
Post by: mrbrklyn on 03 July 2025, 03:53:15
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
but but but what if you need your jpegs turboed??? Then what will you do?


Thank you for the smile
Title: Re: can't update due to dependency
Post by: cat herders of linux on 03 July 2025, 13:38:49
then the current version will stay on your machine without being upgraded. at least it'll continue to run  :P
Using the yay aur helper gives me the option to skip any of the potential upgrades.  I get a list of the upgrades and can select any item by number (they get numbered in a list) to exclude from the upgrade so no need to add it permanently.  Eventually the devs will upgrade the lib32 version and then i can run the full upgrade without having to fuss with my pacman.conf file

Code: [Select]
 yay -Syu

installing yay https://github.com/Jguer/yay
Title: Re: can't update due to dependency
Post by: cat herders of linux on 03 July 2025, 16:34:45
anyway resolved by devs update just now