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 JPEACOCK,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.78. 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] [Fri Apr 20 18:10:28 2007] Trying to get 
'http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-0.7201.tar.gz'
[MSG] [Fri Apr 20 18:10:29 2007] Trying to get 
'http://www.cpan.org/authors/id/J/JP/JPEACOCK/CHECKSUMS'
[MSG] [Fri Apr 20 18:10:29 2007] Checksum matches for 'version-0.7201.tar.gz'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/t/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/t/02derived.t'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/t/coretests.pm'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/t/03require.t'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/t/01base.t'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/lib/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/lib/version.pod'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/lib/version/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/lib/version/typemap'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/lib/version.pm'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vperl/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vperl/vpp.pm'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/lib/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/lib/version/'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 
'version-0.7201/vutil/lib/version/vxs.pm'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/ppport.h'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/vxs.xs'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/vutil.c'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/vutil/vutil.h'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/README'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/Changes'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/Build.PL'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/MANIFEST.SKIP'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/Makefile.PL'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/META.yml'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version-0.7201/MANIFEST'
[MSG] [Fri Apr 20 18:10:30 2007] Extracted 'version' to 
'/home/hybrid/perl594/.cpanplus/5.9.4/build/version-0.7201'
[MSG] [Fri Apr 20 18:10:32 2007] Testing if you have a C compiler
Checking if your kit is complete...
Looks good
Writing Makefile for version

[MSG] [Fri Apr 20 18:10:32 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Fri Apr 20 18:10:38 2007] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /home/hybrid/perl594/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base.......
#   Failed test 'use version;'
#   at t/01base.t line 10.
#     Tried to use 'version'.
#     Error:  version version 0.670300 (v0.670.300) required--this is only 
version 0.670 (v0.670.0) at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/01base.t line 10.

#   Failed test '5.005_03 eq 5.00503'
#   at t/coretests.pm line 16.
#          got: '5.005030'
#     expected: '5.00503'

#   Failed test '1.23 eq "1.23"'
#   at t/coretests.pm line 18.
#          got: '1.230'
#     expected: '1.23'

#   Failed test '"5.005_03" eq "5.005_03"'
#   at t/coretests.pm line 23.
#          got: '5.005_030'
#     expected: '5.005_03'

#   Failed test '"v1.23" eq "v1.23"'
#   at t/coretests.pm line 25.
#          got: 'v1.23.0'
#     expected: 'v1.23'

#   Failed test '5.006.001 eq v5.6.1'
#   at t/coretests.pm line 32.
#          got: 'v5.6.1'
#     expected: '5.006.001'

#   Failed test 'alpha version 1.2.3_4 eq v1.2.3_4'
#   at t/coretests.pm line 34.
#          got: 'v1.2.3_4'
#     expected: '1.2.3_4'

#   Failed test '$version eq "99"'
#   at t/coretests.pm line 69.
#          got: '99.000'
#     expected: '99'
Undefined subroutine &main::qv called at t/coretests.pm line 191.
# Looks like you failed 8 tests of 63.
# Looks like your test died just after 63.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-5, 7-8, 14
        Failed 8/63 tests, 87.30% okay
t/02derived....
#   Failed test 'use version;'
#   at t/02derived.t line 10.
#     Tried to use 'version'.
#     Error:  version version 0.670300 (v0.670.300) required--this is only 
version 0.670 (v0.670.0) at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/02derived.t line 10.

#   Failed test '5.005_03 eq 5.00503'
#   at t/coretests.pm line 16.
#          got: '5.005030'
#     expected: '5.00503'

#   Failed test '1.23 eq "1.23"'
#   at t/coretests.pm line 18.
#          got: '1.230'
#     expected: '1.23'

#   Failed test '"5.005_03" eq "5.005_03"'
#   at t/coretests.pm line 23.
#          got: '5.005_030'
#     expected: '5.005_03'

#   Failed test '"v1.23" eq "v1.23"'
#   at t/coretests.pm line 25.
#          got: 'v1.23.0'
#     expected: 'v1.23'

#   Failed test '5.006.001 eq v5.6.1'
#   at t/coretests.pm line 32.
#          got: 'v5.6.1'
#     expected: '5.006.001'

#   Failed test 'alpha version 1.2.3_4 eq v1.2.3_4'
#   at t/coretests.pm line 34.
#          got: 'v1.2.3_4'
#     expected: '1.2.3_4'

#   Failed test '$version eq "99"'
#   at t/coretests.pm line 69.
#          got: '99.000'
#     expected: '99'

#   Failed test 'qv("1.2") == "1.2.0"'
#   at t/coretests.pm line 192.
#          got: 'v1.2.0'
#     expected: 'v1.2'

#   Failed test 'qv(1.2) == "1.2.0"'
#   at t/coretests.pm line 194.
#          got: 'v1.2.0'
#     expected: 'v1.2'

