Skip Menu |

This queue is for tickets about the Text-RecordParser CPAN distribution.

Report information
The Basics
Id: 12108
Status: resolved
Worked: 1 min
Priority: 0/
Queue: Text-RecordParser

People
Owner: kclark [...] cpan.org
Requestors: norman [...] warthmann.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
Subject: re: installation on OSX 10.3 via the CPAN shell (Text-RecordParser-0.08)
From: rob [...] code-gnomemad.org
[guest - Fri Apr 1 04:34:18 2005]: Show quoted text
> 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: >
I just wanted to add that I got the same errors on my Gentoo ( 2004.3 + updates ) system. Perl version is v5.8.5 built for i686-linux.
Just a note that these errors were caused by a broken dependency on Text::TabularDisplay which has since been fixed. ky