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 [email protected] 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.074. 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] [Sun Mar 11 02:41:41 2007] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GE/GEOTIGER/CGI-AppBuilder-0.11.tar.gz'
[MSG] [Sun Mar 11 02:41:43 2007] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GE/GEOTIGER/CHECKSUMS'
[MSG] [Sun Mar 11 02:41:45 2007] Checksum matches for 
'CGI-AppBuilder-0.11.tar.gz'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/t/'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted 
'./CGI-AppBuilder-0.11/t/AppBuilder.t'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/AppBuilder.pm'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/test.pl'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/Makefile.PL'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted 
'./CGI-AppBuilder-0.11/CGI-AppBuilder-0.11.readme'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/README'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/MANIFEST'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted './CGI-AppBuilder-0.11/Makefile'
[MSG] [Sun Mar 11 02:41:46 2007] Extracted 'CGI::AppBuilder' to 
'/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11'
[MSG] [Sun Mar 11 02:41:47 2007] *** ExtUtils::AutoInstall version 0.63
*** Checking for dependencies...
*** ExtUtils::AutoInstall configuration finished.
Writing Makefile for CGI::AppBuilder

[MSG] [Sun Mar 11 02:41:47 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sun Mar 11 02:41:48 2007] cp AppBuilder.pm blib/lib/CGI/AppBuilder.pm
Manifying blib/man3/CGI::AppBuilder.3

[ERROR] [Sun Mar 11 02:41:48 2007] MAKE TEST failed: No such file or directory 
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/AppBuilder.t
t/AppBuilder....[Sun Mar 11 02:41:48 2007] AppBuilder.t: Can't locate 
CGI/Getopt.pm in @INC (@INC contains: 
/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11/blib/lib 
/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11/blib/arch 
/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11/blib 
/usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8/i686-linux 
/usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.8 
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl . 
/usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at 
/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11/blib/lib/CGI/AppBuilder.pm line 
9.
[Sun Mar 11 02:41:48 2007] AppBuilder.t: BEGIN failed--compilation aborted at 
/root/.cpanplus/5.8.8/build/CGI-AppBuilder-0.11/blib/lib/CGI/AppBuilder.pm line 
9.
[Sun Mar 11 02:41:48 2007] AppBuilder.t: Compilation failed in require at 
t/AppBuilder.t line 9.
[Sun Mar 11 02:41:48 2007] 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: *** [test_dynamic] Error 255



MISSING PREREQUISITES:

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

CGI::Getopt

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

WriteMakefile(
    AUTHOR      => 'Geo Tiger ([EMAIL PROTECTED])',
    ... # other information
    PREREQ_PM   => {
        'CGI::Getopt'   => '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.67

******************************** 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 8) configuration:
  Platform:
    osname=linux, osvers=2.4.20-8smp, archname=i686-linux
    uname='linux server1 2.4.20-8smp #1 smp thu mar 13 17:45:54 est 2003 i686 
i686 i386 gnulinux '
    config_args=''
    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 ='-fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include 
-I/usr/include/gdbm'
    ccversion='', gccversion='3.2.2 20030222 (Red Hat Linux 3.2.2-5)', 
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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
    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'

Reply via email to