Mantis - emacs
Viewing Issue Advanced Details
5204 regular use minor always 2014-09-12 08:55 2014-09-15 17:36
kester  
laurent  
normal  
closed  
fixed  
none    
none  
0005204: Inline graphics display broken due to missing library
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)
        ...
Issue History
2014-09-12 08:55 kester New Issue
2014-09-12 08:56 kester Status new => assigned
2014-09-12 08:56 kester Assigned To => laurent
2014-09-14 14:20 laurent Note Added: 0010913
2014-09-14 14:20 laurent Status assigned => resolved
2014-09-14 14:20 laurent Resolution open => fixed
2014-09-15 17:36 laurent Note Added: 0010914
2014-09-15 17:36 laurent Status resolved => closed

Notes
(0010913)
laurent   
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   
2014-09-15 17:36   
Confirmed fixed.