FS#57888 - [libmagick6] pkg-config for libmagick6 (MagickWand-6.Q16HDRI) reports weird libs
Attached to Project:
Arch Linux
Opened by Markus Ongyerth (ongy) - Sunday, 18 March 2018, 21:16 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 18 March 2018, 23:51 GMT
Opened by Markus Ongyerth (ongy) - Sunday, 18 March 2018, 21:16 GMT
Last edited by Jan Alexander Steffens (heftig) - Sunday, 18 March 2018, 23:51 GMT
|
Details
Description: `pkg-config --libs MagickWand-6.Q16HDRI`
reports `-lMagickWand-6.Q16HDRI -lMagickCore-7.Q16HDRI`
which causes clients to link incompatible versions of
MagicWand and MagicCore into the same binary.
Additional info: * package version: 6.9.9.39-1 Steps to reproduce: `pkg-config --libs MagicWand-6.Q16HDRI` |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Sunday, 18 March 2018, 23:51 GMT
Reason for closing: Fixed
Additional comments about closing: 6.9.9.39-2
Sunday, 18 March 2018, 23:51 GMT
Reason for closing: Fixed
Additional comments about closing: 6.9.9.39-2
So this works fine:
PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig/ pkg-config --libs MagickWand-6.Q16HDRI
If there is anything to discuss, it may be why are there any pkgconfig files available outside that PKG_CONFIG_PATH at all.