[Arsperl-users] Install problems 1.83 on Solaris 8...
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2005-04-14 18:06:40
|
Hi,
I am having problems doing "make test" on Solaris 8 with ARSPerl 1.83 and
ARAPI version 6.3.
"make test" gives me a lot of errors, but I did a "make install" anyway.
This is what happens when i try to use ARS:
# perl
use ARS;
Can't locate auto/ARS/autosplit.ix in @INC (@INC contains:
/usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .) at
/usr/local/lib/perl5/5.8.5/AutoLoader.pm line 160.
at ARS.pm line 64
This is some of the output from "make test":
# make test
...
t/10getlist..........Can't locate auto/ARS/autosplit.ix in @INC (@INC
contains: /data/urbekl/ARSperl-1.83/blib/lib
/data/urbekl/ARSperl-1.83/blib/arch
/usr/local/lib/perl5/5.8.5/sun4-solaris
/usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.5
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .
/usr/local/lib/perl5/5.8.5/sun4-solaris /usr/local/lib/perl5/5.8.5
/usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .) at
/usr/local/lib/perl5/5.8.5/AutoLoader.pm line 160.
at ARS.pm line 64
t/10getlist..........NOK 2# Failed test (t/10getlist.t at line 20)
# GetListEscalation (-1) [ERROR] RPC call failed (RPC: Can't encode
arguments) (ARERR #91)
t/10getlist..........NOK 4# Failed test (t/10getlist.t at line 28)
# GetListFilter (-1) [ERROR] RPC call failed (RPC: Can't encode arguments)
(ARERR #91)
t/10getlist..........NOK 6# Failed test (t/10getlist.t at line 36)
# GetListSchema [ERROR] RPC call failed (RPC: Can't encode arguments)
(ARERR #91)
t/10getlist..........ok 9/9# Looks like you failed 3 tests of 9.
t/10getlist..........dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 2, 4, 6
Failed 3/9 tests, 66.67% okay
...
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/02export.t 0 139 ?? ?? % ??
t/10alink.t 0 139 ?? ?? % ??
t/10entry.t 22 5632 10 18 180.00% 2-10
t/10getlist.t 3 768 9 3 33.33% 2 4 6
t/12lotsoffields.t 104 102 98.08% 3-104
t/13join.t 7 5 71.43% 3-7
t/20merge.t 5 2 40.00% 4 6
Failed 7/13 test scripts, 46.15% okay. 119/154 subtests failed, 22.73% okay.
make: *** [test_dynamic] Error 29
#
These are the system specific things i installed prior to arsperl:
binutils-2.11.2-sol8-sparc-local
gcc_small-3.4.2-sol8-sparc-local
libiconv-1.8-sol8-sparc-local
make-3.80-sol8-sparc-local
perl-5.8.5-sol8-sparc-local
SUNWarc
SUNWhea
SUNWlibm
Best Regards - Misi, RRR AB, http://www.rrr.se
|