Front page | perl.cpan.testers |
Postings from June 2006
FAIL CGI-AppBuilder-0.12 i386-linux-thread-multi 2.4.27-ti1211
Thread Previous
|
Thread Next
From:
root
Date:
June 12, 2006 01:09
Subject:
FAIL CGI-AppBuilder-0.12 i386-linux-thread-multi 2.4.27-ti1211
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 Geo Tiger,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.061. 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] [Mon Jun 12 07:28:44 2006] Checking if source files are up to date
[MSG] [Mon Jun 12 07:28:45 2006] Retrieving /root/.cpanplus/sourcefiles.2.15.stored
[MSG] [Mon Jun 12 07:28:49 2006] Trying to get 'file://hdc/cpan/authors/id/G/GE/GEOTIGER/CHECKSUMS'
[MSG] [Mon Jun 12 07:28:50 2006] Checksum matches for 'CGI-AppBuilder-0.12.tar.gz'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/CGI/'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/CGI/AppBuilder.pm'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/t/'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/t/AppBuilder.t'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/test.pl'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/Makefile.PL'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/CGI-AppBuilder-0.12.readme'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/README'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/MANIFEST'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted './CGI-AppBuilder-0.12/Makefile'
[MSG] [Mon Jun 12 07:28:50 2006] Extracted 'CGI::AppBuilder' to '/root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12'
[MSG] [Mon Jun 12 07:28:51 2006] *** ExtUtils::AutoInstall version 0.63
*** Checking for dependencies...
*** ExtUtils::AutoInstall configuration finished.
Writing Makefile for CGI::AppBuilder
[MSG] [Mon Jun 12 07:28:51 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Mon Jun 12 07:28:51 2006] make[1]: Entering directory `/root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12'
make[1]: Leaving directory `/root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12'
[ERROR] [Mon Jun 12 07:28:52 2006] MAKE TEST failed: Bad file descriptor make[1]: Entering directory `/root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/AppBuilder.t
t/AppBuilder....[Mon Jun 12 07:28:52 2006] AppBuilder.t: Can't locate CGI/AppBuilder/Config.pm in @INC (@INC contains: /root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12/blib/lib /root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12/blib/arch /root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12/blib /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 . /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 .) at CGI/AppBuilder.pm line 11.
[Mon Jun 12 07:28:52 2006] AppBuilder.t: BEGIN failed--compilation aborted at CGI/AppBuilder.pm line 11.
[Mon Jun 12 07:28:52 2006] AppBuilder.t: Compilation failed in require at t/AppBuilder.t line 9.
[Mon Jun 12 07:28:52 2006] AppBuilder.t: BEGIN failed--compilation aborted at t/AppBuilder.t line 9.
# No tests run!
dubious
Test returned status 255 (wstat 65280, 0xff00)
FAILED--1 test script could be run, alas--no output ever seen
make[1]: Leaving directory `/root/.cpanplus/5.8.7/build/CGI-AppBuilder-0.12'
make[1]: *** [test_dynamic] Error 255
MISSING PREREQUISITES:
It was observed that the test suite seem to fail without these modules:
CGI::AppBuilder::Config
As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem. For example:
WriteMakefile(
AUTHOR => 'Geo Tiger (geotiger2001@yahoo.com)',
... # other information
PREREQ_PM => {
'CGI::AppBuilder::Config' => '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! :-)
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Test::Harness 2.62
Test::More 0.62
******************************** 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:
--
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=linux, osvers=2.4.27-ti1211, archname=i386-linux-thread-multi
uname='linux kosh 2.4.27-ti1211 #1 sun sep 19 18:17:45 est 2004 i686 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i386-linux -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.7 -Dsitearch=/usr/local/lib/perl/5.8.7 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.7 -Dd_dosuid -des'
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=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.3.6 (Debian 1:3.3.6-6)', 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='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so.5.8.7
gnulibc_version='2.3.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Thread Previous
|
Thread Next