Fwd: [Arsperl-users] 1.85 Compile problems
Brought to you by:
jeffmurphy
|
From: Jim H. <jim...@gm...> - 2006-03-31 22:46:18
|
Slightly better results as root. But overall issues still present. All
help appreciated!
TIA
JimH
###
$ sudo 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.
t/02export...........dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/09qualifier........ok
t/10alink............ok
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 0 139 ?? ?? % ??
Failed 1/14 test scripts, 92.86% okay. 0/165 subtests failed, 100.00% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
---------- Forwarded message ----------
From: Jim Hetfield <jim...@gm...>
Date: Mar 31, 2006 4:27 PM
Subject: Re: [Arsperl-users] 1.85 Compile problems
To: ars...@ar...
>> "/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'
$
|