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 JKUTEJ, This is a computer-generated error report created automatically by CPANPLUS, version 0.076. 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 Dec 2 10:05:07 2006] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JK/JKUTEJ/net-tacacsplus-1.0.tar.gz' [MSG] [Sat Dec 2 10:05:09 2006] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JK/JKUTEJ/CHECKSUMS' [MSG] [Sat Dec 2 10:05:11 2006] Checksum matches for 'net-tacacsplus-1.0.tar.gz' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/t/' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/t/Net-TacacsPlus-Client.t' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/Net/' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/Net/TacacsPlus/' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/Net/TacacsPlus/Client.pm' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/Net/TacacsPlus/Packet.pm' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/lib/Net/TacacsPlus/Constants.pm' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/README' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/Changes' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/Makefile.PL' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net-tacacsplus/MANIFEST' [MSG] [Sat Dec 2 10:05:11 2006] Extracted 'net::tacacsplus' to '/root/.cpanplus/5.8.8/build/net-tacacsplus' [MSG] [Sat Dec 2 10:05:11 2006] Checking if your kit is complete... Looks good Writing Makefile for Net::TacacsPlus::Client [MSG] [Sat Dec 2 10:05:11 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Sat Dec 2 10:05:12 2006] cp lib/Net/TacacsPlus/Client.pm blib/lib/Net/TacacsPlus/Client.pm cp lib/Net/TacacsPlus/Packet.pm blib/lib/Net/TacacsPlus/Packet.pm cp lib/Net/TacacsPlus/Constants.pm blib/lib/Net/TacacsPlus/Constants.pm Manifying blib/man3/Net::TacacsPlus::Client.3pm Manifying blib/man3/Net::TacacsPlus::Packet.3pm Manifying blib/man3/Net::TacacsPlus::Constants.3pm [ERROR] [Sat Dec 2 10:05:12 2006] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Net-TacacsPlus-Client....Can't locate Math/XOR.pm in @INC (@INC contains: /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/lib /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/arch /root/.cpanplus/5.8.8/build/net-tacacsplus/blib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /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.7 /usr/local/share/perl/5.8.7 . /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /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.7 /usr/local/share/perl/5.8.7 .) at /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/lib/Net/TacacsPlus/Packet.pm line 71. BEGIN failed--compilation aborted at /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/lib/Net/TacacsPlus/Packet.pm line 71. Compilation failed in require at /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/lib/Net/TacacsPlus/Client.pm line 59. BEGIN failed--compilation aborted at /root/.cpanplus/5.8.8/build/net-tacacsplus/blib/lib/Net/TacacsPlus/Client.pm line 59. Compilation failed in require at t/Net-TacacsPlus-Client.t line 10. BEGIN failed--compilation aborted at t/Net-TacacsPlus-Client.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 List of Failed ------------------------------------------------------------------------------- t/Net-TacacsPlus-Client.t 2 512 1 2 1 Failed 1/1 test scripts. 1/1 subtests failed. Files=1, Tests=1, 0 wallclock secs ( 0.06 cusr + 0.00 csys = 0.06 CPU) Failed 1/1 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 2 MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Math::XOR As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'JKUTEJ ([EMAIL PROTECTED])', ... # other information PREREQ_PM => { 'Math::XOR' => '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 8) configuration: Platform: osname=linux, osvers=2.6.15.7, archname=i486-linux-gnu-thread-multi uname='linux rothera 2.6.15.7 #1 smp tue jun 27 18:34:43 utc 2006 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -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.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -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.8 -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='4.1.2 20060613 (prerelease) (Ubuntu 4.1.1-2ubuntu5)', 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.4.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 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'
