Re: Some programs looking for missing libicuuc.so.76 after system update Reply #15 – Yesterday at 00:45:35 in case there are any related issued left then pls provide detailsartist 1 Likes
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #16 – Yesterday at 07:44:31 just chiming in that I am also receiving similar error message:Code: [Select]:: Synchronizing package databases... system is up to date world is up to date galaxy is up to date extra is up to date community is up to date lib32 is up to date omniverse is up to date:: Starting full system upgrade...:: Replace mlocate with world/plocate? [Y/n] y:: Replace sdl2 with world/sdl2-compat? [Y/n] yresolving dependencies...looking for conflicting packages...error: failed to prepare transaction (could not satisfy dependencies):: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by thunderbird:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by thunderbirdI guess I'll just wait patiently for thunderbird dependency to be resolved. Thanks as always to the hard working devs!
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #17 – Yesterday at 08:37:50 Quote from: omnigenous – on 20 February 2025, 21:18:32Found "icu75" in aur, but can't install with "makepkg -si" returns same icu error from bsdtar.Check the last post from user 'gripped' here.artist
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #18 – Yesterday at 08:48:29 Bonjour,Unable to reboot Artix Linux XFCE and unable to use pacman or pacman-static (not installed), I:- booted into a rescue system- downloaded icu-76.1-1-x86_64.pkg.tar.zst from https://mirror1.artixlinux.org/repos/system-gremlins/os/x86_64/- after unpacking, I copied the various files and directories to their respective locations on the sick system.Now I can reboot Artix and use pacman, but I will wait religiously before doing the updates... Last Edit: Yesterday at 09:15:49 by tintin
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #19 – Yesterday at 11:24:00 Still there are issues with mpd:Code: [Select]:: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by mpd:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by mpd 1 Likes
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #20 – Yesterday at 11:53:18 Both mpd and thunderbird should work. Make sure to have the correct versions:- thunderbird 128.7.0-4- mpd 0.23.17-2artist 1 Likes
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #21 – Yesterday at 13:07:50 Still getting this error:Code: [Select]error: failed to prepare transaction (could not satisfy dependencies):: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by thunderbird:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by thunderbirdThunderbird version 128.7.0esr (64-bit)I'm kinda noob and not sure what should I do after reading this thread
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #22 – Yesterday at 13:41:53 Quote from: Artist – on Yesterday at 11:53:18Both mpd and thunderbird should work. Make sure to have the correct versions:- thunderbird 128.7.0-4- mpd 0.23.17-2artistmpd 0.23.17-2 is still in gremlins repo.
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #23 – Yesterday at 14:13:54 Quote from: darcy – on Yesterday at 13:41:53Quote from: Artist – on Yesterday at 11:53:18Both mpd and thunderbird should work. Make sure to have the correct versions:- thunderbird 128.7.0-4- mpd 0.23.17-2artistmpd 0.23.17-2 is still in gremlins repo.I'm sorry; that had escaped me. mpd have been moved to stable now.artist 1 Likes
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #24 – Yesterday at 14:17:25 Quote from: udidit – on Yesterday at 13:07:50Still getting this error:Code: [Select]error: failed to prepare transaction (could not satisfy dependencies):: installing icu (76.1-1) breaks dependency 'libicui18n.so=75-64' required by thunderbird:: installing icu (76.1-1) breaks dependency 'libicuuc.so=75-64' required by thunderbirdThunderbird version 128.7.0esr (64-bit)I'm kinda noob and not sure what should I do after reading this threadpacman is trying to install the latest thunderbird package, which depends on the latest version of the icu package: 0.76Your system has a previous version of icu: 0.75The normal way to update your system in a consistent way is to run: pacman -SyuMake sure to have a backup firstartist 1 Likes
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #25 – Yesterday at 16:00:00 This morning I tried a crazy manipulation that allowed me to restart Artix :https://forum.artixlinux.org/index.php/topic,7805.msg46859.html#msg46859But now I have error messages when I try to update Artix.Could someone tell me how I can fix this?Code: [Select]error: failed to commit transaction (conflicting files)icu: /usr/lib/icu/76.1/Makefile.inc exists in filesystemicu: /usr/lib/icu/76.1/pkgdata.inc exists in filesystemicu: /usr/lib/libicudata.so.76 exists in filesystemicu: /usr/lib/libicudata.so.76.1 exists in filesystemicu: /usr/lib/libicui18n.so.76 exists in filesystemicu: /usr/lib/libicui18n.so.76.1 exists in filesystemicu: /usr/lib/libicuio.so.76 exists in filesystemicu: /usr/lib/libicuio.so.76.1 exists in filesystemicu: /usr/lib/libicutest.so.76 exists in filesystemicu: /usr/lib/libicutest.so.76.1 exists in filesystemicu: /usr/lib/libicutu.so.76 exists in filesystemicu: /usr/lib/libicutu.so.76.1 exists in filesystemicu: /usr/lib/libicuuc.so.76 exists in filesystemicu: /usr/lib/libicuuc.so.76.1 exists in filesystemicu: /usr/share/icu/76.1/LICENSE exists in filesystemicu: /usr/share/icu/76.1/config/mh-linux exists in filesystemicu: /usr/share/icu/76.1/install-sh exists in filesystemicu: /usr/share/icu/76.1/mkinstalldirs exists in filesystemErrors occurred, no packages were upgraded. Last Edit: Yesterday at 16:05:22 by tintin
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #26 – Yesterday at 16:18:24 Quote from: tintin – on Yesterday at 16:00:00This morning I tried a crazy manipulation that allowed me to restart Artix :https://forum.artixlinux.org/index.php/topic,7805.msg46859.html#msg46859But now I have error messages when I try to update Artix.Could someone tell me how I can fix this?In desperation, I used pamac to update the system.Not so bad pamac, because it saved all those existing files in "xxx.old" directories:Code: [Select]Warning: icu: /usr/lib/icu/76.1/Makefile.inc already exists in filesystemIt has been backed up to /usr/lib/icu/76.1/Makefile.inc.oldWarning: icu: /usr/lib/icu/76.1/pkgdata.inc already exists in filesystemIt has been backed up to /usr/lib/icu/76.1/pkgdata.inc.oldWarning: icu: /usr/lib/libicudata.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicudata.so.76.oldWarning: icu: /usr/lib/libicudata.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicudata.so.76.1.oldWarning: icu: /usr/lib/libicui18n.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicui18n.so.76.oldWarning: icu: /usr/lib/libicui18n.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicui18n.so.76.1.oldWarning: icu: /usr/lib/libicuio.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicuio.so.76.oldWarning: icu: /usr/lib/libicuio.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicuio.so.76.1.oldWarning: icu: /usr/lib/libicutest.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicutest.so.76.oldWarning: icu: /usr/lib/libicutest.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicutest.so.76.1.oldWarning: icu: /usr/lib/libicutu.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicutu.so.76.oldWarning: icu: /usr/lib/libicutu.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicutu.so.76.1.oldWarning: icu: /usr/lib/libicuuc.so.76 already exists in filesystemIt has been backed up to /usr/lib/libicuuc.so.76.oldWarning: icu: /usr/lib/libicuuc.so.76.1 already exists in filesystemIt has been backed up to /usr/lib/libicuuc.so.76.1.oldWarning: icu: /usr/share/icu/76.1/LICENSE already exists in filesystemIt has been backed up to /usr/share/icu/76.1/LICENSE.oldWarning: icu: /usr/share/icu/76.1/config/mh-linux already exists in filesystemIt has been backed up to /usr/share/icu/76.1/config/mh-linux.oldWarning: icu: /usr/share/icu/76.1/install-sh already exists in filesystemIt has been backed up to /usr/share/icu/76.1/install-sh.oldWarning: icu: /usr/share/icu/76.1/mkinstalldirs already exists in filesystemIt has been backed up to /usr/share/icu/76.1/mkinstalldirs.old Last Edit: Yesterday at 16:57:34 by tintin
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #27 – Yesterday at 16:50:11 Fixed for me, mpd was the last package that hit my mirrors, back to using my system again. Thank you!
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #28 – Today at 03:25:45 Quote from: omnigenous – on 20 February 2025, 18:11:31Another question is there anything we as artix users can do to prevent this in a first place?A second installation (including grub) on a separate data carrier, which you should use for testing, is obvious.You should use the hardware boot manager.
Re: Some programs looking for missing libicuuc.so.76 after system update Reply #29 – Today at 06:18:13 xfsprogs has to upgrade to 6.13xfs_scrub from 6.12 wants icu 75