RE: [Arsperl-users] Getting closer...
Brought to you by:
jeffmurphy
|
From: Steve M. <ste...@ch...> - 2005-05-23 18:08:38
|
Grrr... I thought I was past this, but am not. Please help, I'm running
out of hair!
Solaris 5.8
Remedy 6.3
ARSPerl 1.83 (trying)
works - Makefile.PL
works - make
broke - make test
Here's my output(the referrenced line number all contain "use ARS;"):
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/00connect.t line 12.
BEGIN failed--compilation aborted at t/00connect.t line 12.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/01import.t line 7.
BEGIN failed--compilation aborted at t/01import.t line 7.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/02export.t line 3.
BEGIN failed--compilation aborted at t/02export.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/09qualifier.t line 13.
BEGIN failed--compilation aborted at t/09qualifier.t line 13.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/10alink.t line 3.
BEGIN failed--compilation aborted at t/10alink.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/10entry.t line 7.
BEGIN failed--compilation aborted at t/10entry.t line 7.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/10getescalation.t line 3.
BEGIN failed--compilation aborted at t/10getescalation.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/10getftinfo.t line 3.
BEGIN failed--compilation aborted at t/10getftinfo.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/10getlist.t line 3.
BEGIN failed--compilation aborted at t/10getlist.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/11entry.t line 10.
BEGIN failed--compilation aborted at t/11entry.t line 10.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/12lotsoffields.t line 3.
BEGIN failed--compilation aborted at t/12lotsoffields.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/13join.t line 3.
BEGIN failed--compilation aborted at t/13join.t line 3.
ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219.
Compilation failed in require at t/20merge.t line 2.
BEGIN failed--compilation aborted at t/20merge.t line 2.
FAILED--13 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 11
_____
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Steve McDonald
Sent: Tuesday, May 17, 2005 2:28 PM
To: ars...@ar...
Subject: RE: [Arsperl-users] Getting closer...
Please disregard, I've gotten past this...
_____
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Steve McDonald
Sent: Tuesday, May 17, 2005 1:37 PM
To: ars...@ar...
Subject: RE: [Arsperl-users] Getting closer...
I neglected to add the lines following the bootstrap error. They point to
the "t" files and all are erroring on the "use ARS" line.
Compilation failed in require at t/00connect.t line 12.
BEGIN failed--compilation aborted at t/00connect.t line 12.
t/00connect..........dubious
Test returned status 2 (wstat 512, 0x200)
Do I need to have a path set somewhere?
_____
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Steve McDonald
Sent: Monday, May 16, 2005 7:23 AM
To: ars...@ar...
Subject: [Arsperl-users] Getting closer...
Good morning all,
I'm getting closer.
"Makefile.PL" works
"make" works
"make test" does not
Here's one of the 13 nearly identical errors:
- ARS object version 1.83 does not match bootstrap parameter 1.8001 at
/gnu/lib/perl5/5.6.0/sun4-solaris/DynaLoader.pm line 219
Here's my environment:
- SunOS 5.8
- Perl v5.005_03
- ARS v6.3
- API v6.3
- ARSPerl v1.83
Thanks in advance for your help!
Steve
|