Re: [Arsperl-users] 1.85 Compile problems
Brought to you by:
jeffmurphy
|
From: Jim H. <jim...@gm...> - 2006-03-31 22:27:29
|
>> "/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/perl.h", line 2838:
>> cannot find include file: <math.h>
> the above is not a warning. your system is missing a header file. you'll =
need to
> figure out which SUN package it's in and add that package to your system.
Thank you Jeff for pointing that out. My sysadmin was able to locate
and install the necessary package. Now getting the following on make
test. Very much appreciate the assistance!!!
SunOS 5.10
Perl 5.8.4
ARSPerl 1.85
ARS 6.3 p16
TIA
JimH
###
$ make test
PERL_DL_NONLAZY=3D1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00connect..........ok
t/01import...........ok
t/02export...........Use of uninitialized value in concatenation (.)
or string at t/02export.t line 52.
Use of uninitialized value in concatenation (.) or string at
t/02export.t line 52.
Use of uninitialized value in concatenation (.) or string at
t/02export.t line 52.
Use of uninitialized value in concatenation (.) or string at
t/02export.t line 52.
Use of uninitialized value in concatenation (.) or string at
t/02export.t line 52.
Use of uninitialized value in concatenation (.) or string at
t/02export.t line 52.
t/02export...........FAILED tests 2-7
Failed 6/8 tests, 25.00% okay
t/09qualifier........FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/10alink............FAILED tests 3-4
Failed 2/4 tests, 50.00% okay
t/10entry............ok
t/10getescalation....ok
t/10getftinfo........ok
t/10getlist..........ok
t/11entry............ok
t/12lotsoffields.....ok
t/13join.............ok
t/20merge............ok
t/21setlogging.......Use of uninitialized value in sprintf at
/export/home/arsystem/ARSperl-1.85/blib/lib/ARS.pm line 49.
Use of uninitialized value in sprintf at
/export/home/arsystem/ARSperl-1.85/blib/lib/ARS.pm line 49.
Use of uninitialized value in sprintf at
/export/home/arsystem/ARSperl-1.85/blib/lib/ARS.pm line 49.
t/21setlogging.......ok
Failed Test Stat Wstat Total Fail Failed List of Failed
---------------------------------------------------------------------------=
----
t/02export.t 8 6 75.00% 2-7
t/09qualifier.t 4 3 75.00% 2-4
t/10alink.t 4 2 50.00% 3-4
Failed 3/14 test scripts, 78.57% okay. 11/173 subtests failed, 93.64% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
$
|