Search found 8 matches

by bigzed
2014-11-05T08:38:34-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

I'm using gcc 4.8.2 20140120 and CentOs 7.0.1406. ldd mogrify returns: $ ldd utilities/mogrify linux-vdso.so.1 => (0x00007fffcc97d000) libtiff.so.5 => /lib64/libtiff.so.5 (0x00007fad863fc000) libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007fad86157000) libjpeg.so.62 => /lib64/libjpeg.so.62 ...
by bigzed
2014-11-05T05:52:45-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

I downloaded http://www.imagemagick.org/download/beta/ImageMagick-6.9.0-0.tar.bz2 and recompiled it like this: $ ./configure --disable-shared $ make $ cp */*.xml . $ ./utilities/mogrify Illegal instruction (core dumped) gdb output: GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C ...
by bigzed
2014-11-04T07:41:32-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

Where do I have to change this? In magick/magick-baseconfig.h is no such line as CLK_TCK. The only file I found something like this is timer.c and this one contains already.

Code: Select all

#define CLK_TCK CLOCKS_PER_SEC
by bigzed
2014-11-04T05:57:09-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law ...
by bigzed
2014-11-04T05:02:19-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

I changed this

Code: Select all

#ifndef MAGICK_HAVE_TIMES
#define MAGICK_HAVE_TIMES 1
#endif
to

Code: Select all

#ifdef MAGICK_HAVE_TIMES
#undef MAGICK_HAVE_TIMES
#endif
then I ran

Code: Select all

$ make 
$ ./utilities/mogrify
Illegal instruction (core dumped)
So it still doesn't work.
by bigzed
2014-11-03T09:39:23-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

They do fail in the same way here is the gdb output: $ ./utilities/mogrify Illegal instruction (core dumped) $ gdb utilities/mogrify \GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org ...
by bigzed
2014-11-03T09:23:23-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Re: Compiling on Centos 7

It's still the same:

Code: Select all

$ ./configure --with-webp=no --disable-shared
$ make
$ make install
$ mogrify 
Illegal instruction (core dumped)
$ dmesg
[  594.233787] traps: mogrify[26462] trap invalid opcode ip:45284e sp:7fff39012570 error:0 in mogrify[400000+420000]
by bigzed
2014-11-03T08:39:03-07:00
Forum: Bugs
Topic: Compiling on Centos 7
Replies: 14
Views: 9372

Compiling on Centos 7

Hello guys, compiling ImageMagick 6.8.9-6 to ImageMagick 6.8.9-10 compiles on Centos 7 but this happens: $ ./configure --with-webp=no (..) $ make (..) $ make install (..) $ mogrify Illegal instruction (core dumped) $ dmesg [15542.947751] traps: mogrify[30971] trap invalid opcode ip:7f1755bbee8e sp ...