develooper Front page | perl.macosx | Postings from January 2002

Successful 5.6.1 install on OS X; no DBI, HTTP::Date

From:
Bruce A. Burdick, Jr.
Date:
January 21, 2002 01:15
Subject:
Successful 5.6.1 install on OS X; no DBI, HTTP::Date
Message ID:
B8713828.8F08%bucky@interaccess.com
I've successfully installed perl-5.6.1 on OS X 10.1.2 using the method
described here:

  http://archive.develooper.com/macosx@perl.org/msg00895.html

But DBI and HTTP::Date through the CPAN shell are 'no go', as yet. Here's
the last of the DBI messages:

Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/basics............ok
t/dbidrv............ok
t/examp.............NOK 123# failed test 123 at line 300 (1010 eq 1044)
t/examp.............NOK 125# failed test 125 at line 305 (1010 eq 1044)
t/examp.............NOK 132# failed test 132 at line 319
t/examp.............FAILED tests 123, 125, 132
        Failed 3/186 tests, 98.39% okay
t/meta..............ok
t/preparse..........ok
t/proxy.............skipped test on this platform
t/shell.............ok
t/subclass..........ok
Failed Test Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
----
t/examp.t                    186    3   1.61%  123, 125, 132
1 test skipped.
Failed 1/8 test scripts, 87.50% okay. 3/251 subtests failed, 98.80% 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


___________________________
And HTTP::Date failed with:

live/validator......Can't call method "value" on an undefined value at
live/validator.t line 31.
live/validator......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
Failed Test      Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
----
live/validator.t           2   512     2    2 100.00%  1-2
1 test skipped.
Failed 1/31 test scripts, 96.77% okay. 2/317 subtests failed, 99.37% okay.
make: *** [test] Error 2
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force


-B...




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About