The version of glslang shipped with fedora 39 and later no longer includes the OGLCompiler and HLSL libraries, but the glslang.pc file included in the package still lists those libraries as needed for linking. This causes compiles to fail when using the output of "pkg-config --libs glslang" to link a program. Reproducible: Always Steps to Reproduce: 1.Create the trivial source code file bar.c: int main (int argc, char **argv) { } 2. Compile it: gcc -o bar bar.c $(pkg-config --libs glslang) Actual Results: /usr/bin/ld: cannot find -lHLSL: No such file or directory /usr/bin/ld: cannot find -lOGLCompiler: No such file or directory collect2: error: ld returned 1 exit status Expected Results: Program links. https://github.com/KhronosGroup/glslang?tab=readme-ov-file#news
FEDORA-2024-9bf57ea000 (glslang-14.0.0-2.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-9bf57ea000
FEDORA-2024-62448c8a39 (glslang-14.3.0-2.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-62448c8a39
Fixed, if you can, test one of these builds and confirm that the issue is solved, please: - Fedora 39: https://bodhi.fedoraproject.org/updates/FEDORA-2024-9bf57ea000 - Fedora 40: https://bodhi.fedoraproject.org/updates/FEDORA-2024-62448c8a39 - Fedora 41: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4c33f35579
I tried the Fedora 40 build, and it solves the problem. Thank you.
FEDORA-2024-62448c8a39 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-62448c8a39` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-62448c8a39 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-9bf57ea000 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-9bf57ea000` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-9bf57ea000 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-4c33f35579 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4c33f35579` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4c33f35579 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-62448c8a39 (glslang-14.3.0-2.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-9bf57ea000 (glslang-14.0.0-2.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-4c33f35579 (glslang-14.3.0-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.