Front page | perl.cpan.testers |
Postings from April 2006
FAIL Bank-RMD-0.30 i386-linux 2.6.12-8mdksmp
From:
Perl_Test
Date:
April 15, 2006 14:32
Subject:
FAIL Bank-RMD-0.30 i386-linux 2.6.12-8mdksmp
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 THARDISON,
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] [Sat Apr 15 15:30:41 2006] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/T/TH/THARDISON/Bank-RMD-0.30.tar.gz'
[MSG] [Sat Apr 15 15:30:55 2006] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/T/TH/THARDISON/CHECKSUMS'
[MSG] [Sat Apr 15 15:31:07 2006] No 'md5' checksum known for 'Bank-RMD-0.30.tar.gz'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/Changes'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/lib/'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/lib/Bank/'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/lib/Bank/._RMD.pm'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/lib/Bank/RMD.pm'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/Makefile.PL'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/MANIFEST'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/README'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/sample/'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/sample/._rmdcalc.pl'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/sample/rmdcalc.pl'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/t/'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank-RMD/t/Bank-RMD.t'
[MSG] [Sat Apr 15 15:31:08 2006] Extracted 'Bank::RMD' to '/usr/local/cpanplus/5.8.7/build/Bank-RMD'
[MSG] [Sat Apr 15 15:31:08 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Bank::RMD
[MSG] [Sat Apr 15 15:31:10 2006] cp lib/Bank/RMD.pm blib/lib/Bank/RMD.pm
cp lib/Bank/._RMD.pm blib/lib/Bank/._RMD.pm
Manifying blib/man3/Bank::RMD.3pm
[ERROR] [Sat Apr 15 15:31:10 2006] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /usr/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Bank-RMD....Can't locate DateTime.pm in @INC (@INC contains: /usr/local/cpanplus/5.8.7/build/Bank-RMD/blib/lib /usr/local/cpanplus/5.8.7/build/Bank-RMD/blib/arch /usr/local/cpanplus/5.8.7/build/Games-Sudoku-Lite-0.41/blib/lib /usr/lib/perl5/5.8.7/i386-linux /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl/5.8.7/i386-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i386-linux /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.6/i386-linux /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at /usr/local/cpanplus/5.8.7/build/Bank-RMD/blib/lib/Bank/RMD.pm line 6.
BEGIN failed--compilation aborted at /usr/local/cpanplus/5.8.7/build/Bank-RMD/blib/lib/Bank/RMD.pm line 6.
Compilation failed in require at t/Bank-RMD.t line 10.
BEGIN failed--compilation aborted at t/Bank-RMD.t line 10.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/Bank-RMD.t 2 512 1 2 200.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:
DateTime
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'THARDISON (cpanplus-info@lists.sf.net)',
... # other information
PREREQ_PM => {
'DateTime' => '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=linux, osvers=2.6.12-8mdksmp, archname=i386-linux
uname='linux n3.mandriva.com 2.6.12-8mdksmp #1 smp tue jul 26 15:09:51 cest 2005 i686 intel(r) xeon(tm) cpu 2.80ghz unknown gnulinux '
config_args='-des -Dinc_version_list=5.8.6 5.8.6/i386-linux 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0 5.6.1 5.6.0 -Darchname=i386-linux -Dcc=gcc -Doptimize=-O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr -Dsitebin=/usr/local/bin -Dsiteman1dir=/usr/local/share/man/man1 -Dsiteman3dir=/usr/local/share/man/man3 -Dman3ext=3pm -Dcf_by=Mandriva -Dmyhostname=localhost -Dperladmin=root@localhost -Dcf_email=root@localhost -Dd_dosuid -Ud_csh -Duseshrplib -Accflags=-DPERL_DISABLE_PMC'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_DISABLE_PMC -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
optimize='-O2 -fomit-frame-pointer -pipe -march=i586 -mtune=pentiumpro ',
cppflags='-DPERL_DISABLE_PMC -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm'
ccversion='', gccversion='4.0.1 (4.0.1-2mdk for Mandriva Linux release 2006.0)', 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='double', nvsize=8, 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 -lndbm -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.5.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.3.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.7/i386-linux/CORE'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL Bank-RMD-0.30 i386-linux 2.6.12-8mdksmp
by Perl_Test