Thread: [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
|
|
From: Jeff M. <jcm...@je...> - 2005-06-06 19:16:55
|
On Mon, 2005-06-06 at 14:09 -0500, Das, Manojit wrote: > Hi, > 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" > you are using an old copy of perl that doesnt include the Test::More module. options: a) skip the 'make test' b) install Test::More (www.cpan.org) c) upgrade perl jeff > -------------------------------- > dledz $ make test > PERL_DL_NONLAZY=1 /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 > > 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. > dubious > Test returned status 2 (wstat 512, 0x200) > > -------------------------------- > Here is the full log of make test > > ****************************************************************************** > dledz $ make test > PERL_DL_NONLAZY=1 /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 > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED test 3 > Failed 1/3 tests, 66.67% okay > t/01import..........Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric in entersub at t/01import.t line 31. > Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric in entersub at t/01import.t line 32. > Argument "ARS::AR_SCHEMA_FORCE_DELETE" isn't numeric in entersub at t/01import.t line 33. > FAILED test 1 > Failed 1/1 tests, 0.00% okay > t/02export..........Use of uninitialized value at t/02export.t line 30. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > Use of uninitialized value at t/02export.t line 41. > ok > t/09qualifier.......FAILED tests 2-4 > Failed 3/4 tests, 25.00% okay > t/10alink...........ok > 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 > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 1-10 > Failed 10/10 tests, 0.00% okay > t/10getescalation...FAILED tests 3-4 > Failed 2/4 tests, 50.00% okay > t/10getftinfo.......ok > 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. > dubious > Test returned status 2 (wstat 512, 0x200) > t/11entry...........ok > t/12lotsoffields....FAILED tests 2-104 > Failed 103/104 tests, 0.96% okay > t/13join............FAILED tests 2-7 > Failed 6/7 tests, 14.29% okay > t/20merge...........FAILED tests 2-5 > Failed 4/5 tests, 20.00% okay > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------------- > t/00connect.t 2 512 3 1 33.33% 3 > t/01import.t 1 1 100.00% 1 > t/09qualifier.t 4 3 75.00% 2-4 > t/10entry.t 2 512 10 10 100.00% 1-10 > t/10getescalati 4 2 50.00% 3-4 > t/10getlist.t 2 512 ?? ?? % ?? > t/12lotsoffield 104 103 99.04% 2-104 > t/13join.t 7 6 85.71% 2-7 > t/20merge.t 5 4 80.00% 2-5 > Failed 9/13 test scripts, 30.77% okay. 130/157 subtests failed, 17.20% okay. > *** Error code 29 > make: Fatal error: Command failed for target `test_dynamic' > dledz $ > ****************************************************************************** > > Regards, > Mano > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput > a projector? How fast can you ride your desk chair down the office luge track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > -- Jeff Murphy <jcm...@je...> |