gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.34k stars 294 forks source link

error while loading shared libraries: libphobos2-ldc-shared.so.107 after libphobos update #2212

Closed gladykov closed 3 months ago

gladykov commented 3 months ago

After recent liphobos update: https://archlinux.org/packages/extra/x86_64/libphobos/ https://gitlab.archlinux.org/archlinux/packaging/packages/dmd/-/commits/main

tilix: error while loading shared libraries: libphobos2-ldc-shared.so.107: cannot open shared object file: No such file or directory

Tilix: tilix 1.9.6-3

gladykov commented 3 months ago

Building tilix-git 1.9.6.r20.g1405af0b-2 solves the issue

237dmitry commented 3 months ago

Today updated and no problem:

$ grep -E '2024-03-12.+upgraded' /var/log/pacman.log
[2024-03-12T09:01:23+0300] [ALPM] upgraded libunistring (1.1-2 -> 1.2-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded gnupg (2.4.4-1 -> 2.4.5-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded liblphobos (3:1.36.0-3 -> 3:1.37.0-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded shadow (4.14.6-1 -> 4.15.0-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded libunwind (1.7.2-1 -> 1.8.1-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded gtkd (3.10.0-11 -> 3.10.0-12)
[2024-03-12T09:01:23+0300] [ALPM] upgraded openssh (9.6p1-3 -> 9.7p1-1)
[2024-03-12T09:01:23+0300] [ALPM] upgraded tilix (1.9.6-2 -> 1.9.6-3)
gladykov commented 3 months ago

Just did update. Update from 3:1.36.0-3.1 -> 3:1.37.0-1.1 solved the issue