You are not logged in.
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
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
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