Front page | perl.cpan.testers |
Postings from August 2005
FAIL Image-Magick-Info-0.02 cygwin-thread-multi-64int 1.5.18(0.13242)
From:
imacat
Date:
August 8, 2005 10:35
Subject:
FAIL Image-Magick-Info-0.02 cygwin-thread-multi-64int 1.5.18(0.13242)
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.055. 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] [Tue Aug 9 01:32:49 2005] Trying to get 'http://www.cpan.org/authors/id/A/AR/AROTH/Image-Magick-Info-0.02.tar.gz'
[MSG] [Tue Aug 9 01:32:50 2005] Trying to get 'http://www.cpan.org/authors/id/A/AR/AROTH/CHECKSUMS'
[MSG] [Tue Aug 9 01:32:52 2005] Checksum matches for 'Image-Magick-Info-0.02.tar.gz'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/Changes'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/Info.pm'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/Makefile.PL'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/MANIFEST'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/META.yml'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/README'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/t/'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image-Magick-Info-0.02/t/1.t'
[MSG] [Tue Aug 9 01:32:53 2005] Extracted 'Image::Magick::Info' to '/cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Image-Magick-Info-0.02'
[MSG] [Tue Aug 9 01:33:23 2005] Checking if your kit is complete...
Looks good
Writing Makefile for Image::Magick::Info
[MSG] [Tue Aug 9 01:34:43 2005] cp Info.pm blib/lib/Image/Magick/Info.pm
AutoSplitting blib/lib/Image/Magick/Info.pm (blib/lib/auto/Image/Magick/Info)
[ERROR] [Tue Aug 9 01:35:10 2005] MAKE TEST failed: No such file or directory 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: /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Image-Magick-Info-0.02/blib/lib /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Image-Magick-Info-0.02/blib/arch /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/perl/lib/perl5/site_perl/5.8 /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/perl/lib/perl5/site_perl/5.8/cygwin /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Class-DBI-0.96/blib/lib /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Class-DBI-0.96/blib/arch /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) at /cygdrive/c/Documents and Settings/imacat/Application Data/cygwin/.cpanplus/5.8.7/build/Image-Magick-Info-0.02/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 1
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 7) configuration:
Platform:
osname=cygwin, osvers=1.5.18(0.13242), archname=cygwin-thread-multi-64int
uname='cygwin_nt-5.1 inspiron 1.5.18(0.13242) 2005-07-02 20:30 i686 unknown unknown cygwin '
config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Doptimize=-O3 -Dman3ext=3pm -Dusesitecustomize'
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=define use64bitall=undef uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='ld2', ldflags =' -s -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -lcrypt -lgdbm_compat
perllibs=-lcrypt -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'
-
FAIL Image-Magick-Info-0.02 cygwin-thread-multi-64int 1.5.18(0.13242)
by imacat