Libreoffice-still is broken:
it seems that it search for a library that was updated.
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.65: cannot open shared object file: No such file or directory
[carlo-arch@artix64 ~]$ find /usr -iname "libicuuc*"
/usr/lib/libicuuc.so.67.1
/usr/lib/libicuuc.so.67
/usr/lib/libicuuc.so
How to solve this problem?
Regards
Carlo D.
libreoffice-still works without any problems, except that I've tried it, they've been recompiled twice with the new icu.
Rather, it seems your system is broken. The icu was updated a month ago. So some of your mirrors are probably out-of-date.
icu is ok, this version is actually - that's our server and should be up-to-date. Which version have you of libreoffice-still?
/usr/lib/libicuuc.so
/usr/lib/libicuuc.so.67
/usr/lib/libicuuc.so.67.1
pacman -Q libreoffice-still
about mirrors:
https://wiki.artixlinux.org/Main/Troubleshooting
Thanks.
I have this version installed
libreoffice-still 6.3.5-1
strangely it seems that the version in Arch linux repos is 6.3.6-1 but i don't know how to find infos about from which repo pacman is retrieving the version info.
IThere is a pacman command to list this.
From what I know in /etc/pacman.conf the IgnorePkg is empty so no package is in "hold "state.
Regards
Carlo D.
run
sudo rankmirrors-arch -n 6 /etc/pacman.d/mirrorlist
that give you berst mirror for you.
EDIT: you need have 'pacman-contrib' installed
Ok I found the problem, there were mirrorlist-arch that was old, and an mirrorlist-arch.pacnew more recent.
subsituting the .pacnew file many programs were updated, I suspect those coming from the standard arch repos.
Regards
Carlo D.