Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#73088 - [shaderc] library indicated by shaderc_static.pc is missing
Attached to Project:
Arch Linux
Opened by - (fx333) - Sunday, 19 December 2021, 17:54 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:17 GMT
Opened by - (fx333) - Sunday, 19 December 2021, 17:54 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:17 GMT
|
DetailsDescription:
The shaderc_static pkg-config file points to a library that is not shipped with the package. $ grep Libs /usr/lib/pkgconfig/shaderc_static.pc Libs: -L${libdir} -lshaderc -lshaderc_util $ pacman -Ql shaderc | grep shaderc_util (no output) This would be fixed by shipping libshaderc_util.a. HOWEVER due to the fact that shaderc_combined does everything shaderc_static does, Arch could also opt to not ship shaderc_static.pc. This bug not being noticed earlier further suggests that no application actually uses shaderc_static. Additional info: * shaderc 2021.2-1 |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:17 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/shaderc/issues/1
Saturday, 25 November 2023, 20:17 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/shaderc/issues/1

I can confirm the observed omission of 'shaderc_util.a' and I concur that shaderc_static.pc should be removed.