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.
--
This is an error report generated automatically by CPANPLUS,
version 0.0499.
Below is the error stack during 'make test':
C:\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e cp bin/tabmerge
blib\script\tabmerge
pl2bat.bat blib\script\tabmerge
C:\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e cp bin/tablify
blib\script\tablify
pl2bat.bat blib\script\tablify
C:\perl\5.8.5\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t\01-new.t t\02-filename-fh.t
t\03-separator.t t\04-bind.t t\05-fetch.t t\06-filter.t t\07-parse.t
t\08-compute.t t\09-comment.t t\10-tablify.t t\11-tabmerge.t
t\01-new............ok
t\02-filename-fh....ok
t\03-separator......ok
t\04-bind...........ok
t\05-fetch..........ok
t\06-filter.........ok
t\07-parse..........ok
t\08-compute........ok
t\09-comment........ok
t\10-tablify........dubious
Test returned status 7 (wstat 1792, 0x700)
DIED. FAILED tests 4-10
Failed 7/10 tests, 30.00% okay
t\11-tabmerge.......dubious
Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 5-10
Failed 6/10 tests, 40.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t\10-tablify.t 7 1792 10 7 70.00% 4-10
t\11-tabmerge.t 6 1536 10 6 60.00% 5-10
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+-----------+-----------+
# | Field No. | Field |
# +-----------+-----------+
# | 1 | name |
# | 2 | rank |
# | 3 | serial_no |
# | 4 | is_living |
# | 5 | age |
# +-----------+-----------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+--------+-----------+
# | name | serial_no |
# +--------+-----------+
# | George | 190293 |
# | Dwight | 908348 |
# | Attila | |
# | Tojo | |
# | Tommy | 998110 |
# +--------+-----------+
# 5 records returned
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+--------+---------+-----------+------+
# | name | rank | serial_no | age |
# +--------+---------+-----------+------+
# | George | General | 190293 | 64 |
# | Dwight | General | 908348 | 75 |
# | Attila | Hun | | 56 |
# | Tojo | Emporor | | 87 |
# | Tommy | General | 998110 | 54 |
# +--------+---------+-----------+------+
# 5 records returned
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+--------+---------+-----------+-----------+------+
# | name | rank | serial_no | is_living | age |
# +--------+---------+-----------+-----------+------+
# | George | General | 190293 | 0 | 64 |
# | Dwight | General | 908348 | 0 | 75 |
# | Tommy | General | 998110 | 1 | 54 |
# +--------+---------+-----------+-----------+------+
# 3 records returned
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+--------+---------+-----------+-----------+------+
# | name | rank | serial_no | is_living | age |
# +--------+---------+-----------+-----------+------+
# | Dwight | General | 908348 | 0 | 75 |
# +--------+---------+-----------+-----------+------+
# 1 record returned
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+-------+
# | name |
# +-------+
# | Tommy |
# +-------+
# 1 record returned
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tablify" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\10-tablify.t at line 121)
# got: ''
# expected: '+--------+---------+--------+--------+--------+
# | Field1 | Field2 | Field3 | Field4 | Field5 |
# +--------+---------+--------+--------+--------+
# | George | General | 190293 | 0 | 64 |
# | Dwight | General | 908348 | 0 | 75 |
# | Tommy | General | 998110 | 1 | 54 |
# +--------+---------+--------+--------+--------+
# 3 records returned
# '
# Looks like you failed 7 tests of 10.
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: '+-----------+-------------------+
# | Field | No. Times Present |
# +-----------+-------------------+
# | lod_score | 1 |
# | name | 3 |
# | position | 3 |
# | type | 2 |
# +-----------+-------------------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: '+----------+----------+
# | name | position |
# +----------+----------+
# | RM104 | 2.30 |
# | RM105 | 4.5 |
# | TX5509 | 10.4 |
# | UU189 | 19.0 |
# | Xpsm122 | 3.3 |
# | Xpsr9556 | 4.5 |
# | DRTL | 2.30 |
# | ALTX | 4.5 |
# | DWRF | 10.4 |
# +----------+----------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: '+-----------+----------+----------+--------+
# | lod_score | name | position | type |
# +-----------+----------+----------+--------+
# | | RM104 | 2.30 | RFLP |
# | | RM105 | 4.5 | RFLP |
# | | TX5509 | 10.4 | AFLP |
# | 2.4 | UU189 | 19.0 | SSR |
# | 1.2 | Xpsm122 | 3.3 | Marker |
# | 1.2 | Xpsr9556 | 4.5 | Marker |
# | | DRTL | 2.30 | |
# | | ALTX | 4.5 | |
# | | DWRF | 10.4 | |
# +-----------+----------+----------+--------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: '+----------+--------+
# | name | type |
# +----------+--------+
# | RM104 | RFLP |
# | RM105 | RFLP |
# | TX5509 | AFLP |
# | UU189 | SSR |
# | Xpsm122 | Marker |
# | Xpsr9556 | Marker |
# | DRTL | |
# | ALTX | |
# | DWRF | |
# +----------+--------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: '+----------+-----------+
# | name | lod_score |
# +----------+-----------+
# | ALTX | |
# | DRTL | |
# | DWRF | |
# | RM104 | |
# | RM105 | |
# | TX5509 | |
# | UU189 | 2.4 |
# | Xpsm122 | 1.2 |
# | Xpsr9556 | 1.2 |
# +----------+-----------+
# '
Der Befehl "C:/.cpan/5.8.5/build/Text-RecordParser-0.08/t/../bin/tabmerge" ist
entweder falsch geschrieben oder
konnte nicht gefunden werden.
# Failed test (t\11-tabmerge.t at line 127)
# got: ''
# expected: 'name lod_score
# ALTX
# DRTL
# DWRF
# RM104
# RM105
# TX5509
# UU189 2.4
# Xpsm122 1.2
# Xpsr9556 1.2
# '
# Looks like you failed 6 tests of 10.
Failed 2/11 test scripts, 81.82% okay. 13/136 subtests failed, 90.44% okay.
NMAKE : fatal error U1077: 'C:\perl\5.8.5\bin\perl.exe' : return code '0x2'
Stop.
Additional comments:
--
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
usethreads=undef 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='cl', ccflags ='-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE
-DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS
-DUSE_PERLIO -DPERL_MSVCRT_READFIX',
optimize='-MD -Zi -DNDEBUG -O1',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"c:\perl\5.8.5\lib\CORE" -machine:x86'
libpth="C:\Programme\Microsoft Visual C++ Toolkit 2003\lib"
libs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
perllibs= oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib
uuid.lib wsock32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib
msvcrt.lib
libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
gnulibc_version='undef'
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"c:\perl\5.8.5\lib\CORE" -machine:x86'