[Arsperl-users] ARSPerl Install: Can't locate Test/More.pm in @INC
Brought to you by:
jeffmurphy
|
From: Das, M. <md...@ti...> - 2005-06-06 19:09:58
|
Hi,=20
The env is :(ARSPerl 1.81, Perl 5.005_03, Solaris 8, Ora 9i, installing =
ARSPerl as nonroot).
Why am I getting this while doing "make test"
--------------------------------
dledz $ make test =
=20
PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib =
-I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 -e 'use =
Test::Harnesst
t/00connect.........Can't locate auto/ARS/AR_RETURN_W.al in @INC (@INC =
contains: blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris3
dubious =
=20
t/10getlist.........Can't locate Test/More.pm in @INC (@INC contains: =
blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris /usr/perl5
BEGIN failed--compilation aborted at t/10getlist.t line 7. =
=20
dubious =
=20
Test returned status 2 (wstat 512, 0x200) =20
--------------------------------
Here is the full log of make test
*************************************************************************=
*****
dledz $ make test =
=20
PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/arch -Iblib/lib =
-I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 -e 'use =
Test::Harnesst
t/00connect.........Can't locate auto/ARS/AR_RETURN_W.al in @INC (@INC =
contains: blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris3
dubious =
=20
Test returned status 2 (wstat 512, 0x200) =
=20
DIED. FAILED test 3 =
=20
Failed 1/3 tests, 66.67% okay =
=20
t/01import..........Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric =
in entersub at t/01import.t line 31. =20
Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric in entersub at =
t/01import.t line 32. =20
Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric in entersub at =
t/01import.t line 33. =20
FAILED test 1 =
=20
Failed 1/1 tests, 0.00% okay =
=20
t/02export..........Use of uninitialized value at t/02export.t line 30. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
Use of uninitialized value at t/02export.t line 41. =
=20
ok =
=20
t/09qualifier.......FAILED tests 2-4 =
=20
Failed 3/4 tests, 25.00% okay =
=20
t/10alink...........ok =
=20
t/10entry...........Can't locate auto/ARS/AR_RETURN_W.al in @INC (@INC =
contains: blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris3
dubious =
=20
Test returned status 2 (wstat 512, 0x200) =
=20
DIED. FAILED tests 1-10 =
=20
Failed 10/10 tests, 0.00% okay =
=20
t/10getescalation...FAILED tests 3-4 =
=20
Failed 2/4 tests, 50.00% okay =
=20
t/10getftinfo.......ok =
=20
t/10getlist.........Can't locate Test/More.pm in @INC (@INC contains: =
blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris /usr/perl5.
BEGIN failed--compilation aborted at t/10getlist.t line 7. =
=20
dubious =
=20
Test returned status 2 (wstat 512, 0x200) =
=20
t/11entry...........ok =
=20
t/12lotsoffields....FAILED tests 2-104 =
=20
Failed 103/104 tests, 0.96% okay =
=20
t/13join............FAILED tests 2-7 =
=20
Failed 6/7 tests, 14.29% okay =
=20
t/20merge...........FAILED tests 2-5 =
=20
Failed 4/5 tests, 20.00% okay =
=20
Failed Test Status Wstat Total Fail Failed List of failed =
=20
-------------------------------------------------------------------------=
------ =20
t/00connect.t 2 512 3 1 33.33% 3 =
=20
t/01import.t 1 1 100.00% 1 =
=20
t/09qualifier.t 4 3 75.00% 2-4 =
=20
t/10entry.t 2 512 10 10 100.00% 1-10 =
=20
t/10getescalati 4 2 50.00% 3-4 =
=20
t/10getlist.t 2 512 ?? ?? % ?? =
=20
t/12lotsoffield 104 103 99.04% 2-104 =
=20
t/13join.t 7 6 85.71% 2-7 =
=20
t/20merge.t 5 4 80.00% 2-5 =
=20
Failed 9/13 test scripts, 30.77% okay. 130/157 subtests failed, 17.20% =
okay. =20
*** Error code 29 =
=20
make: Fatal error: Command failed for target `test_dynamic' =
=20
dledz $ =
=20
*************************************************************************=
*****
Regards,
Mano
|