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 NWCLARK,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.072. 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 Oct  7 14:18:53 2006] Trying to get 
'http://www.cpan.org/authors/id/N/NW/NWCLARK/PerlIO-gzip-0.18.tar.gz'
[MSG] [Sat Oct  7 14:18:54 2006] Trying to get 
'http://www.cpan.org/authors/id/N/NW/NWCLARK/CHECKSUMS'
[MSG] [Sat Oct  7 14:18:55 2006] Checksum matches for 'PerlIO-gzip-0.18.tar.gz'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/gzip.pm'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/t'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/Changes'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/MANIFEST'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/gzip.xs'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/Makefile.PL'
[MSG] [Sat Oct  7 14:18:55 2006] Extracted 'PerlIO-gzip-0.18/README'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/META.yml'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok19'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok50.gz.short'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok54.gz.len'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/read.t'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/write.t'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok21'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok17.gz'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok3.gz'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO-gzip-0.18/t/ok58.gz.crc'
[MSG] [Sat Oct  7 14:18:56 2006] Extracted 'PerlIO::gzip' to 
'/home/chris/.cpanplus/5.8.8/build/PerlIO-gzip-0.18'
[MSG] [Sat Oct  7 14:18:57 2006] Checking if your kit is complete...
Looks good
Writing Makefile for PerlIO::gzip

[MSG] [Sat Oct  7 14:18:57 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Sat Oct  7 14:19:01 2006] cp gzip.pm blib/lib/PerlIO/gzip.pm
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap 
/usr/lib/perl5/5.8.8/ExtUtils/typemap  gzip.xs > gzip.xsc && mv gzip.xsc gzip.c
cc -c   -fno-strict-aliasing -pipe -I/usr/pkg/include -O   -DVERSION=\"0.18\" 
-DXS_VERSION=\"0.18\" -DPIC -fPIC  
"-I/usr/lib/perl5/5.8.8/i386-netbsd-thread-multi-64int/CORE"   gzip.c
Running Mkbootstrap for PerlIO::gzip ()
chmod 644 gzip.bs
rm -f blib/arch/auto/PerlIO/gzip/gzip.so
LD_RUN_PATH="/lib" cc  --whole-archive -shared  -L/usr/pkg/lib gzip.o  -o 
blib/arch/auto/PerlIO/gzip/gzip.so    \
   -lz          \
  
chmod 755 blib/arch/auto/PerlIO/gzip/gzip.so
cp gzip.bs blib/arch/auto/PerlIO/gzip/gzip.bs
chmod 644 blib/arch/auto/PerlIO/gzip/gzip.bs
Manifying blib/man3/PerlIO::gzip.3

[ERROR] [Sat Oct  7 14:19:03 2006] MAKE TEST failed: No such file or directory 
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/read.....
#   Failed test 'open ok17.gz with <:gzip'
#   in t/read.t at line 69.
readline() on closed filehandle FOO at t/read.t line 71.

#   Failed test in t/read.t at line 71.
#          got: undef
#     expected: 'ok 17
# '

#   Failed test 'close it'
#   in t/read.t at line 77.

#   Failed test 'open perl.gz'
#   in t/read.t at line 136.
read() on closed filehandle GZ at /usr/lib/perl5/5.8.8/File/Compare.pm line 85.

#   Failed test 'compare with original /usr/bin/perl'
#   in t/read.t at line 141.

#   Failed test 'close perl.gz'
#   in t/read.t at line 148.

#   Failed test 'open ok54.gz.len with <:gzip'
#   in t/read.t at line 175.
readline() on closed filehandle FOO at t/read.t line 177.

#   Failed test in t/read.t at line 177.
#          got: undef
#     expected: 'ok 54
# '

#   Failed test 'open ok17.gz with <:stdio:gzip'
#   in t/read.t at line 69.
readline() on closed filehandle FOO at t/read.t line 71.

#   Failed test in t/read.t at line 71.
#          got: undef
#     expected: 'ok 17
# '

#   Failed test 'close it'
#   in t/read.t at line 77.

#   Failed test 'open perl.gz'
#   in t/read.t at line 136.
read() on closed filehandle GZ at /usr/lib/perl5/5.8.8/File/Compare.pm line 85.

#   Failed test 'compare with original /usr/bin/perl'
#   in t/read.t at line 141.

#   Failed test 'close perl.gz'
#   in t/read.t at line 148.

#   Failed test 'open ok54.gz.len with <:stdio:gzip'
#   in t/read.t at line 175.
readline() on closed filehandle FOO at t/read.t line 177.

#   Failed test in t/read.t at line 177.
#          got: undef
#     expected: 'ok 54
# '
# Looks like you failed 16 tests of 301.
dubious
        Test returned status 16 (wstat 4096, 0x1000)
DIED. FAILED tests 24-25, 27, 56-57, 59, 69-70, 174-175, 177, 206-207, 209, 
219-220
        Failed 16/301 tests, 94.68% okay
t/write....ok
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/read.t      16  4096   301   16  24-25 27 56-57 59 69-70 174-175 177 206-207
                                   209 219-220
Failed 1/2 test scripts. 16/561 subtests failed.
Files=2, Tests=561,  2 wallclock secs ( 1.18 cusr +  0.38 csys =  1.56 CPU)
Failed 1/2 test programs. 16/561 subtests failed.
gmake: *** [test_dynamic] Error 25



******************************** 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.0307.

--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=netbsd, osvers=3.0, archname=i386-netbsd-thread-multi-64int
    uname='netbsd canker.bingosnet.co.uk 3.0 netbsd 3.0 (generic_laptop) #0: 
mon dec 19 01:08:52 utc 2005 [EMAIL 
PROTECTED]:homebuildsabnetbsd-3-0-releasei386200512182024z-objhomebuildsabnetbsd-3-0-releasesrcsysarchi386compilegeneric_laptop
 i386 '
    config_args=''
    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=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -I/usr/pkg/include'
    ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', 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='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lm -lcrypt -lutil -lc -lposix -lpthread
    perllibs=-lm -lcrypt -lutil -lc -lposix -lpthread
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  
-L/usr/pkg/lib'

Reply via email to