Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206925 - media-gfx/imagemagick-6.3.7.9 has broken some shellscript filter calling hp2xx
Summary: media-gfx/imagemagick-6.3.7.9 has broken some shellscript filter calling hp2xx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-21 21:16 UTC by Martin Mokrejš
Modified: 2008-02-03 15:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2008-01-21 21:16:24 UTC
$ convert 1125s_02.hpgl 1125s_02.bmp
sh: -c: line 0: unexpected EOF while looking for matching `"'
sh: -c: line 1: syntax error: unexpected end of file
convert: Delegate failed `if [ -e hp2xx -o -e /usr/bin/hp2xx ]; then     hp2xx -q -m eps -f `basename "%o"` "%i"     mv -f `basename "%o"` "%o   else     echo "You need to install hp2xx to use HPGL files with ImageMagick."     exit 1   fi'.
convert: unable to open image `/tmp/magick-XXfKpNpM': No such file or directory.
convert: UnableToOpenBlob `/tmp/magick-XXfKpNpM': No such file or directory.
convert: missing an image filename `1125s_02.bmp'.
$

The requirement for hp2xx is in bug #58091.

I do not know where to look for the evil shellscript, sorry.
Comment 1 Markus Meier gentoo-dev 2008-02-03 15:21:00 UTC
I added a patch in media-gfx/imagemagick-6.3.8.3. Thanks for the report.