#   Failed test 'version->new() doesn't clone'
#   at t/coretests.pm line 205.
#          got: '0.000'
#     expected: '0'

#   Failed test '$version->new("1.2.3") works too'
#   at t/coretests.pm line 207.
#          got: 'v1.2.3'
#     expected: '1.2.3'

#   Failed test 'CPAN-style alpha version'
#   at t/coretests.pm line 219.
#          got: '1.23_0100'
#     expected: '1.23_01'

#   Failed test '"$version" == 1.2.3'
#   at t/coretests.pm line 326.

#   Failed test 'v-string initialized qv()'
#   at t/coretests.pm line 333.

#   Failed test 'Make sure very small versions don't freak'
#   at t/coretests.pm line 389.
#                   'www version 0.000008 (v0.0.8) required--this is only 
version 0.000004 (v0.0.4) at (eval 57) line 1.
# BEGIN failed--compilation aborted at (eval 57) line 1.
# '
#     doesn't match '(?-xism:^www version 0.000008 required)'

#   Failed test 'Comparing vs. version with no decimal'
#   at t/coretests.pm line 392.
#                   'www version 1.000 (v1.0.0) required--this is only version 
0.000004 (v0.0.4) at (eval 59) line 1.
# BEGIN failed--compilation aborted at (eval 59) line 1.
# '
#     doesn't match '(?-xism:^www version 1 required)'

#   Failed test 'Comparing vs. version with decimal only'
#   at t/coretests.pm line 395.
#                   'www version 1.000 (v1.0.0) required--this is only version 
0.000004 (v0.0.4) at (eval 61) line 1.
# BEGIN failed--compilation aborted at (eval 61) line 1.
# '
#     doesn't match '(?-xism:^www version 1 required)'

#   Failed test 'Make sure very small versions don't freak'
#   at t/coretests.pm line 404.
#                   'www version 0.000008 (v0.0.8) required--this is only 
version 0.000004 (v0.0.4) at (eval 63) line 1.
# BEGIN failed--compilation aborted at (eval 63) line 1.
# '
#     doesn't match '(?-xism:^www version v0.0.8 required)'

#   Failed test 'No undef warnings'
#   at t/coretests.pm line 409.
#          got: '0.000004'
#     expected: '0.0.4'

#   Failed test 'User typed numeric so we error with numeric'
#   at t/coretests.pm line 441.
#                   'uuu version 1.001 (v1.1.0) required--this is only version 
1.000 (v1.0.0) at (eval 69) line 1.
# BEGIN failed--compilation aborted at (eval 69) line 1.
# '
#     doesn't match '(?-xism:^uuu version 1.001 required)'

#   Failed test 'User typed extended so we error with extended'
#   at t/coretests.pm line 444.
#                   'uuu version 1.001 (v1.1.0) required--this is only version 
1.000 (v1.0.0) at (eval 71) line 1.
# BEGIN failed--compilation aborted at (eval 71) line 1.
# '
#     doesn't match '(?-xism:^uuu version v1.1.0 required)'

#   Failed test 'Process locale-dependent floating point'
#   at t/coretests.pm line 466.
#                   'Version string '1,23' contains invalid data; ignoring: 
',23' at t/coretests.pm line 465, <DATA> line 1.
# '
#           matches '(?-xism:Version string '1,23' contains invalid data)'

#   Failed test 'Locale doesn't apply to version objects'
#   at t/coretests.pm line 468.
#          got: '1.000'
#     expected: '1.23'
Version string '1,' contains invalid data; ignoring: ',' at t/02derived.t line 
54, <DATA> line 1.
# Looks like you failed 24 tests of 133.
dubious
        Test returned status 24 (wstat 6144, 0x1800)
DIED. FAILED tests 1, 7-10, 12-13, 19, 69-70, 75-76, 79, 95, 97, 114-117, 119, 
123-126
        Failed 24/133 tests, 81.95% okay
t/03require....
#   Failed test '5.005_03 eq 5.00503'
#   at t/coretests.pm line 16.
#          got: '5.005030'
#     expected: '5.00503'

#   Failed test '1.23 eq "1.23"'
#   at t/coretests.pm line 18.
#          got: '1.230'
#     expected: '1.23'

#   Failed test '"5.005_03" eq "5.005_03"'
#   at t/coretests.pm line 23.
#          got: '5.005_030'
#     expected: '5.005_03'

#   Failed test '"v1.23" eq "v1.23"'
#   at t/coretests.pm line 25.
#          got: 'v1.23.0'
#     expected: 'v1.23'

#   Failed test '5.006.001 eq v5.6.1'
#   at t/coretests.pm line 32.
#          got: 'v5.6.1'
#     expected: '5.006.001'

#   Failed test 'alpha version 1.2.3_4 eq v1.2.3_4'
#   at t/coretests.pm line 34.
#          got: 'v1.2.3_4'
#     expected: '1.2.3_4'

