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

illumos project devnull at illumos.org
Sat Jun 1 16:59:48 UTC 2013


Issue #2428 has been updated by Ken Mays.

Status changed from New to Feedback
Assignee changed from Adam Števko to OI Userland

Bump to newer Imagemagick 6.8.3-5 build in oi-userland and recheck fonts dir path for proper fix.
----------------------------------------
Bug #2428: imagemagick missing directory
https://www.illumos.org/issues/2428

Author: Marion Hakanson
Status: Feedback
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