Artix Linux Forum

Artix Linux => Package management => Topic started by: treebark on 24 November 2021, 20:39:17

Title: Artix repositories: Running a system update fails due to mpd dependencies
Post by: treebark on 24 November 2021, 20:39:17
Hello, today while running a system update i encountered this error:

Code: [Select]
sudo pacman -Syu
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 lib32 is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (70.1-1) breaks dependency 'libicui18n.so=69-64' required by mpd
:: installing icu (70.1-1) breaks dependency 'libicuuc.so=69-64' required by mpd
Which prevents me from updating
A few days ago i encountered a similar error with these same 'icu' and 'libicu' dependencies, but with ncmpcpp instead of mpd, however it went away by itself. Now i'm actually reporting it.
I've run pacman -Dk to check pacman's database, but no errors are found

Thanks,
treebark
Title: Re: Artix repositories: Running a system update fails due to mpd dependencies
Post by: strajder on 24 November 2021, 21:13:35
https://forum.artixlinux.org/index.php/topic,3331.msg21584.html#msg21584
https://forum.artixlinux.org/index.php/topic,3331.msg21603.html#msg21603
Title: Re: Artix repositories: Running a system update fails due to mpd dependencies
Post by: treebark on 25 November 2021, 05:07:53
https://forum.artixlinux.org/index.php/topic,3331.msg21584.html#msg21584
https://forum.artixlinux.org/index.php/topic,3331.msg21603.html#msg21603
Thank you, updates work again.