You are not logged in.
$ tilix
tilix: error while loading shared libraries: libphobos2-ldc-shared.so.110: cannot open shared object file: No such file or directory
$ grep -n phobos /var/log/pacman.log | tail -n 1
36910:[2025-06-14T12:03:13-0400] [PACMAN] Running 'pacman -S liblphobos'
Tilix is the only package I have that depends on this lib it seems so I can't try another software but it looks like it's not the first time : https://github.com/gnunn1/tilix/issues/810
Tilix was installed from Pacman, not AUR.
Offline
It's no longer in the repos, so it's AUR now. It's up to you to rebuild foreign/AUR packages when necessary.
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Okay ! Do you have any information on why it was removed from the repos ?
Offline
I was able to solve this by re-installing gtkd from AUR.
I noticed the tilix binary that was created after the upgrade linked against two different versions of libphobos:
% ldd ./tilix
[...]
libphobos2-ldc-shared.so.111 => /usr/lib/libphobos2-ldc-shared.so.111 (0x00007fd7d8200000)
[...]
libphobos2-ldc-shared.so.110 => not found
And that was because the linker pulled in things from gtkd that were linked against version 110. So recompiling gtkd and then recompiling tilix did the trick.
Offline