Re: [Arsperl-users] ARSPerl Install error
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2006-02-14 20:09:58
|
On Mon, 2006-02-13 at 17:56 -0600, Das, Manojit wrote: > Hello, > Env: > perl version: 5.005_03 > ARSPerl : ARSperl-1.81 > ARS 5.1.2 Patch 1389 > Oracle 9.2 > Solaris 8 - use a more recent copy of arsperl - if the compile succeeded, then write a small script and see if it works. - you can run a test by hand by cut/pasting the make test command: PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib \ -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 t/00connect.t and observe its output for hints about what's failing. if you didnt answer the configuration questions (username, password, server) correctly, then the tests will fail. you can edit t/config.cache and insert the correct values. finally, install the Test::More module jeff > > I am trying to install ARSPerl and am getting fatal error while I do > "make test". > Here is the make test output: > ----------------------------- > root:dlebw:ARSperl-1.81 >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::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t > t/00connect.........FAILED tests 1-3 > Failed 3/3 tests, 0.00% okay > t/01import..........FAILED test 1 > Failed 1/1 tests, 0.00% okay > t/02export..........FAILED tests 1-8 > Failed 8/8 tests, 0.00% okay > t/09qualifier.......Use of uninitialized value at t/09qualifier.t line > 30. > ctrl is not of type ARControlStructPtr at t/09qualifier.t line 30. > dubious > Test returned status 35 (wstat 8960, 0x2300) DIED. FAILED tests > 1-4 > Failed 4/4 tests, 0.00% okay > t/10alink...........FAILED tests 1-4 > Failed 4/4 tests, 0.00% okay > t/10entry...........not ok ([ERROR] No such user is registered with this > server () (ARERR #612)) dubious > Test returned status 35 (wstat 8960, 0x2300) DIED. FAILED tests > 1-10 > Failed 10/10 tests, 0.00% okay > t/10getescalation...FAILED tests 1-4 > Failed 4/4 tests, 0.00% okay > t/10getftinfo.......FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > t/10getlist.........Can't locate Test/More.pm in @INC (@INC contains: > blib/arch blib/lib /usr/perl5/5.00503/sun4-solaris > /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503/sun4-solaris > /usr/perl5/5.00503 /usr/perl5/5.00503/sun4-solaris > /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 > /usr/perl5/site_perl/5.005/sun4-solaris > /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 . > /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503 > /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .) at > t/10getlist.t line 7. > 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 1-104 > Failed 104/104 tests, 0.00% okay t/13join............FAILED > tests 1-7 > Failed 7/7 tests, 0.00% okay > t/20merge...........FAILED tests 1-5 > Failed 5/5 tests, 0.00% okay > Failed Test Status Wstat Total Fail Failed List of failed > ------------------------------------------------------------------------ > ------- > t/00connect.t 3 3 100.00% 1-3 > t/01import.t 1 1 100.00% 1 > t/02export.t 8 8 100.00% 1-8 > t/09qualifier.t 35 8960 4 4 100.00% 1-4 > t/10alink.t 4 4 100.00% 1-4 > t/10entry.t 35 8960 10 10 100.00% 1-10 > t/10getescalati 4 4 100.00% 1-4 > t/10getftinfo.t 2 2 100.00% 1-2 > t/10getlist.t 2 512 ?? ?? % ?? > t/12lotsoffield 104 104 100.00% 1-104 > t/13join.t 7 7 100.00% 1-7 > t/20merge.t 5 5 100.00% 1-5 > Failed 12/13 test scripts, 7.69% okay. 152/157 subtests failed, 3.18% > okay. > *** Error code 29 > > make: Fatal error: Command failed for target `test_dynamic' > ---------------------------------------------------------------------- > > Can anyone tell me what I am missing here? I am compiling this with Sun > cc. > > Thanks, > Mano > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > -- Jeff Murphy <jcm...@je...> |