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.load................ok
t/all_modules............ok
t/all_pod_coverage_ok....ok
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/pod....................ok
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                   2    1  50.00%  2
t/privates.t                4    1  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/01teststring....NOK 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/01teststring....NOK 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/01teststring....NOK 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/01teststring....FAILED tests 3-9, 11
        Failed 8/11 tests, 27.27% okay
t/02import........NOK 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/02import........FAILED 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 t/03like.t at line 28.
# STDOUT is:
# not ok 1 - foo matches foo
#
# not:
# not ok 1 - foo matches foo
# not ok 2
#
# as expected

t/03like..........NOK 4 string doesn't match'
#   in t/03like.t at line 36.
# STDOUT is:
# not ok 1 - long string matches a*
#
# not:
# not ok 1 - long string matches a*
# not ok 2
#
# as expected

#   Failed test 'a small string matches while it shouldn't'
#   in t/03like.t at line 44.
# STDOUT is:
# not ok 1 - foo doesn't match bar
#
# not:
# not ok 1 - foo doesn't match bar
# not ok 2
#
# as expected
t/03like..........FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/04contains......NOK 2
#   Failed test 'Substring doesn't match'
#   in t/04contains.t at line 21.
# STDOUT is:
# not ok 1 - Any nachos?
#
# not:
# not ok 1 - Any nachos?
# not ok 2
#
# as expected

#   Failed test 'Source string undef fails'
#   in t/04contains.t at line 28.
# STDOUT is:
# not ok 1 - Look inside undef
#
# not:
# not ok 1 - Look inside undef
# not ok 2
#
# as expected

#   Failed test 'Substring undef fails'
#   in t/04contains.t at line 35.
# STDOUT is:
# not ok 1 - Look for undef
#
# not:
# not ok 1 - Look for undef
# not ok 2
#
# as expected
t/04contains......FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/05lacks.........
#   Failed test 'Not lacking'
#   in t/05lacks.t at line 22.
# STDOUT is:
# not ok 1 - Any peanut butter in my chocolate?
#
# not:
# not ok 1 - Any peanut butter in my chocolate?
# not ok 2
#
# as expected

#   Failed test 'Source string undef fails'
#   in t/05lacks.t at line 29.
# STDOUT is:
# not ok 1 - Look inside undef
#
# not:
# not ok 1 - Look inside undef
# not ok 2
#
# as expected

#   Failed test 'Substring undef fails'
#   in t/05lacks.t at line 36.
# STDOUT is:
# not ok 1 - Look for undef
#
# not:
# not ok 1 - Look for undef
# not ok 2
#
# as expected
t/05lacks.........FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/pod-coverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.............ok
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01teststring.t               11    8  72.73%  3-9 11
t/02import.t                    1    1 100.00%  1
t/03like.t                      5    4  80.00%  2-5
t/04contains.t                  4    3  75.00%  2-4
t/05lacks.t                     4    3  75.00%  2-4
1 test skipped.
Failed 5/7 test scripts, 28.57% okay. 19/26 subtests failed, 26.92% 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:
  RGARCIA/Test-LongString-0.09.tar.gz          : make_test NO



Test::Exception
===============================================
  CPAN.pm: Going to build A/AD/ADIE/Test-Exception-0.21.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Exception
cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
Manifying blib/man3/Test::Exception.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/caller........ok
t/documented....ok
t/Exception.....
#   Failed test 'dies_ok: normal exit detected'
#   in t/Exception.t at line 65.
# STDOUT is:
# not ok 1 - lived. oops
#
# not:
# not ok 1 - lived. oops
# not ok 2
#
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 75.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'lives_ok: die detected'
#   in t/Exception.t at line 81.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'throws_ok: regex bad match detected'
#   in t/Exception.t at line 92.
# STDOUT is:
# not ok 1 - should die
#
# not:
# not ok 1 - should die
# not ok 2
#
# as expected

#   Failed test 'throws_ok: exception on normal exit'
#   in t/Exception.t at line 103.
# STDOUT is:
# not ok 1 - threw Local::Error::Simple
#
# not:
# not ok 1 - threw Local::Error::Simple
# not ok 2
#
# as expected

#   Failed test 'throws_ok: bad sub-class match detected'
#   in t/Exception.t at line 114.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 121.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok found overloaded'
#   in t/Exception.t at line 128.
# STDOUT is:
# not ok 1 - threw Local::Error::Overload (overloaded)
#
# not:
# not ok 1 - threw Local::Error::Overload (overloaded)
# not ok 2
#
# as expected

#   Failed test 'lives_ok: overload without fallback'
#   in t/Exception.t at line 147.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'throws_ok: throws_ok overload without fallback'
#   in t/Exception.t at line 154.
# STDOUT is:
# not ok 1 - threw Local::Error::Test
#
# not:
# not ok 1 - threw Local::Error::Test
# not ok 2
#
# as expected
t/Exception.....FAILED tests 3, 5-6, 8, 10, 12-14, 18-19
        Failed 10/19 tests, 47.37% okay
t/lives_and.....ok
t/pod...........ok
t/preserve......ok
t/return........ok
t/stacktrace....
#   Failed test 'regex in stacktrace ignored'
#   in t/stacktrace.t at line 16.
# STDOUT is:
# not ok 1 - threw /fribble/
#
# not:
# not ok 1 - threw /fribble/
# not ok 2
#
# as expected
t/stacktrace....FAILED test 2
        Failed 1/2 tests, 50.00% okay
