[Userland] [OpenIndiana Distribution - Bug #2428] (Closed) imagemagick missing directory

illumos project devnull at illumos.org
Wed Jul 10 18:56:34 UTC 2013


Issue #2428 has been updated by Ken Mays.

Status changed from Feedback to Closed
% Done changed from 0 to 100

Tested by Alexander Pyhalov:
"Even with old package I can't reproduce this:

$ convert 'vid:*.bmp' directory.miff
convert: unable to read font `/usr/share/ghostscript/fonts/n019003l.pfb'.

$ convert -version
Version: ImageMagick 6.3.4 03/04/13 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC"

closing ticket.
----------------------------------------
Bug #2428: imagemagick missing directory
https://www.illumos.org/issues/2428

Author: Marion Hakanson
Status: Closed
Priority: Low
Assignee: OI Userland
Category: 
Target version: 
Difficulty: Bite-size
Tags: imagemagic


I ran into the following error, running oi151a2, ImageMagick installed from the default repository.

<pre>
$ convert 'vid:*.BMP' directory.miff
convert: unable to read font `/usr/share/ghostscript/fontsx/n019003l.pfb' @ error/annotate.c/RenderFreetype/1120.
convert: memory allocation failed `/var/tmp/magick-YuZBaiaB-00000001' @ error/png.c/ReadOnePNGImage/2122.
convert: corrupt image `/var/tmp/magick-YuZBaiaB-00000001' @ error/png.c/ReadPNGImage/3667.
convert: Postscript delegate failed `/var/tmp/magick-YWWBaiaB': No such file or directory @ error/ps.c/ReadPSImage/805.
convert: unable to lock semaphore `Deadlock situation detected/avoided' @ fatal/semaphore.c/LockSemaphoreInfo/273.
$ ls -l /usr/share/ghostscript/fontsx
/usr/share/ghostscript/fontsx: No such file or directory
$ 
</pre>

I found that the following fixes the error:

<pre>
# cd /usr/share/ghostscript/
# ln -s fonts fontsx
</pre>



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Userland-team mailing list