Skip Menu |

This queue is for tickets about the Image-Size CPAN distribution.

Report information
The Basics
Id: 30149
Status: resolved
Priority: 0/
Queue: Image-Size

People
Owner: rjray [...] blackperl.com
Requestors: thhoff [...] gmail.com
Cc:
AdminCc:

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



Subject: Install of Image::Size fails
When trying to install Image::Size via CPAN, I get: cpan[2]> install Image::Size Running install for module 'Image::Size' Running make for R/RJ/RJRAY/Image-Size-3.1.tar.gz CPAN: Digest::SHA loaded ok (v5.44) Checksum for /usr/home/root/.cpan/sources/authors/id/R/RJ/RJRAY/Image-Size-3.1.tar.gz ok Scanning cache /usr/home/root/.cpan/build for sizes ...........................................................................-DONE Image-Size-3.1/ Image-Size-3.1/META.yml Image-Size-3.1/lib/ Image-Size-3.1/lib/Image/ Image-Size-3.1/lib/Image/Size.pm Image-Size-3.1/MANIFEST Image-Size-3.1/Makefile.PL Image-Size-3.1/ChangeLog Image-Size-3.1/README Image-Size-3.1/README.Win32 Image-Size-3.1/Build.PL Image-Size-3.1/MANIFEST.SKIP Image-Size-3.1/t/ Image-Size-3.1/t/letter_T.jpg Image-Size-3.1/t/pak38.jpg Image-Size-3.1/t/magick.t Image-Size-3.1/t/468x60.psd Image-Size-3.1/t/yasp.swf Image-Size-3.1/t/8.swf Image-Size-3.1/t/00_signature.t Image-Size-3.1/t/xterm.xpm Image-Size-3.1/t/bexjdic.tif Image-Size-3.1/t/all.t Image-Size-3.1/t/pod_coverage.t Image-Size-3.1/t/pass-1_s.png Image-Size-3.1/t/xterm.bmp Image-Size-3.1/t/lexjdic.tif Image-Size-3.1/t/pod.t Image-Size-3.1/t/test.gif Image-Size-3.1/t/letter_N.ppm Image-Size-3.1/t/spacer50.xbm Image-Size-3.1/imgsize Image-Size-3.1/ex/ Image-Size-3.1/ex/make_gallery.pl Image-Size-3.1/SIGNATURE CPAN: File::Temp loaded ok (v0.17) CPAN: Module::Build loaded ok (v0.2805) CPAN.pm: Going to build R/RJ/RJRAY/Image-Size-3.1.tar.gz WARNING: SIGN is not a known parameter. WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. 'SIGN' is not a known MakeMaker parameter name. Writing Makefile for Image::Size cp lib/Image/Size.pm blib/lib/Image/Size.pm AutoSplitting blib/lib/Image/Size.pm (blib/lib/auto/Image/Size) cp imgsize blib/script/imgsize /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/imgsize Manifying blib/man1/imgsize.1p Manifying blib/man3/Image::Size.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Build.PL Build Too early to specify a build action 'Build'. Do 'Build Build' instead. make: *** [Build] Error 2 RJRAY/Image-Size-3.1.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: RJRAY/Image-Size-3.1.tar.gz Any solution for this? Thomas Hoff
From: colin.fine [...] pace.co.uk
On Sat Oct 20 13:36:41 2007, thhoff@gmail.com wrote: Show quoted text
> When trying to install Image::Size via CPAN, I get: >
I've just had this problem too. I got round it by going look Image::Size (which opens a shell in the distribution directory) Then I looked at the README, which gave the following commands for installation: perl Build.PL ./Build && ./Build test If all tests pass, then: ./Build install I ran these and it worked. It looks as if the 'make' version of this doesn't quite wrap it correctly. Colin Fine
This was an oversight in the MakeMaker set-up in Makefile.PL, which is why Build.PL itself ran fine. Fixed in the next release.