You are not logged in.

#1 2025-06-14 16:07:56

faya972
Member
Registered: 2009-09-28
Posts: 6

After upgrade, Tilix won't start

$ 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

#2 2025-06-14 16:12:02

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,837

Re: After upgrade, Tilix won't start

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

#3 2025-06-14 17:35:39

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,848
Website

Re: After upgrade, Tilix won't start

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

#4 2025-06-14 20:33:04

faya972
Member
Registered: 2009-09-28
Posts: 6

Re: After upgrade, Tilix won't start

Okay ! Do you have any information on why it was removed from the repos ?

Offline

#5 2025-06-18 10:06:59

MJochim
Member
From: Germany
Registered: 2025-06-18
Posts: 1

Re: After upgrade, Tilix won't start

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

Board footer

Powered by FluxBB