OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005204 [emacs] regular use minor always 2014-09-12 08:55 2014-09-15 17:36
Reporter kester View Status public  
Assigned To laurent
Priority normal Resolution fixed  
Status closed  
Summary 0005204: Inline graphics display broken due to missing library
Description GNU emacs can display images inline. Some images formats (likes fits are displayed using ImageMagick). It appears that the version of ImageMagick was changed without rebuilding emacs. This causes emacs to crash when opening an image file:

$ emacs file.fits
ld.so.1: emacs-24.3-athena: fatal: libMagickWand-6.Q16HDRI.so.1: open failed: No such file or directory
ld.so.1: emacs-24.3-athena: fatal: relocation error: file /opt/csw/bin/emacs-24.3-athena: symbol MagickWandGenesis: referenced symbol not found
killed emacs
Note: DISPLAY has to be set to see the problem.

ldd also shows the problem:
kester@unstable10s [unstable10s]:~ > ldd -ur /opt/csw/bin/emacs | grep "not found"
        libMagickWand-6.Q16HDRI.so.1 => (file not found)
        libMagickCore-6.Q16HDRI.so.1 => (file not found)
        symbol not found: MagickGetException (/opt/csw/bin/emacs-24.3-athena)
        ...
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010913)
laurent (developer)
2014-09-14 14:20

I repushed the older sonames that are needed, can you please update and check if they fix the issue for you?
(0010914)
laurent (developer)
2014-09-15 17:36

Confirmed fixed.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker