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#61275 - graphicsmagick 1.31.1-1 needs libwebp for tiffs
Attached to Project:
Arch Linux
Opened by Aaron Bishop (Erroneous) - Friday, 04 January 2019, 17:23 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 09 September 2019, 08:51 GMT
Opened by Aaron Bishop (Erroneous) - Friday, 04 January 2019, 17:23 GMT
Last edited by Gaetan Bisson (vesath) - Monday, 09 September 2019, 08:51 GMT
|
DetailsStarting with graphicsmagick 1.31.1-1 working with tiff images produces the following error:
gm convert -size 100x100 xc:white annotate.tif gm convert: Unable to load module ("/usr/lib/GraphicsMagick-1.3.31/modules-Q16/coders/tiff.la: file not found"). That file is indeed present, so using strace I found that it is getting openat(AT_FDCWD, "/usr/lib/libwebp.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) After installing libwebp and running the same command the error doesn't appear. This didn't happen with graphicsmagick 1.3.30-4. Adding --without-webp to ./configure fixes the error If webp is a desired format to support, we should probably add libwebp as an optdepend (maybe include a note about TIFFs) or we should use --without-webp |
This task depends upon
Closed by Gaetan Bisson (vesath)
Monday, 09 September 2019, 08:51 GMT
Reason for closing: Implemented
Additional comments about closing: graphicsmagick-1.3.33-2 in [extra]
Monday, 09 September 2019, 08:51 GMT
Reason for closing: Implemented
Additional comments about closing: graphicsmagick-1.3.33-2 in [extra]
Let's make it and libpng hard deps too.