Re: [Arsperl-users] 1.85 Compile problems
Brought to you by:
jeffmurphy
|
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 |