Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: dimgel on 17 September 2022, 16:42:47

Title: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 17 September 2022, 16:42:47
Hi.

Code: [Select]
# check-link-consistency -q
ERR   -------------------------------------   ---------------------------------------   ----------------------
ERR   Package                                 Problematic File                          Unresolved Needed Libs
ERR   -------------------------------------   ---------------------------------------   ----------------------
ERR   libreoffice-fresh 7.4.0-2               /usr/lib/libreoffice/program/xpdfimport   libpoppler.so.123    
ERR   ungoogled-chromium 105.0.5195.102-1.1   /usr/lib/chromium/chromium                libFLAC.so.8         
ERR   --------------------------------------------------------------------------------------------------------
ERR   Total 2 problematic file(s): 2 in 2 package(s) + 0 unassigned.
ERR   --------------------------------------------------------------------------------------------------------

Installed libpoppler is 124 (AFAIR for few weeks already, didn't report because LO works for me anyway), installed libFLAC is 12 (and chromium does not start).
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Lancia on 18 September 2022, 07:26:33
Hi.

Code: [Select]
# check-link-consistency -q
ERR   -------------------------------------   ---------------------------------------   ----------------------
ERR   Package                                 Problematic File                          Unresolved Needed Libs
ERR   -------------------------------------   ---------------------------------------   ----------------------
ERR   libreoffice-fresh 7.4.0-2               /usr/lib/libreoffice/program/xpdfimport   libpoppler.so.123    
ERR   ungoogled-chromium 105.0.5195.102-1.1   /usr/lib/chromium/chromium                libFLAC.so.8         
ERR   --------------------------------------------------------------------------------------------------------
ERR   Total 2 problematic file(s): 2 in 2 package(s) + 0 unassigned.
ERR   --------------------------------------------------------------------------------------------------------

Installed libpoppler is 124 (AFAIR for few weeks already, didn't report because LO works for me anyway), installed libFLAC is 12 (and chromium does not start).
You could try symlinking the missing libraries?
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 08:24:29
Now libreoffice-fresh does not start at all:

Code: [Select]
ERR   -----------------------------------   ------------------------------------------------------   -----------------------------
ERR   Package                               Problematic File                                         Unresolved Needed Libs      
ERR   -----------------------------------   ------------------------------------------------------   -----------------------------
ERR   libreoffice-fresh 7.4.1-1             /usr/lib/libreoffice/program/libutllo.so                 libboost_locale.so.1.79.0   
ERR   libreoffice-fresh 7.4.1-1             /usr/lib/libreoffice/program/libvclplug_gtk3_kde5lo.so   libboost_filesystem.so.1.79.0
ERR   ungoogled-chromium 105.0.5195.125-1   /usr/lib/chromium/chromium                               libFLAC.so.8                
ERR   ----------------------------------------------------------------------------------------------------------------------------
ERR   Total 3 problematic file(s): 3 in 2 package(s) + 0 unassigned.
ERR   ----------------------------------------------------------------------------------------------------------------------------
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 08:43:32
You could try symlinking the missing libraries?

Yeah, screw pacman's version checking, it's done for idiots anyway.
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Artist on 19 September 2022, 10:50:05
Not sure what the libreoffice-fresh issue is; tested an install and startup, and both work fine.
ungoogled-chromium will be replaced tonight - CET - by a new version.

artist
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: francesco on 19 September 2022, 11:50:05
@Artist: the problem that I got with libreoffice-fresh is that I wasn't able to manage PDF doc with Libreoffice Draw. I installed the libreoffice-still and all work :-)
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Lancia on 19 September 2022, 12:43:42
So I got this error running libreoffice from the terminal:
Quote
/usr/lib/libreoffice/program/soffice.bin: error while loading shared libraries: libboost_locale.so.1.79.0: cannot open shared object file: No such file or directory

The solution is to symlink libboost_locale.so.1.79.0 to libboost_locale.so.1.80.0, this can be done with:
Code: [Select]
ln -s libboost_locale.so.1.80.0 /usr/lib/libboost_locale.so.1.79.0
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: x230 on 19 September 2022, 12:45:39
About Ungoogled-Chromium - Answer - here:
https://forum.artixlinux.org/index.php/topic,4556.msg29289.html#msg29289
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Artist on 19 September 2022, 13:05:07
@Artist: the problem that I got with libreoffice-fresh is that I wasn't able to manage PDF doc with Libreoffice Draw. I installed the libreoffice-still and all work :-)

ah, thx - my problem with libreoffice-fresh is that it crashes too often, making me lose work which I cannot afford to

artist
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 15:52:21
I installed the libreoffice-still and all work :-)

I'd do it long ago but I'm confused: it's from Arch's `extra` repo, not from Artix's repos.
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 16:10:24
I installed the libreoffice-still and all work :-)

I forgot about `omniverse` repo, but I never used it: Artix wiki (https://wiki.artixlinux.org/Main/Repositories#Omniverse) says it's unofficial and "maintained by an Artix team member", compared to `universe` repo (where libreoffice-fresh is from): "maintained by Artix package maintainers". So I expect `omniverse` packages to be less quality than `universe`. Which in case of libreoffice looks false, :) but anyway.
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 18:10:32
extra/liibreoffice-still works like charm. No more deps pulled in, no unresolved .so deps.
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Artist on 19 September 2022, 20:53:41
Updated libreoffice-still-7.3.6-2 is now in the omniverse repo and tested to install and start OK on an updated system.

artist
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: Artist on 19 September 2022, 20:59:42
Updated ungoogled-chromium-105.0.5195.125-2 is now in the universe repo and tested to install and start OK on an updated system.

artist
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: dimgel on 19 September 2022, 21:37:00
Updated ungoogled-chromium-105.0.5195.125-2 is now in the universe repo and tested to install and start OK on an updated system.

Works, thank you. :)
Title: Re: Unresolved deps of libreoffice-fresh and ungoogled-chromium.
Post by: rayburn on 20 September 2022, 21:11:16
Not sure what the libreoffice-fresh issue is; tested an install and startup, and both work fine.
ungoogled-chromium will be replaced tonight - CET - by a new version.

artist

Thank you  :)