You are not logged in.

#1 2025-05-21 19:46:38

summers
Member
From: Bath, UK
Registered: 2020-07-19
Posts: 13

lxterminal doesn't start due to libicuuc.so.75

here is the dependence lxterminal --> libtracker-sparql-3.0.so.0 -->libxml2.so.2 -> libicuuc.so.75

So something needs updating, or a shim package

its probably tinysparql that needs updating

Last edited by summers (2025-05-21 19:51:12)

Offline

#2 2025-05-23 15:09:40

summers
Member
From: Bath, UK
Registered: 2020-07-19
Posts: 13

Re: lxterminal doesn't start due to libicuuc.so.75

OK - its almost certainly tinysparql thats needs updating. building this depends on glib-devel which isn't in the archive.

So rebuilding glib - that depends on gi-docgen-2025.3-1 , and arch32 is currently on 2023. So first update gi-docgen, that goes easily.

Then to build glib (so you get the developments lib), and this fails on xmllint, which has been linked to libicuuc.so.75

So its clear the current system after pacman -Suy is broken, some of the packages depend on libicuuc.so.75 but that isn't in the archive.

So now to fix, I'll need to build libicuuc.so from the source code (so outside of makepkg/PKGBUILD) to get out of the circular dependence failure.

Offline

#3 2025-05-23 17:13:20

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,080
Website

Re: lxterminal doesn't start due to libicuuc.so.75

My answer to most problems is: install icu75 :-)

Offline

#4 2025-05-23 21:00:15

summers
Member
From: Bath, UK
Registered: 2020-07-19
Posts: 13

Re: lxterminal doesn't start due to libicuuc.so.75

Managed to get glib to build, by setting the check to not time out, so "-t -1" ... Now seems to be more xml problems, I'll try solve them. I've installed you fix, that will hopefully get me into x,  then continue to trying to fix the problem.

Offline

Board footer

Powered by FluxBB