develooper Front page | perl.cpan.testers | Postings from May 2005

FAIL Image-Magick-Info-0.01 i686-linux-thread-multi-ld 2.4.30

From:
imacat
Date:
May 6, 2005 21:24
Subject:
FAIL Image-Magick-Info-0.01 i686-linux-thread-multi-ld 2.4.30
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
	
--

Dear AROTH,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.053. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Sat May  7 12:24:15 2005] Trying to get 'http://www.cpan.org/authors/id/A/AR/AROTH/CHECKSUMS'
[MSG] [Sat May  7 12:24:15 2005] Checksum matches for 'Image-Magick-Info-0.01.tar.gz'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/Changes'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/Info.pm'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/Makefile.PL'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/MANIFEST'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/META.yml'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/README'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/t/'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image-Magick-Info-0.01/t/1.t'
[MSG] [Sat May  7 12:24:16 2005] Extracted 'Image::Magick::Info' to '/home/imacat/.cpanplus/5.8.6/build/Image-Magick-Info-0.01'
[ERROR] [Sat May  7 12:24:18 2005] MAKE TEST failed: ¨S¦³¦¹¤@ÀɮשΥؿý t/1....
#     Failed test (t/1.t at line 9)
#     Tried to use 'Image::Magick::Info'.
#     Error:  Can't locate Image/Magick.pm in @INC (@INC contains: /home/imacat/.cpanplus/5.8.6/build/Image-Magick-Info-0.01/blib/lib /home/imacat/.cpanplus/5.8.6/build/Image-Magick-Info-0.01/blib/arch /home/imacat/lib/perl5 /home/imacat/.cpanplus/5.8.6/build/Geo-IP-PurePerl-1.14/blib/lib /home/imacat/.cpanplus/5.8.6/build/Geo-IP-PurePerl-1.14/blib/arch /home/imacat/.cpanplus/5.8.6/build/Text-CSV_XS-0.23/blib/lib /home/imacat/.cpanplus/5.8.6/build/Text-CSV_XS-0.23/blib/arch /home/imacat/.cpanplus/5.8.6/build/Logfile-EPrints-1.01/blib/lib /home/imacat/.cpanplus/5.8.6/build/HTTP-BrowserDetect-0.98/blib/lib /home/imacat/.cpanplus/5.8.6/build/HTTP-BrowserDetect-0.98/blib/arch /home/imacat/.cpanplus/5.8.6/build/Net-Whois-Norid-0.02/blib/lib /usr/lib/perl5/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi-ld /usr/lib/p!
 erl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/share/perl5 . /usr/lib/perl5/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi-ld /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl /usr/share/perl5 .) at /home/imacat/.cpanplus/5.8.6/build/Image-Magick-Info-0.01/blib/lib/Image/Magick/Info.pm line 7.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/1.t line 9.
# Looks like you failed 1 test of 1.
dubious
	Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
	Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/1.t          1   256     1    1 100.00%  1
Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Image::Magick

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'AROTH (cpanplus-info@lists.sf.net)',
    ... # other information
    PREREQ_PM   => {
	'Image::Magick'	=> '0', # or a minimum working version
    }
);

If you are interested in making a more flexible Makefile.PL that can
probe for missing dependencies and install them, ExtUtils::AutoInstall
at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be
worth a look.

Thanks! :-)


******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPAN::YACSmoke 0.03.

--

Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=linux, osvers=2.4.30, archname=i686-linux-thread-multi-ld
    uname='linux rinse 2.4.30 #2 sun apr 10 20:08:29 cst 2005 i686 unknown '
    config_args='-s -d -Dusethreads -Dcc=gcc -Doptimize=-g -O3 -Duselongdouble -Dprefix=/usr -Dd_dosuid -Dotherlibdirs=/usr/share/perl5 -Dinc_version_list=none -Duseshrplib=false -Dcf_email=imacat@mail.imacat.idv.tw -Dsiteman1=/usr/share/man/man1 -Dsiteman1=/usr/share/man/man3'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g -O3',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.4.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='long double', nvsize=12, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.4'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About