FS#34556 - [ImageMagick] Image::Magick object version 6.84 does not match bootstrap parameter 6.83

Attached to Project: Arch Linux
Opened by Benjamin Robin (benjarobin) - Monday, 01 April 2013, 18:33 GMT
Last edited by Evangelos Foutras (foutrelis) - Thursday, 04 April 2013, 16:53 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Look likes the perl script (/usr/lib/perl5/vendor_perl/Image/Magick.pm) version is wrong

Line 46, we do have $VERSION = '6.83'; instead of $VERSION = '6.84';

Additional info:
* package version(s)
extra/imagemagick 6.8.4.0-1

Steps to reproduce:
perl -e 'use Image::Magick'

=> Image::Magick object version 6.84 does not match bootstrap parameter 6.83 at /usr/lib/perl5/core_perl/DynaLoader.pm line 213.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
&Image::Magick::constant not defined. The required ImageMagick libraries are not installed or not installed properly.
END failed--call queue aborted at -e line 1
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Thursday, 04 April 2013, 16:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  imagemagick 6.8.4.6-1
Comment by David J. Ring, Jr. (djringjr) - Tuesday, 02 April 2013, 05:32 GMT
Also affects gscan2pdf which relies upon imagemagick

Image::Magick object version 6.84 does not match bootstrap parameter 6.83 at /u$
Compilation failed in require at /usr/share/perl5/site_perl/Gscan2pdf/Page.pm l$
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Gscan2pdf/Page.$
Compilation failed in require at /usr/share/perl5/site_perl/Gscan2pdf/Document.$
BEGIN failed--compilation aborted at /usr/share/perl5/site_perl/Gscan2pdf/Docum$
Compilation failed in require at /usr/bin/gscan2pdf line 57.
BEGIN failed--compilation aborted at /usr/bin/gscan2pdf line 57.
&Image::Magick::constant not defined. The required ImageMagick libraries are no$
END failed--call queue aborted at /usr/bin/gscan2pdf line 57.


Loading...