Dear Maintainer,
I tried to convert from svg to png but got an error:
convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1919.
convert-im6.q16: unable to open file `/tmp/magick-14874kBFjssQWoDha': Aucun fichier ou dossier de ce type @ error/constitute.c/ReadImage/544.
convert-im6.q16: no images defined `hwloc1.png' @ error/convert.c/ConvertImageCommand/3258.
The description of the "imagemagick-6.q16" says I should install
"libmagickcore-6.q16-3-extra" for SVG. But it didn't help.
apt-file found rsvg-convert in package librsvg2-bin which solved
the issue. So I guess there's a missing dependency somewhere?
libmagickcore-6.q16-3-extra depends on inkscape,
but it doesn't force librsvg2-bin.
I can still uninstall librsvg2-bin without uninstalling
libmagickcore-6.q16-3-extra
Given that this package is named "extra" and its description
says "This package adds support for SVG...", a hard dependency
on librsvg2-bin might be acceptable?
Brice