You are not logged in.
Hi everybody, since a week and an update I can't launch gnome-builder anymore.
I get this "gnome-builder: error while loading shared libraries: libicuuc.so.71: cannot open shared object file: No such file or directory"
It concerns gnome-builder 43.2-1.
Since I posted a bug report, someone told me that it was not a bug, and redirected me to the support channel, but I don't really know what is the support channel.
Thanks a lot !
Last edited by Xalares (2022-11-13 13:06:11)
Offline
What does 'type -a gnome-builder' give you? How about running lddtree on it?
Offline
type -a gnome-builder gives : gnome-builder is /usr/bin/gnome-builder
and ldd gives this :
https://gist.github.com/Xalares/866623b … 9be764da71
It's weird it shows a dependency for the version 72, and 71 of libicuuc.
Last edited by Xalares (2022-11-13 11:33:34)
Offline
That's ldd, not lddtree. ldd is useless here.
Offline
I can't find lddtree with pacman, and I've no such command, I've found libtree in aur, but not lddtree. Where can I find it ?
Offline
Ok I've found it in pax-utils, I've updated the gist file, hope it's more useful now. It seems that's libvte that needs libicuuc 71
Last edited by Xalares (2022-11-13 12:59:39)
Offline
So read it. It clearly lists the missing lib under /usr/lib/libvte-2.91-gtk4.so.0, so that's where your problem is. The vte4 package in Arch was already rebuilt, so you need to figure out where you're getting that.
Offline
Ok problem solved, it was because I was using vte4-git instead of vte4 ! Thanks for your help !
Offline