Failed Test    Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/Exception.t                19   10  52.63%  3 5-6 8 10 12-14 18-19
t/stacktrace.t                2    1  50.00%  2
Failed 2/8 test scripts, 75.00% okay. 11/51 subtests failed, 78.43% 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:
  ADIE/Test-Exception-0.21.tar.gz              : make_test NO




Test::Memory::Cycle
====================================================
  CPAN.pm: Going to build P/PE/PETDANCE/Test-Memory-Cycle-1.02.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Test::Memory::Cycle
cp Cycle.pm blib/lib/Test/Memory/Cycle.pm
Manifying blib/man3/Test::Memory::Cycle.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::Memory::Cycle 1.02
t/00.load..........ok
t/cycle-exists.....
#   Failed test 'Testing for lack of cycles in hash reference'
#   in t/cycle-exists.t at line 17.
# STDOUT is:
# not ok 1 - A hash reference has no cycles
#
# not:
# not ok 1 - A hash reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in array reference'
#   in t/cycle-exists.t at line 25.
# STDOUT is:
# not ok 1 - An array reference has no cycles
#
# not:
# not ok 1 - An array reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in scalar reference'
#   in t/cycle-exists.t at line 34.
# STDOUT is:
# not ok 1 - A scalar reference has no cycles
#
# not:
# not ok 1 - A scalar reference has no cycles
# not ok 2
#
# as expected

#   Failed test 'Testing for lack of cycles in blessed reference'
#   in t/cycle-exists.t at line 42.
# STDOUT is:
# not ok 1 - A blessed reference has no cycles
#
# not:
# not ok 1 - A blessed reference has no cycles
# not ok 2
#
# as expected
t/cycle-exists.....FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/family-array.....ok 1/7
t/family-array.....NOK 2#   Failed test 'Array family testing'
#   in t/family-array.t at line 56.
# STDOUT is:
# not ok 1 - The Array Family
#
# not:
# not ok 1 - The Array Family
# not ok 2
#
# as expected
t/family-array.....ok 4/7
t/family-array.....NOK 5# Failed test 'Array family (weakened) testing (weakened cycles showing)'
#   in t/family-array.t at line 84.
# STDOUT is:
# not ok 1 - The Array Family (weakened)
#
# not:
# not ok 1 - The Array Family (weakened)
# not ok 2
#
# as expected

t/family-array.....NOK 6# Failed test 'Array family (weakened) testing for cycles (no cycles)'
#   in t/family-array.t at line 89.
# STDOUT is:
# not ok 1 - The Array Family (weakened) has Cycles
#
# not:
# not ok 1 - The Array Family (weakened) has Cycles
# not ok 2
#
# as expected
t/family-array.....FAILED tests 2, 5-6
        Failed 3/7 tests, 57.14% okay
t/family-hash......
#   Failed test 'Small family testing'
#   in t/family-hash.t at line 31.
# STDOUT is:
# not ok 1 - Small family
#
# not:
# not ok 1 - Small family
# not ok 2
#
# as expected

# Failed test 'Small family (weakened) testing for cycles (weakened cycles found)'
#   in t/family-hash.t at line 49.
# STDOUT is:
# not ok 1 - Small family (weakened)
#
# not:
# not ok 1 - Small family (weakened)
# not ok 2
#
# as expected

#   Failed test 'Small family (weakened) testing for cycles (no cycles)'
#   in t/family-hash.t at line 54.
# STDOUT is:
# not ok 1 - Small family (weakened) has Cycles
#
# not:
# not ok 1 - Small family (weakened) has Cycles
# not ok 2
#
# as expected
t/family-hash......FAILED tests 2, 5-6
        Failed 3/7 tests, 57.14% okay
t/family-object....ok 1/3
t/family-object....NOK 2#   Failed test 'Object family testing'
#   in t/family-object.t at line 38.
# STDOUT is:
# not ok 1 - Object family
#
# not:
# not ok 1 - Object family
# not ok 2
#
# as expected
t/family-object....FAILED test 2
        Failed 1/3 tests, 66.67% okay
t/family-scalar....
#   Failed test 'Simple loopback'
#   in t/family-scalar.t at line 23.
# STDOUT is:
# not ok 1 - Scalar Family
#
# not:
# not ok 1 - Scalar Family
# not ok 2
#
# as expected

#   Failed test 'Simple loopback to myself'
#   in t/family-scalar.t at line 38.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Flip-flopped the A/B'
#   in t/family-scalar.t at line 51.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Sybil and her sisters'
#   in t/family-scalar.t at line 69.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

#   Failed test 'Sybil and her sisters (weakened) (weakened cycles found)'
#   in t/family-scalar.t at line 96.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected

# Failed test 'Sybil and her sisters (weakened) have cycles (no cycles found)'
#   in t/family-scalar.t at line 101.
# STDOUT is:
# not ok 1
#
# not:
# not ok 1
# not ok 2
#
# as expected
t/family-scalar....FAILED tests 2, 4, 6-7, 10-11
        Failed 6/12 tests, 50.00% okay
t/good.............ok
t/pod-coverage.....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod..............ok
Failed Test       Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/cycle-exists.t                 5    4  80.00%  2-5
t/family-array.t                 7    3  42.86%  2 5-6
t/family-hash.t                  7    3  42.86%  2 5-6
t/family-object.t                3    1  33.33%  2
t/family-scalar.t               12    6  50.00%  2 4 6-7 10-11
1 test skipped.
Failed 5/9 test scripts, 44.44% okay. 17/38 subtests failed, 55.26% 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-Memory-Cycle-1.02.tar.gz       : make_test NO





...and relax

Reply via email to