Re: Several Test modules failing on MacBook

2006-07-15 Thread Alex Robinson

Claes Jakobsson:

They work fine on my MacBook w/ OS X 10.4.7



 perl -V
... perl details ...


Snap. Mine are the same according to a quick comparison in BBEdit. 
The only difference between our set ups is that I'm still running 
10.4.7 (but I bet you didn't just install them)



Brian d Foy:


What are the errors? Where does the installation process break down?



Well now I know that something is up, here goes:


Test::Pod::Coverage
===

  CPAN.pm: Going to build P/PE/PETDANCE/Test-Pod-Coverage-1.08.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Pod::Coverage
CPAN: YAML loaded ok
cp Coverage.pm blib/lib/Test/Pod/Coverage.pm
Manifying blib/man3/Test::Pod::Coverage.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
test_harness(0, 'blib/lib', 'blib/arch') t/*.t

t/00.load# Testing Test::Pod::Coverage 1.08
t/00.loadok
t/all_modulesok
t/all_pod_coverage_okok
t/alt_class..ok
t/nopod..ok 1/2
#   Failed test 'Handles files with no pod at all'
#   in t/nopod.t at line 16.
# STDOUT is:
# not ok 1 - Checking Nopod
#
# not:
# not ok 1 - Checking Nopod
# not ok 2
#
# as expected
t/nopod..FAILED test 2
Failed 1/2 tests, 50.00% okay
t/nosymbols..ok
t/parms..ok
t/podok
t/privates...
#   Failed test 'Should fail at 60%'
#   in t/privates.t at line 19.
# STDOUT is:
# not ok 1 - Privates fails
#
# not:
# not ok 1 - Privates fails
# not ok 2
#
# as expected
t/privates...FAILED test 2
Failed 1/4 tests, 75.00% okay
t/self...ok
t/simple.ok
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
---
t/nopod.t   21  50.00%  2
t/privates.t41  25.00%  2
Failed 2/11 test scripts, 81.82% okay. 2/23 subtests failed, 91.30% okay.
make: *** [test_dynamic] Error 255
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force
Failed during this command:
  PETDANCE/Test-Pod-Coverage-1.08.tar.gz   : make_test NO



Test::LongString
=
  CPAN.pm: Going to build R/RG/RGARCIA/Test-LongString-0.09.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::LongString
cp lib/Test/LongString.pm blib/lib/Test/LongString.pm
Manifying blib/man3/Test::LongString.3pm
  /usr/bin/make  -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
test_harness(0, 'blib/lib', 'blib/arch') t/*.t

t/01teststring
#   Failed test 'two small strings different'
#   in t/01teststring.t at line 23.
t/01teststringNOK 3# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'got undef, expected small string'
#   in t/01teststring.t at line 30.
# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'expected undef, got small string'
#   in t/01teststring.t at line 37.
# STDOUT is:
# not ok 1 - foo is foo
#
# not:
# not ok 1 - foo is foo
# not ok 2
#
# as expected

#   Failed test 'display of long strings and of control chars'
#   in t/01teststring.t at line 51.
# STDOUT is:
# not ok 1 - long binary strings
#
# not:
# not ok 1 - long binary strings
# not ok 2
#
# as expected

#   Failed test 'Escape high-ascii chars'
#   in t/01teststring.t at line 65.
# STDOUT is:
# not ok 1 - spelling
#
# not:
# not ok 1 - spelling
# not ok 2
#
# as expected

#   Failed test 'Count correctly prefix with multiline strings'
#   in t/01teststring.t at line 75.
# STDOUT is:
# not ok 1 - foo\nfoo is foo\nfoo
#
# not:
# not ok 1 - foo\nfoo is foo\nfoo
# not ok 2
#
# as expected
t/01teststringNOK 9
#   Failed test 'Display offset in diagnostics'
#   in t/01teststring.t at line 101.
# STDOUT is:
# not ok 1 - this isn't Ulysses
#
# not:
# not ok 1 - this isn't Ulysses
# not ok 2
#
# as expected
t/01teststringNOK 11
#   Failed test 'is_string_nows tests correctly'
#   in t/01teststring.t at line 124.
# STDOUT is:
# not ok 1 - non-ws differs
#
# not:
# not ok 1 - non-ws differs
# not ok 2
#
# as expected
t/01teststringFAILED tests 3-9, 11
Failed 8/11 tests, 27.27% okay
t/02importNOK 1
#   Failed test '5 chars in output'
#   in t/02import.t at line 18.
# STDOUT is:
# not ok 1 - foobar is foobar
#
# not:
# not ok 1 - foobar is foobar
# not ok 2
#
# as expected
t/02importFAILED test 1
Failed 1/1 tests, 0.00% okay
t/03like..
#   Failed test 'a small string doesn't match'
#   in t/03like.t at line 20.
# STDOUT is:
# not ok 1 - foo matches foo
#
# not:
# not ok 1 - foo matches foo
# not ok 2
#
# as expected

#   Failed test 'got undef'
#   in 

Re: Several Test modules failing on MacBook

2006-07-14 Thread brian d foy
In article [EMAIL PROTECTED], Alex Robinson
[EMAIL PROTECTED] wrote:

 The following modules installed fine on my old iBook, but on my new 
 intel MacBook just fail.

What are the errors? Where does the installation process break down?