Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: onekk on 27 May 2020, 12:32:21

Title: [SOLVED] Libreoffice-still broken
Post by: onekk on 27 May 2020, 12:32:21
Libreoffice-still is broken:

it seems that it search for a library that was updated.

Code: [Select]
/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.
Title: Re: Libreoffice-still broken
Post by: alium on 27 May 2020, 13:33:53
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?
Code: [Select]
/usr/lib/libicuuc.so
/usr/lib/libicuuc.so.67
/usr/lib/libicuuc.so.67.1

Code: [Select]
pacman -Q libreoffice-still

about mirrors:
https://wiki.artixlinux.org/Main/Troubleshooting
Title: Re: Libreoffice-still broken
Post by: onekk on 27 May 2020, 15:59:20
Thanks.

I have this version installed

Code: [Select]
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.

Title: Re: Libreoffice-still broken
Post by: alium on 27 May 2020, 16:44:38
run 
Code: [Select]
sudo rankmirrors-arch -n 6 /etc/pacman.d/mirrorlist

that give you berst mirror for you.

EDIT: you need have 'pacman-contrib' installed
Title: Re: Libreoffice-still broken
Post by: onekk on 27 May 2020, 17:39:10
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.