Actions
Bug #2428
closedimagemagick missing directory
Start date:
2012-03-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
imagemagic
Description
I ran into the following error, running oi151a2, ImageMagick installed from the default repository.
$ 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 $
I found that the following fixes the error:
# cd /usr/share/ghostscript/ # ln -s fonts fontsx
Updated by Ryo Murakawa over 11 years ago
- Assignee set to OI PKG
- Tags changed from needs-triage to imagemagic
Updated by Ken Mays over 10 years ago
- Assignee changed from OI PKG to Adam Števko
Updated by Ken Mays over 10 years ago
- Status changed from New to Feedback
- Assignee changed from Adam Števko to OI Userland
Updated by Ken Mays about 10 years ago
- 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"
But this is easily fixed now by adding this package in /hipster:
gnu-gs-fonts-std@6.0,5.11-0.151.1.8.1:20130627T100148Z
usr/share/ghostscript/fonts/n019003l.pfb
closing ticket.
Actions