You are not logged in.

#1 2026-01-03 09:04:50

thomas.m
Member
Registered: 2025-09-27
Posts: 5

[SOLVED] cannot upgrade alsa-lib

Hello all!

During the system upgrade, I receive the following message:

looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing alsa-lib (1.2.15.1-1) breaks dependency 'alsa-lib=1.2.14' required by lib32-alsa-lib

When I search for the error message, I only find old threads that have nothing to do with my problem.

After trying a few things in the command line, I found the following strange thing:

[thom@io ~]$ sudo pacman -R lib32-alsa-lib
[sudo] password for thom:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing lib32-alsa-lib breaks dependency 'lib32-alsa-lib' required by lib32-alsa-plugins
:: removing lib32-alsa-lib breaks dependency 'libasound.so=2-32' required by lib32-alsa-plugins
:: removing lib32-alsa-lib breaks dependency 'lib32-alsa-lib' required by lib32-gst-plugins-base
:: removing lib32-alsa-lib breaks dependency 'lib32-alsa-lib' required by lib32-mpg123

[thom@io ~]$ sudo pacman -Ss lib32-alsa-lib
[thom@io ~]$

lib32-alsa-lib is definitely installed, but pacman doesn't seem to find it when searching with Ss?

What can I do to solve my problem?

Last edited by thomas.m (2026-01-03 09:37:40)

Offline

#2 2026-01-03 09:09:46

thomas.m
Member
Registered: 2025-09-27
Posts: 5

Re: [SOLVED] cannot upgrade alsa-lib

These are the repositories I enabled in pacman.conf

#[core-testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

#[extra-testing]
#Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
Include = /etc/pacman.d/mirrorlist

Offline

#3 2026-01-03 09:12:17

system72
Member
Registered: 2025-11-22
Posts: 469
Website

Re: [SOLVED] cannot upgrade alsa-lib

now it depends on 1.2.15.1, resync with an -Syu

https://archlinux.org/packages/multilib … -alsa-lib/

p.s. you do not need root privs for package searching operations, and an extra s on -S searches your sync databases, not the packages that you have installed currently, i theorize that its due to the fact that you may have disabled the multilib repositories, and if so we have a deeper problem here..

L4rVJu2k.png

Offline

#4 2026-01-03 09:13:17

system72
Member
Registered: 2025-11-22
Posts: 469
Website

Re: [SOLVED] cannot upgrade alsa-lib

thomas.m wrote:

#[multilib]
Include = /etc/pacman.d/mirrorlist

and i was right.. remove the # behind the [multilib] and reupdate with:

sudo pacman -Syu

Offline

#5 2026-01-03 09:30:53

thomas.m
Member
Registered: 2025-09-27
Posts: 5

Re: [SOLVED] cannot upgrade alsa-lib

Thank you! That was so stupid of me, I looked at the pacman.conf several times and didn't notice that there was a # there.

Offline

#6 2026-01-08 18:30:32

Thomy_172
Member
Registered: 2026-01-08
Posts: 1

Re: [SOLVED] cannot upgrade alsa-lib

Hi There!

I actually do have the same issue just with newer versions:

Fehler: Vorgang konnte nicht vorbereitet werden (Kann Abhängigkeiten nicht erfüllen)
:: Installation von alsa-lib (1.2.15.2-1) verletzt Abhängigkeit »alsa-lib=1.2.15.1«, benötigt von lib32-alsa-lib

And NO, I do not have the [mulitlib] commented out.

Anyone who could give me a hint how to fix the problem?

Offline

#7 2026-01-08 19:10:54

system72
Member
Registered: 2025-11-22
Posts: 469
Website

Re: [SOLVED] cannot upgrade alsa-lib

you are mixing testing repos with the regular repos, 1.2.15.2 is in extra-testing not extra

https://archlinux.org/packages/extra-te … /alsa-lib/

Offline

Board footer

Powered by FluxBB