#   Failed test '$version eq "99"'
#   at t/coretests.pm line 69.
#          got: '99.000'
#     expected: '99'

#   Failed test 'version->new() doesn't clone'
#   at t/coretests.pm line 205.
#          got: '0.000'
#     expected: '0'

#   Failed test '$version->new("1.2.3") works too'
#   at t/coretests.pm line 207.
#          got: 'v1.2.3'
#     expected: '1.2.3'

#   Failed test 'CPAN-style alpha version'
#   at t/coretests.pm line 219.
#          got: '1.23_0100'
#     expected: '1.23_01'

#   Failed test '"$version" == 1.2.3'
#   at t/coretests.pm line 326.

#   Failed test 'Make sure very small versions don't freak'
#   at t/coretests.pm line 389.
#                   'www version 0.000008 (v0.0.8) required--this is only 
version 0.000004 (v0.0.4) at (eval 55) line 1.
# BEGIN failed--compilation aborted at (eval 55) line 1.
# '
#     doesn't match '(?-xism:^www version 0.000008 required)'

#   Failed test 'Comparing vs. version with no decimal'
#   at t/coretests.pm line 392.
#                   'www version 1.000 (v1.0.0) required--this is only version 
0.000004 (v0.0.4) at (eval 57) line 1.
# BEGIN failed--compilation aborted at (eval 57) line 1.
# '
#     doesn't match '(?-xism:^www version 1 required)'

#   Failed test 'Comparing vs. version with decimal only'
#   at t/coretests.pm line 395.
#                   'www version 1.000 (v1.0.0) required--this is only version 
0.000004 (v0.0.4) at (eval 59) line 1.
# BEGIN failed--compilation aborted at (eval 59) line 1.
# '
#     doesn't match '(?-xism:^www version 1 required)'

#   Failed test 'Make sure very small versions don't freak'
#   at t/coretests.pm line 404.
#                   'www version 0.000008 (v0.0.8) required--this is only 
version 0.000004 (v0.0.4) at (eval 61) line 1.
# BEGIN failed--compilation aborted at (eval 61) line 1.
# '
#     doesn't match '(?-xism:^www version v0.0.8 required)'

#   Failed test 'No undef warnings'
#   at t/coretests.pm line 409.
#          got: '0.000004'
#     expected: '0.0.4'

#   Failed test 'User typed numeric so we error with numeric'
#   at t/coretests.pm line 441.
#                   'uuu version 1.001 (v1.1.0) required--this is only version 
1.000 (v1.0.0) at (eval 67) line 1.
# BEGIN failed--compilation aborted at (eval 67) line 1.
# '
#     doesn't match '(?-xism:^uuu version 1.001 required)'

#   Failed test 'User typed extended so we error with extended'
#   at t/coretests.pm line 444.
#                   'uuu version 1.001 (v1.1.0) required--this is only version 
1.000 (v1.0.0) at (eval 69) line 1.
# BEGIN failed--compilation aborted at (eval 69) line 1.
# '
#     doesn't match '(?-xism:^uuu version v1.1.0 required)'

#   Failed test 'Process locale-dependent floating point'
#   at t/coretests.pm line 466.
#                   'Version string '1,23' contains invalid data; ignoring: 
',23' at t/coretests.pm line 465, <DATA> line 1.
# '
#           matches '(?-xism:Version string '1,23' contains invalid data)'

#   Failed test 'Locale doesn't apply to version objects'
#   at t/coretests.pm line 468.
#          got: '1.000'
#     expected: '1.23'
# Looks like you failed 20 tests of 124.
dubious
        Test returned status 20 (wstat 5120, 0x1400)
DIED. FAILED tests 3-6, 8-9, 15, 71-72, 75, 91, 110-113, 115, 119-122
        Failed 20/124 tests, 83.87% okay (less 4 skipped tests: 100 okay, 
80.65%)
Failed Test   Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/01base.t     255 65280    63    8  1-5 7-8 14
t/02derived.t   24  6144   133   24  1 7-10 12-13 19 69-70 75-76 79 95 97 114-
                                     117 119 123-126
t/03require.t   20  5120   124   20  3-6 8-9 15 71-72 75 91 110-113 115 119-122
4 subtests skipped.
Failed 3/3 test scripts. 52/320 subtests failed.
Files=3, Tests=320,  3 wallclock secs ( 2.11 cusr +  0.11 csys =  2.22 CPU)
Failed 3/3 test programs. 52/320 subtests failed.
make: *** [test_dynamic] Error 20


PREREQUISITES:

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

******************************** 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 9 subversion 4) configuration:
  Platform:
    osname=linux, osvers=2.4.26, archname=i686-linux-thread-multi-64int-ld
    uname='linux penguin 2.4.26 #1 smp thu jul 1 18:22:25 bst 2004 i686 unknown 
unknown gnulinux '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-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 
-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='3.3.4', 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='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to