|
|
sybperl-l Archive
Up Prev Next
From: Tim Kay <timk at on-line dot co dot uk>
Subject: Make test errors: help
Date: Nov 4 1999 10:09AM
Hi,
I've a wierd problem building the SybPerl package on one of our servers,
both the server and a develpment machine are using RedHat 6.0 with Perl 5.005_03
built for i386-linux. The development machine built the package with no problem
anf the tests went without a hitch, the server however failed the tests with the
following messages:
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
-I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/bcp...............ok
All tests successful.
Files=1, Tests=9, 2 wallclock secs ( 0.21 cusr + 0.05 csys = 0.26 CPU)
make[1]: Leaving directory `/root/sybperl-2.11/BCP'
make[1]: Entering directory `/root/sybperl-2.11/CTlib'
PERL_DL_NONLAZY=1 /usr/bin/perl -I../blib/arch -I../blib/lib
-I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/ctlib.............dubious
Test returned status 0 (wstat 139, 0x8b)
Undefined subroutine &Test::Harness::WCOREDUMP called at
/usr/lib/perl5/5.00503/Test/Harness.pm line 288.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/root/sybperl-2.11/CTlib'
make: *** [test] Error 2
As far as I know the two machines are identical so the error's a bit odd.
Am I right in assuming that the dblib component is working ok and does anyone
know what's wrong with the ctlib - it's running against Sybase ASE 11.9.2
TIA
--
Tim Kay
On Line Entertainment PLC
Tel: +44(0)181 591 1125 Fax: +44(0)181 591 0110
e-mail timk@on-line.co.uk
|