[Regresskon] Improperly Compliled MPV (segfault) 27 July 2023, 15:42:59 "It's also not an mpv issue. Complain to your distro if libraries aren't linked properly."$ mpv video.mkvresults in:mpv: error while loading shared libraries: libglslang-default-resource-limits.so.12: cannot open shared object file: No such file or directoryFYI:$ pacman -Qs glslangworld/glslang 12.3.1-1 [installed]$ whereis libglslang-default-resource-limits.so.12results in:nothing. Why?https://archlinux.org/packages/extra/x86_64/glslang/files/nothing...So what gives. MPV is broken.Does it mean that update to glslang 12.3.1-1 of 26.07.2023 removed the libglslang-default-resource-limits.so.12 and mpv must be compiled against the new version of libglslang ?Please fix. Last Edit: 27 July 2023, 17:07:29 by sonar
Re: [Regresskon] Improperly Compliled MPV (segfault) Reply #1 – 27 July 2023, 19:09:16 hi,same here.After downgrading glslang to the previous version (from 12.3.1-1 to 12.2.0-1), mpv works again.
Re: [Regresskon] Improperly Compliled MPV (segfault) Reply #2 – 27 July 2023, 19:17:53 Quote from: Dju – on 27 July 2023, 19:09:16hi,same here.After downgrading glslang to the previous version (from 12.3.1-1 to 12.2.0-1), mpv works again.how?sudo pacman -U file:///var/cache/pacman/pkg/glslang-12.2.0-1-x86_64.pkg.tar.zst Last Edit: 27 July 2023, 19:23:26 by n00b
Re: [Regresskon] Improperly Compliled MPV (segfault) Reply #3 – 27 July 2023, 19:22:51 Quote from: n00b – on 27 July 2023, 19:17:53how?by default the previous version are kept in /var/cache/pacman/pkg Code: [Select]cd /var/cache/pacman/pkgsudo pacman -U glslang-12.2.0-1-x86_64.pkg.tar.zst
Re: [Regresskon] Improperly Compliled MPV (segfault) Reply #4 – 27 July 2023, 19:53:20 There was an error in the glslang rebuild. It has been fixed now with libplacebo 5.264.1-2.1. 1 Likes