FS#79212 - [glslang] add /usr/bin/glslangValidator symlink
Attached to Project:
Arch Linux
Opened by Aaron (potatoattack) - Thursday, 27 July 2023, 00:51 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 28 July 2023, 17:36 GMT
Opened by Aaron (potatoattack) - Thursday, 27 July 2023, 00:51 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Friday, 28 July 2023, 17:36 GMT
|
Details
Description:
In version 12.3.0 the following can be found in the change log: Rename glslangValidator to glslang and create glslangValidator symlink The symlink is not created in this package causing building some programs to fail (I found this issue with wlroots-git). ln -s /usr/bin/glslang /usr/bin/glslangValidator fixes the issue. |
This task depends upon
I see this in the build log:
CMake Error: failed to create symbolic link 'glslangValidator': Permission denied
However, would be still great if arch could pick up the PR or just add the symlink in the PKGBUILD, since this is currently breaking builds of e.g. mesa and wlroots.