Hi.
# 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?
Now libreoffice-fresh does not start at all:
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 ----------------------------------------------------------------------------------------------------------------------------
Yeah, screw pacman's version checking, it's done for idiots anyway.
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
@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 :-)
So I got this error running libreoffice from the terminal:
The solution is to symlink libboost_locale.so.1.79.0 to libboost_locale.so.1.80.0, this can be done with:
ln -s libboost_locale.so.1.80.0 /usr/lib/libboost_locale.so.1.79.0
About Ungoogled-Chromium - Answer - here:
https://forum.artixlinux.org/index.php/topic,4556.msg29289.html#msg29289
ah, thx - my problem with libreoffice-fresh is that it crashes too often, making me lose work which I cannot afford to
artist
I'd do it long ago but I'm confused: it's from Arch's `extra` repo, not from Artix's repos.
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.
extra/liibreoffice-still works like charm. No more deps pulled in, no unresolved .so deps.
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
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