|
|
sybperl-l Archive
Up Prev Next
From: Hugh Caley <hcaley at tdl dot com>
Subject: Make Test Fails on Solaris
Date: Feb 14 1998 8:45AM
Please forgive my ignorance; this is my first attempt to build ctlib on
Solaris. I don't see any errors in the build, but make test fails with
this output:
PERL_DL_NONLAZY=1 /usr/bin/perl -I.././blib/arch -I.././blib/lib
-I/usr/local/lib/perl5/sun4-solaris/5.00404 -I/usr/local/lib/perl5 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/ctlib.............Message number: 4002, Severity 14, State 1, Line 1
Server 'SFO'
Message String: Login failed.
Open Client Message: (In msg_cb)
Message number: LAYER = (4) ORIGIN = (1) SEVERITY = (4) NUMBER = (44)
Message String: ct_connect(): protocol specific layer: external error:
The attempt to connect to the server failed.
Can't call method "ct_execute" without a package or object reference at
t/ctlib.t line 49.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-30
Failed 29/30 tests, 3.33% okay
t/cursor............Message number: 4002, Severity 14, State 1, Line 1
Server 'SFO'
Message String: Login failed.
Open Client Message:
Message number: LAYER = (4) ORIGIN = (1) SEVERITY = (4) NUMBER = (44)
Message String: ct_connect(): protocol specific layer: external error:
The attempt to connect to the server failed.
not ok 2
-- The user id/password combination may be invalid.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-22
Failed 21/22 tests, 4.55% okay
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/ctlib.t 255 65280 30 29 96.67% 2-30
t/cursor.t 255 65280 22 21 95.45% 2-22
Failed 2/2 test scripts, 0.00% okay. 50/52 subtests failed, 3.85% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'
Current working directory /var/hughc/sybperl-2.09/CTlib
*** Error code 1
make: Fatal error: Command failed for target `test'
I note that the Server lines 'SFO' are the wrong server; the correct
server haight is listed in the PWD file, but I don't know where it is
getting SFO.
I am logged in as root, and I don't seem to have any LD_LIBRARY_PATH
variable defined.
Sybperl is 2.09, Perl is 5.004, Solaris is 2.5.1.
Help!
Hugh
|