Your message dated Fri, 9 Jan 2015 13:52:56 +0100
with message-id 
<CA+7wUswBgyqtokGGsz9NkgrKzQwFiqiA8796Fq=sxbvvuyd...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #774951,
regarding fatal error: magick/MagickCore.h: No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
774951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774951
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmagickcore-dev
Version: 8:6.8.9.9-3
Severity: grave

Sorry about the severity at this point in the freeze, but I think
something went wrong with the `/usr/include/ImageMagick` symlink.

Eg.

On wheezy (see attached file):
$ gcc -I/usr/include/ImageMagick t.c
-> ok !

On jessie:

$ gcc -I/usr/include/ImageMagick  t.c
t.c:1:31: fatal error: magick/MagickCore.h: No such file or directory
 #include <magick/MagickCore.h>
                               ^
compilation terminated.

Same goes for:

$ gcc -I/usr/include/ImageMagick-6  t.c
In file included from /usr/include/ImageMagick-6/magick/MagickCore.h:29:0,
                 from t.c:1:
/usr/include/ImageMagick-6/magick/magick-config.h:21:38: fatal error:
magick/magick-baseconfig.h: No such file or directory
 #include "magick/magick-baseconfig.h"
                                      ^
compilation terminated.
#include <magick/MagickCore.h>
int main(){
  return 0;
}

--- End Message ---
--- Begin Message ---
Control: tags -1 wontfix

Invalid. Using pkg-config / cmake solved it. See:

$ find /usr/include/x86_64-linux-gnu/ImageMagick-6/
/usr/include/x86_64-linux-gnu/ImageMagick-6/
/usr/include/x86_64-linux-gnu/ImageMagick-6/magick
/usr/include/x86_64-linux-gnu/ImageMagick-6/magick/magick-baseconfig.h

--- End Message ---

Reply via email to