The auto-multiple-choice package uses rsvg to convert some icons from SVG to PNG. The librsvg package had been updated, removing the rsvg command (even though the manpage was still there). I installed a symlink into the package called rsvg pointing to rsvg-convert, but now I get this message when trying to use it: rsvg -w 32 -h 32 icons/auto-multiple-choice.svg icons/auto-multiple-choice.png Multiple SVG files are only allowed for PDF and PS output. make: *** [icons/auto-multiple-choice.png] Error 1 rsvg -w 24 -h 24 img_src/warning.svg html/images/warning.png Multiple SVG files are only allowed for PDF and PS output. make[1]: *** [html/images/warning.png] Error 1 Just for reference, the auto-multiple-choice package needs rebuilt because of netpbm, so that's how we got here.
CC: (none) => fundawang
seems fixed in librsvg-2.35.2-2.mga2.i586
Status: NEW => RESOLVEDResolution: (none) => FIXED
The command was wrong, I think it should be: rsvg-convert -w 32 -h 32 icons/auto-multiple-choice.svg -o icons/auto-multiple-choice.png
2.35.2-2.mga2 was me, but it didn't fix it. Did the syntax for the rsvg-convert command change? Was there something that was removed that could be added back? Or should I just patch auto-multiple-choice to use the syntax you suggested?
Status: RESOLVED => REOPENEDResolution: FIXED => (none)
I've patched auto-multiple-choice with debian patches. Should be OK now.
Status: REOPENED => RESOLVEDResolution: (none) => FIXED