Illegal Instruction after compiling on Ubuntu

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
stinkyweezle
Posts: 1
Joined: 2013-10-28T09:58:17-07:00
Authentication code: 6789

Illegal Instruction after compiling on Ubuntu

Post by stinkyweezle »

Hi,

Not sure if I'm doing something dumb, but I have a Virtualbox/Vagrant setup running Ubuntu Precise 32-bit, and suddenly today, although IM builds and installs without any errors, running it in any form results in 'Illegal Instruction'

It has been working fine up until today. The base box hasn't changed at all, but IM is downloaded and compiled when the box is created.

"make check" results in a bunch of errors.

I compile my own version because I need pango support which doesn't come enabled in the binary from the ubuntu repos.

Any help appreciated.
jah
Posts: 9
Joined: 2013-11-01T08:22:59-07:00
Authentication code: 6789

Re: Illegal Instruction after compiling on Ubuntu

Post by jah »

I am also experiencing this. We have another thread at: viewtopic.php?f=3&t=24353

Standard Ubuntu 12.04 image with minimal packages installed.

Code: Select all

ubuntu@eur:~/ImageMagick-6.8.7-4$ uname -r
3.2.0-48-virtual
ubuntu@eur:~/ImageMagick-6.8.7-4$ perl -MImage::Magick
Illegal instruction (core dumped)
Post Reply