Subject: | installation on OSX 10.3 via the CPAN shell (Text-RecordParser-0.08) |
Hi there, I need the Text record Parser as a prerequisite for cmap, a scientific program from GMOD. I am not a programmer and I have this same behavour on my Mac on on my Sun running gentoo linux, so I thought I'll let you know. Thanks for looking into this!!
2 short things:
1.) before installing it should check for "Text::TabularDisplay" as a dependency, which it does not.
2.) during install I am failing some tests an I have no clue what to do:
this is what happens:
Show quoted text
cpan> install Text::RecordParser
Running install for module Text::RecordParser
Running make for K/KC/KCLARK/Text-RecordParser-0.08.tar.gz
Is already unwrapped into directory /Users/mriester/.cpan/build/Text-RecordParser-0.08
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch
')" t/*.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........ok 6/10# Failed test (t/10-tablify.t at line 121)
t/10-tablify........NOK 7# got: '+--------+---------+-----------+-----------+------+
# | name | rank | serial_no | is_living | age |
# +--------+---------+-----------+-----------+------+
# | George | General | 190293 | | 64 |
# | Dwight | General | 908348 | | 75 |
# | Tommy | General | 998110 | 1 | 54 |
# +--------+---------+-----------+-----------+------+
# 3 records returned
# '
# 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
# '
# Failed test (t/10-tablify.t at line 121)
# got: '+--------+---------+-----------+-----------+------+
# | name | rank | serial_no | is_living | age |
# +--------+---------+-----------+-----------+------+
# | Dwight | General | 908348 | | 75 |
# +--------+---------+-----------+-----------+------+
# 1 record returned
# '
# expected: '+--------+---------+-----------+-----------+------+
# | name | rank | serial_no | is_living | age |
# +--------+---------+-----------+-----------+------+
# | Dwight | General | 908348 | 0 | 75 |
# +--------+---------+-----------+-----------+------+
# 1 record returned
# '
t/10-tablify........ok 9/10# Failed test (t/10-tablify.t at line 121)
# got: '+--------+---------+--------+--------+--------+
# | Field1 | Field2 | Field3 | Field4 | Field5 |
# +--------+---------+--------+--------+--------+
# | George | General | 190293 | | 64 |
# | Dwight | General | 908348 | | 75 |
# | Tommy | General | 998110 | 1 | 54 |
# +--------+---------+--------+--------+--------+
# 3 records returned
t/10-tablify........NOK 10# '
# 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 3 tests of 10.
t/10-tablify........dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 7-8, 10
Failed 3/10 tests, 70.00% okay
t/11-tabmerge.......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/10-tablify.t 3 768 10 3 30.00% 7-8 10
Failed 1/11 test scripts, 90.91% okay. 3/136 subtests failed, 97.79% okay.
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
thanks and cheers
Norman