Artix Linux Forum

Artix Linux => Package management => Topic started by: lotuskip on 25 January 2023, 08:31:55

Title: still something up with libreoffice-still?
Post by: lotuskip on 25 January 2023, 08:31:55
I just updated, after reading all the day-old posts about boost vs. libreoffice. Here's what I get now:
Code: [Select]
$ ldd /usr/lib/libreoffice/program/soffice.bin | grep boost
libboost_locale.so.1.80.0 => not found
libboost_filesystem.so.1.81.0 => /usr/lib/libboost_filesystem.so.1.81.0 (0x00007f4ce8652000)
libboost_iostreams.so.1.81.0 => /usr/lib/libboost_iostreams.so.1.81.0 (0x00007f4ce863b000)
libboost_atomic.so.1.81.0 => /usr/lib/libboost_atomic.so.1.81.0 (0x00007f4ce7a5e000)
$ pacman -Qo /usr/lib/libreoffice/program/soffice.bin                             
/usr/lib/libreoffice/program/soffice.bin is owned by libreoffice-still 7.3.7-2
$ pacman -Q boost-libs
boost-libs 1.81.0-2
So my libreoffice has somehow been compiled against two different versions of boost-libs simultaneously?
Title: Re: still something up with libreoffice-still?
Post by: gripped on 25 January 2023, 15:53:05
libreoffice-still is an arch package
libreoffice-fresh is provided by artix in the universe repo.

But your output looked odd so I just downloaded libreoffice-still from https://archlinux.org/packages/extra/x86_64/libreoffice-still/download/ to have a look:
Code: [Select]
libboost_locale.so.1.81.0 => /usr/lib/libboost_locale.so.1.81.0

Try reinstalling it maybe ? If you do remove it from /var/cache/pacman/pkg/ first.


Title: Re: still something up with libreoffice-still?
Post by: lotuskip on 25 January 2023, 16:39:41
Arch has 7.3.7-3, and I'm pretty sure mine (7.3.7-2) is the one from omniverse.  But now I noticed it was built in December... But here (https://forum.artixlinux.org/index.php/topic,5000.msg32082.html#msg32082) it was suggested it was updated yesterday... My pacman.conf looks exactly like in the wiki (for omniverse) and I've tried pacman -Syy.
Title: Re: still something up with libreoffice-still?
Post by: gripped on 25 January 2023, 16:57:35
Sorry I was forgetting about omniverse. Too many extra repo's.
You are right https://eu-mirror.artixlinux.org/omniverse/x86_64/libreoffice-still-7.3.7-2-x86_64.pkg.tar.zst is from 4th of December.
I guess that needs updating ?

The thread you linked seems to say that libreoffice-fresh was updated and only that libreoffice-still exists, in omniverse
Title: Re: still something up with libreoffice-still?
Post by: Artist on 25 January 2023, 21:39:27
I'll check on corecting https://eu-mirror.artixlinux.org/omniverse/x86_64/libreoffice-still-7.3.7-2-x86_64.pkg.tar.zst

The current omniverse repo info is here https://wiki.artixlinux.org/Main/Repositories#Omniverse and for now please use the other server. Omniverse includes a working new LO-stable since Monday.

artist
Title: Re: still something up with libreoffice-still?
Post by: lotuskip on 26 January 2023, 07:40:22
Yes! Changing mirrors worked, thanks!
I'll mark this as solved, but would still appreciate it if anyone can shed any light on the ldd output in the OP. You know, from a learning/understanding perspective.