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 TANGENT,
    
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] [Wed Sep 20 20:15:08 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/T/TA/TANGENT/Crypt-Pwsafe-1.tar.gz'
[ERROR] [Wed Sep 20 20:15:46 2006] Fetching of 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/T/TA/TANGENT/Crypt-Pwsafe-1.tar.gz' 
failed: Command failed: 
[MSG] [Wed Sep 20 20:15:46 2006] Trying to get 
'http://www.cpan.org/authors/id/T/TA/TANGENT/Crypt-Pwsafe-1.tar.gz'
[MSG] [Wed Sep 20 20:15:47 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/T/TA/TANGENT/CHECKSUMS'
[MSG] [Wed Sep 20 20:15:59 2006] Archive size is not known for 
'Crypt-Pwsafe-1.tar.gz'
[MSG] [Wed Sep 20 20:15:59 2006] No 'md5' checksum known for 
'Crypt-Pwsafe-1.tar.gz'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/Build.PL'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/Changes'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/examples/'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/examples/pwlist.pl'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/lib/'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/lib/Crypt/'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/lib/Crypt/Pwsafe.pm'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/Makefile.PL'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/MANIFEST'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/META.yml'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/README'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/00-load.t'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/10-test-file.t'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/boilerplate.t'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/pod-coverage.t'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/pod.t'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt-Pwsafe-1/t/test.psafe3'
[MSG] [Wed Sep 20 20:15:59 2006] Extracted 'Crypt::Pwsafe' to 
'/home/larwan/.cpanplus/5.8.7/build/Crypt-Pwsafe-1'
[MSG] [Wed Sep 20 20:15:59 2006] Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::Pwsafe

[MSG] [Wed Sep 20 20:15:59 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Wed Sep 20 20:16:00 2006] cp lib/Crypt/Pwsafe.pm blib/lib/Crypt/Pwsafe.pm
Manifying blib/man3/Crypt::Pwsafe.3pm

[ERROR] [Wed Sep 20 20:16:00 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/00-load.........# Testing Crypt::Pwsafe 1, Perl 5.008007, /usr/bin/perl5.8.7
ok
t/10-test-file....Can't locate object method "new" via package 
"Crypt::Twofish_PP" (perhaps you forgot to load "Crypt::Twofish_PP"?) at 
/home/larwan/.cpanplus/5.8.7/build/Crypt-Pwsafe-1/blib/lib/Crypt/Pwsafe.pm line 
136.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/boilerplate.....ok
t/pod-coverage....
#   Failed test 'Pod coverage on Crypt::Pwsafe'
#   in /usr/lib/perl5/site_perl/5.8.7/Test/Pod/Coverage.pm at line 126.
# Coverage for Crypt::Pwsafe is 0.0%, with 3 naked subroutines:
#       enter_combination
#       get_password
#       new
# Looks like you failed 1 test of 1.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/pod.............ok
Failed Test      Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/10-test-file.t  255 65280     1    2  1
t/pod-coverage.t    1   256     1    1  1
Failed 2/5 test scripts. 2/7 subtests failed.
Files=5, Tests=7,  0 wallclock secs ( 0.22 cusr +  0.05 csys =  0.27 CPU)
Failed 2/5 test programs. 2/7 subtests failed.
make: *** [test_dynamic] Error 255


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        Test::More                         0.64

******************************** 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.14-gentoo-r5, archname=x86_64-linux
    uname='linux vulture 2.6.14-gentoo-r5 #1 smp fri jan 13 13:11:04 est 2006 
x86_64 dual core amd opteron(tm) processor 270 authenticamd gnulinux '
    config_args='-des -Darchname=x86_64-linux -Dcccdlflags=-fPIC 
-Dccdlflags=-rdynamic -Dcc=x86_64-pc-linux-gnu-gcc -Dprefix=/usr 
-Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth=  -Doptimize=-march=opteron 
-O2 -pipe -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin 
-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 
-Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3 
-Dman1ext=1 -Dman3ext=3pm -Dinc_version_list=5.8.0 5.8.0/x86_64-linux 5.8.2 
5.8.2/x86_64-linux 5.8.4 5.8.4/x86_64-linux 5.8.5 5.8.5/x86_64-linux 5.8.6 
5.8.6/x86_64-linux  -Dcf_by=Gentoo -Ud_csh -Di_ndbm -Di_gdbm -Di_db 
-Dusrinc=/usr/include/gentoo-multilib/amd64 -Dlibpth='/usr/local/lib64 /lib64 
/usr/lib64''
    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=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='x86_64-pc-linux-gnu-gcc', ccflags ='-fno-strict-aliasing -pipe 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-march=opteron -O2 -pipe',
    cppflags='-fno-strict-aliasing -pipe'
    ccversion='', gccversion='3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, 
pie-8.7.8)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='x86_64-pc-linux-gnu-gcc', ldflags =''
    libpth=/usr/local/lib64 /lib64 /usr/lib64
    libs=-lpthread -lnsl -lndbm -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.3.5.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fPIC', lddlflags='-shared'

Reply via email to