[emacs 0005204]: Inline graphics display broken due to missing library

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Fri Sep 12 08:55:51 CEST 2014


The following issue has been SUBMITTED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5204 
====================================================================== 
Reported By:                kester
Assigned To:                
====================================================================== 
Project:                    emacs
Issue ID:                   5204
Category:                   regular use
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-09-12 08:55 CEST
Last Modified:              2014-09-12 08:55 CEST
====================================================================== 
Summary:                    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 at 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)
        ...
======================================================================



More information about the bug-notifications mailing list