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 Andy Lester,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.0562. 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':

[CP_MSG] [Wed Mar  8 12:12:53 2006] Trying to get 
'ftp://ftp.cpan.org/pub/CPAN/authors/id/P/PE/PETDANCE/CHECKSUMS'
[CP_MSG] [Wed Mar  8 12:12:59 2006] Checksum matches for 'Test-Pod-1.24.tar.gz'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/Changes'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/Makefile.PL'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/MANIFEST'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/META.yml'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/Pod.pm'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/all_pod_files.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/cut-outside-block.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/cut-outside-block.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/empty-file.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/good.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/item-ordering.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/item-ordering.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/load.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/missing-file.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/pod/'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/pod/good-pod-script'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/pod/good.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/pod/no_pod.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/pod.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test-Pod-1.24/t/selftest.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/spaced-directives.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/spaced-directives.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/unknown-directive.pod'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 
'Test-Pod-1.24/t/unknown-directive.t'
[CP_MSG] [Wed Mar  8 12:13:00 2006] Extracted 'Test::Pod' to 
'/root/.cpanplus/5.8.6/build/Test-Pod-1.24'
[CP_MSG] [Wed Mar  8 12:13:01 2006] Warning: prerequisite Test::Builder::Tester 
1.02 not found. We have 1.01.
Writing Makefile for Test::Pod

[CP_MSG] [Wed Mar  8 12:13:01 2006] Module 'Test::Pod' requires 
'Test::Builder::Tester' version '1.02' to be installed 
[HISTORY] [Wed Mar  8 12:13:18 2006] Should I install this module? [Y/n]:  y
[CP_MSG] [Wed Mar  8 12:13:18 2006] Module 'Test::Builder::Tester' already up 
to date, won't install without force
[CP_MSG] [Wed Mar  8 12:13:19 2006] Manifying blib/man3/Test::Pod.3pm

[CP_ERROR] [Wed Mar  8 12:13:22 2006] MAKE TEST failed: Bad file descriptor 
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/all_pod_files........ok
t/cut-outside-block....
#   Failed test 't/cut-outside-block.pod is bad'
#   in t/cut-outside-block.t at line 20.
# STDERR is:
# #   Failed test 'POD test for t/cut-outside-block.pod'
# #   in t/cut-outside-block.t at line 15.
# # t/cut-outside-block.pod (5): =cut found outside a pod block.  Skipping to 
next block.
# 
# not:
# #     Failed test (t/cut-outside-block.t at line 15)
# # t/cut-outside-block.pod (5): =cut found outside a pod block.  Skipping to 
next block.
# 
# as expected
FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/good.................ok
t/item-ordering........
#   Failed test 't/item-ordering.pod is bad'
#   in t/item-ordering.t at line 19.
# STDERR is:
# #   Failed test 'POD test for t/item-ordering.pod'
# #   in t/item-ordering.t at line 14.
# # t/item-ordering.pod (32): You can't have =items (as at line 36) unless the 
first thing after the =over is an =item
# 
# not:
# #     Failed test (t/item-ordering.t at line 14)
# # t/item-ordering.pod (32): You can't have =items (as at line 36) unless the 
first thing after the =over is an =item
# 
# as expected
FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/load.................ok
t/missing-file.........
#   Failed test 't/non-existent.pod is bad'
#   in t/missing-file.t at line 18.
# STDERR is:
# #   Failed test 'I hope the file is there'
# #   in t/missing-file.t at line 16.
# # t/non-existent.pod does not exist
# 
# not:
# #     Failed test (t/missing-file.t at line 16)
# # t/non-existent.pod does not exist
# 
# as expected

#   Failed test 't/non-existent.pod is bad'
#   in t/missing-file.t at line 28.
# STDERR is:
# #   Failed test 'POD test for t/non-existent.pod'
# #   in t/missing-file.t at line 26.
# # t/non-existent.pod does not exist
# 
# not:
# #     Failed test (t/missing-file.t at line 26)
# # t/non-existent.pod does not exist
# 
# as expected
FAILED tests 2-3
        Failed 2/3 tests, 33.33% okay
t/pod..................ok
t/selftest.............ok
t/spaced-directives....skipped
        all skipped: Not written yet
t/unknown-directive....
#   Failed test 'Test name: Something not likely to accidentally occur! is bad'
#   in t/unknown-directive.t at line 20.
# STDERR is:
# #   Failed test 'Test name: Something not likely to accidentally occur!'
# #   in t/unknown-directive.t at line 16.
# # t/unknown-directive.pod (9): Unknown directive: =over4
# # t/unknown-directive.pod (13): Unknown directive: =under
# 
# not:
# #     Failed test (t/unknown-directive.t at line 16)
# # t/unknown-directive.pod (9): Unknown directive: =over4
# # t/unknown-directive.pod (13): Unknown directive: =under
# 
# as expected
FAILED test 2
        Failed 1/2 tests, 50.00% okay
Failed Test           Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/cut-outside-block.t                2    1  50.00%  2
t/item-ordering.t                    2    1  50.00%  2
t/missing-file.t                     3    2  66.67%  2-3
t/unknown-directive.t                2    1  50.00%  2
1 test skipped.
Failed 4/10 test scripts, 60.00% okay. 5/18 subtests failed, 72.22% okay.
make: *** [test_dynamic] Error 255


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        File::Spec                         3.15
        Pod::Simple                        3.02
        Test::Builder::Tester              1.01
        Test::More                         0.62

******************************** 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 6) configuration:
  Platform:
    osname=linux, osvers=2.6.9-22.18.bz155725.elsmp, 
archname=i386-linux-thread-multi
    uname='linux hs20-bc1-5.build.redhat.com 2.6.9-22.18.bz155725.elsmp #1 smp 
thu nov 17 15:34:08 est 2005 i686 i686 i386 gnulinux '
    config_args='-des -Doptimize=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables 
-Dversion=5.8.6 -Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red 
Hat, Inc. -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux 
-Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads -Duseithreads 
-Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow 
-Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl=n -Ubincompat5005 
-Uversiononly -Dpager=/usr/bin/less -isr -Dd_gethostent_r_proto 
-Ud_endhostent_r_proto -Ud_endprotoent_r_proto -Ud_endservent_r_proto 
-Ud_sethostent_r_proto -Ud_setprotoent_r_proto -Ud_setservent_r_proto 
-Dinc_version_list=5.8.5 5.8.4 5.8.3'
    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='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
    optimize='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 
-march=i386 -mtune=pentium4 -fasynchronous-unwind-tables',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include -I/usr/include/gdbm'
    ccversion='', gccversion='4.0.2 20051125 (Red Hat 4.0.2-8)', 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=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.5.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.5'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to