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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Laurent Carlier (lordheavy)
Levente Polyak (anthraxx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

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
Comment by Marcell Meszaros (MarsSeed) - Thursday, 10 March 2022, 22:56 GMT
I can confirm the observed omission of 'shaderc_util.a' and I concur that shaderc_static.pc should be removed.

Loading...