|
|
sybperl-l Archive
Up Prev Next
From: "Ronan O'Ciosoig" <ronanoc at mac dot com>
Subject: make test fail
Date: Aug 21 2002 7:05PM
I am running this on Red Hat 7.3 with Perl 5.8 installed with the
configure from the README.linux file.
Sybase is version 11.9.2.
Any suggustions on how to fix this issue?
(I have this running fine on another machine with Perl 5.6 .... if that
makes any difference)
Thanks.
Ronan
Dublin, Ireland.
[root@kermit sybperl-2.14]# make test
make[1]: Entering directory `/usr/local/sybperl-2.14/BCP'
make[1]: Leaving directory `/usr/local/sybperl-2.14/BCP'
make[1]: Entering directory `/usr/local/sybperl-2.14/BLK'
make[1]: Leaving directory `/usr/local/sybperl-2.14/BLK'
make[1]: Entering directory `/usr/local/sybperl-2.14/CTlib'
make[1]: Leaving directory `/usr/local/sybperl-2.14/CTlib'
make[1]: Entering directory `/usr/local/sybperl-2.14/DBlib'
make[1]: Leaving directory `/usr/local/sybperl-2.14/DBlib'
make[1]: Entering directory `/usr/local/sybperl-2.14/Sybperl'
make[1]: Leaving directory `/usr/local/sybperl-2.14/Sybperl'
make[1]: Entering directory `/usr/local/sybperl-2.14/BCP'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/bcp....ok
All tests successful.
Files=1, Tests=9, 1 wallclock secs ( 0.17 cusr + 0.00 csys = 0.17 CPU)
make[1]: Leaving directory `/usr/local/sybperl-2.14/BCP'
make[1]: Entering directory `/usr/local/sybperl-2.14/BLK'
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, '../blib/lib', '../blib/arch')" t/*.t
t/blk....dubious
Test returned status 0 (wstat 11, 0xb)
FAILED--1 test script could be run, alas--no output ever seen
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/usr/local/sybperl-2.14/BLK'
make: *** [test] Error 2
|