RE: [Arsperl-users] Getting closer...
Brought to you by:
jeffmurphy
|
From: Steve M. <ste...@ch...> - 2005-05-24 14:38:32
|
Thilo,
=20
That seemed to fix the boot strap program, thanks! But, like you =
mentioned,
there are now some new errors. I'll see if I can run any of these down. =
=20
Here's the errors:
=20
SUNBATH:/p/ARSperl-1.83 >> make test
PERL_DL_NONLAZY=3D1 /gnu/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 subroutine entry at
t/02export.t line 30.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 41.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 45.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 45.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 41.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 41.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 45.
Use of uninitialized value in subroutine entry at t/02export.t line 41.
Use of uninitialized value in concatenation (.) at t/02export.t line 41.
t/02export...........ok
t/09qualifier........ok
t/10alink............ok
t/10entry............ok
t/10getescalation....ok
t/10getftinfo........ok
t/10getlist..........dubious
Test returned status 0 (wstat 139, 0x8b)
DIED. FAILED tests 2-9
Failed 8/9 tests, 11.11% okay
t/11entry............ok
t/12lotsoffields.....ok
t/13join.............defined(%hash) is deprecated at t/13join.t line 68.
(Maybe you should just omit the defined()?)
t/13join.............ok
t/20merge............ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------=
---
---
t/10getlist.t 0 139 9 16 177.78% 2-9
Failed 1/13 test scripts, 92.31% okay. 8/166 subtests failed, 95.18% =
okay.
make: *** [test_dynamic] Error 11
_____ =20
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of Stapff, Thilo
Sent: Tuesday, May 24, 2005 6:46 AM
To: 'ars...@ar...'
Subject: AW: [Arsperl-users] Getting closer...
Steve,
=20
I had a similar Problem on Win2000.
I noticed that after the "make" there were no .pm-files in blib/lib, =
where
they should be. So it seems that perl attempts to run the 1.83-tests =
against
the old 1.8001-Version of ARS.pm.
I have no clue why they where missing in blib/lib, but copying all
*.pm-files from the ARSperl-1.83-directory to ARSperl-1.83/blib/lib made =
the
"does not match bootstrap parameter"-error go away.
Some of the tests failed nonetheless, but maybe that's only on Windows.
=20
Regards,
Thilo Stapff
=20
=20
-----Urspr=FCngliche Nachricht-----
Von: Steve McDonald [mailto:ste...@ch...]
Gesendet: Montag, 23. Mai 2005 20:08
An: ars...@ar...
Betreff: RE: [Arsperl-users] Getting closer...
Grrr... I thought I was past this, but am not. Please help, I'm =
running
out of hair!
=20
Solaris 5.8
Remedy 6.3
ARSPerl 1.83 (trying)
=20
works - Makefile.PL
works - make=20
broke - make test
=20
Here's my output(the referrenced line number all contain "use ARS;"):
=20
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
=20
=20
=20
_____ =20
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...
_____ =20
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.
=20
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)
=20
Do I need to have a path set somewhere?
_____ =20
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,
=20
I'm getting closer. =20
=20
"Makefile.PL" works
"make" works
"make test" does not
=20
Here's one of the 13 nearly identical errors:
=20
- 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
=20
Here's my environment:
- SunOS 5.8
- Perl v5.005_03
- ARS v6.3
- API v6.3
- ARSPerl v1.83
=20
Thanks in advance for your help!
=20
=20
Steve
|