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 chromatic, This is a computer-generated error report created automatically by CPANPLUS, version 0.80. 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 'fetch': [MSG] [Sat Jul 28 18:03:45 2007] Checking if source files are up to date [MSG] [Sat Jul 28 18:03:45 2007] Updating source file '01mailrc.txt.gz' [MSG] [Sat Jul 28 18:03:45 2007] Trying to get 'http://www.mirrorspace.org/cpan/authors/01mailrc.txt.gz' [MSG] [Sat Jul 28 18:03:48 2007] Updating source file '03modlist.data.gz' [MSG] [Sat Jul 28 18:03:48 2007] Trying to get 'http://www.mirrorspace.org/cpan/modules/03modlist.data.gz' [MSG] [Sat Jul 28 18:03:51 2007] Updating source file '02packages.details.txt.gz' [MSG] [Sat Jul 28 18:03:51 2007] Trying to get 'http://www.mirrorspace.org/cpan/modules/02packages.details.txt.gz' [MSG] [Sat Jul 28 18:03:56 2007] Rebuilding author tree, this might take a while [MSG] [Sat Jul 28 18:03:57 2007] Rebuilding module tree, this might take a while [MSG] [Sat Jul 28 18:04:11 2007] Writing compiled source information to disk. This might take a little while. [MSG] [Sat Jul 28 18:04:13 2007] Trying to get 'http://www.mirrorspace.org/cpan/authors/id/C/CH/CHROMATIC/P5NCI-0.30.tar.gz' [MSG] [Sat Jul 28 18:04:15 2007] Trying to get 'http://www.mirrorspace.org/cpan/authors/id/C/CH/CHROMATIC/CHECKSUMS' [MSG] [Sat Jul 28 18:04:15 2007] Checksum matches for 'P5NCI-0.30.tar.gz' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/P5NCI.pm' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/P5NCI.xs' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/P5NCI/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/P5NCI/Library.pm' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/P5NCI/Declare.pm' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/lib/ppport.h' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/t/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/t/declare.t' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/t/P5NCI_simple.t' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/t/library.t' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/t/P5NCI.t' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/Changes' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/build_lib/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/build_lib/P5NCI/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/build_lib/P5NCI/GenerateXS.pm' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/build_lib/P5NCI/Build.pm' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/MANIFEST' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/src/' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/src/nci_test.c' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/META.yml' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/Build.PL' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/Makefile.PL' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI-0.30/README' [MSG] [Sat Jul 28 18:04:16 2007] Extracted 'P5NCI' to '/home/mauke/.cpanplus/5.8.8/build/P5NCI-0.30' [MSG] [Sat Jul 28 18:04:16 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [ERROR] [Sat Jul 28 18:04:17 2007] Could not run 'Build': Can't locate P5NCI/GenerateXS.pm in @INC (@INC contains: /home/mauke/usr/local/lib/perl5/5.8.8/i686-linux-64int-ld /home/mauke/usr/local/lib/perl5/5.8.8 /home/mauke/usr/local/lib/perl5/site_perl/5.8.8/i686-linux-64int-ld /home/mauke/usr/local/lib/perl5/site_perl/5.8.8 /home/mauke/usr/local/lib/perl5/site_perl .) at build_lib/P5NCI/Build.pm line 53. MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: P5NCI::GenerateXS As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'chromatic ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'P5NCI::GenerateXS' => '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: Module Name Have Want ExtUtils::CBuilder 0.19 0.03 Test::Exception 0.25 0.19 Test::Simple 0.70 0.47 ******************************** 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.6.17-gentoo-r8, archname=i686-linux-64int-ld uname='linux nora 2.6.17-gentoo-r8 #3 preempt fri oct 20 22:20:50 cest 2006 i686 amd athlon(tm) 64 processor 3200+ 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=define use64bitall=undef uselongdouble=define usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2 -fomit-frame-pointer', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement' ccversion='', gccversion='4.1.1 (Gentoo 4.1.1)', 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='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 -lndbm -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.4.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.4' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
