On 11/09/2014 17:17, Kester Habermann wrote:
[snip]
I've already reported this upstream, but no one has confirmed the problem:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25919&sid=e2b38c6d2c2db0333abd5c4bb817ccdf

Have you tried with some other tool using libtiff, just to make sure it's specific to ImageMagick?

A completely unrelated issue also involving ImageMagick, it is actually
more an emacs issue. GNU emacs can actually 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)

That's a mistake of mine, I think I some point I pushed a stub for the .so.1 libs, and that was wrong. I hadn't realized it had had some effect. I need to find a way to rebuild that version. Can you open a bug report on it to prod me?

Laurent

Reply via email to