Skip Menu |

This queue is for tickets about the Alien-ImageMagick CPAN distribution.

Report information
The Basics
Id: 101820
Status: rejected
Priority: 0/
Queue: Alien-ImageMagick

People
Owner: JETEVE [...] cpan.org
Requestors: chas.owens [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Illegal Instruction on 64-bit Linux machines
Date: Thu, 29 Jan 2015 09:46:56 -0500
To: bug-Alien-ImageMagick [...] rt.cpan.org
From: "Chas. Owens" <chas.owens [...] gmail.com>
I am building Alien::ImageMagick 0.03 on a 64-bit CentOS Linux 7.0.1406 machine. When I try to run any of the ImageMagick commands like convert I get an error message. I get the same error message when I try to use the module: $ convert --help Illegal instruction $ perl -I local/lib/perl5/ -MImage::Magick -e 0 Illegal instruction I am using Perl 5.20.1 compiled by plenv with the following command: plenv install 5.20.1 -Duseshrplib -- Chas. Owens http://github.com/cowens The most important skill a programmer can have is the ability to read.
Hum Looks like a known ImageMagick issue in Centos 7 64bits: http://www.imagemagick.org/discourse-server/viewtopic.php?t=26488 Can you try compiling the latest image magic by hand and see if you have the same issue? The fact that 'convert' crashes points to a problem with ImageMagick itself, not with the Perl binding. On Thu Jan 29 09:47:36 2015, chas.owens@gmail.com wrote: Show quoted text
> I am building Alien::ImageMagick 0.03 on a 64-bit CentOS Linux 7.0.1406 > machine. When I try to run any of the ImageMagick commands like convert I > get an error message. I get the same error message when I try to use the > module: > > > $ convert --help > Illegal instruction > $ perl -I local/lib/perl5/ -MImage::Magick -e 0 > Illegal instruction > > I am using Perl 5.20.1 compiled by plenv with the following command: > > plenv install 5.20.1 -Duseshrplib >
No replicable steps and further report provided.