Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Libreoffice-still broken (Read 876 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Libreoffice-still broken

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.

Re: Libreoffice-still broken

Reply #1
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

Re: Libreoffice-still broken

Reply #2
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.


Re: Libreoffice-still broken

Reply #3
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

Re: Libreoffice-still broken

Reply #4
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.