Thread: 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'
$
|
|
From: Mark V. <Mar...@ev...> - 2006-03-31 23:21:28
|
Jim, The errors for t/02export.t on line 52 can be ignored. The line concats a string to an undefined variable. HTH, Mark Mark Vaughan Programmer III Direct: +1 303 802 2426 Mobile: +1 303 601 4434 Fax: +1 303 802 1420 mar...@ev... Evolving Systems, Inc.=20 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112 www.evolving.com -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Jim Hetfield Sent: Friday, March 31, 2006 3:46 PM To: ars...@ar... Subject: Fwd: [Arsperl-users] 1.85 Compile problems 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' $ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642 _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users This e-mail and any attachments may be confidential and/or legally privil= eged. If you have received this e-mail and you are not a named addressee,= please inform Evolving Systems TIS at ti...@ev... and then delete t= he e-mail from your system. If you are not a named addressee you must not= use, disclose, distribute, copy, print or rely on this e-mail. To ensure= regulatory compliance and for the protection of our clients and business= , Evolving Systems may monitor and read e-mails sent to and from its serv= ers. Although Evolving Systems routinely screens for viruses, addressees = should scan this e-mail and any attachments for viruses. Evolving Systems= makes no representation or warranty as to the absence of viruses in this= e-mail or any attachments.=20 Registered Office: 9777 Pyramid Ct Suite 100, Englewood, CO 80112 |
|
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'
$
|
|
From: Jeff M. <jcm...@je...> - 2006-04-01 02:45:21
|
The "make test" step has never worked very well. While it seems to work for me, many people say it doesn't work for them. It's one of those issues that are hard to nail down. Past experience has shown that the build is generally fine despite this and you can go ahead and do the "make install" step. jeff On Fri, 2006-03-31 at 16:27 -0600, Jim Hetfield wrote: > >> "/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=1 /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' > $ > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users |