RE: [Arsperl-users] RE: ARSPerl Install Issue
Brought to you by:
jeffmurphy
|
From: Mark V. <mva...@ev...> - 2005-05-25 18:45:36
|
Mano, Please execute the t/02export.t and t/09qualifier.t scripts by hand: /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 t/02export.t /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 t/09qualifier.t =20 Thanks, Mark =20 Mark Vaughan Programmer III =20 Direct: +1 303 802 2426 Cell: +1 303 601 4434 Fax: +1 303 802 1420 mar...@ev... <mailto:mar...@ev...>=20 Evolving Systems, Inc.=20 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112 www.evolving.com ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Das, Manojit Sent: Wednesday, May 25, 2005 12:39 PM To: ars...@ar... Subject: [Arsperl-users] RE: ARSPerl Install Issue =20 Here is the first few lines of the "make test" output. The output shows it generated core file. Any idea anyone? I attached the complete logfile of the "make test". =20 =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::Harness qw(&runtests $verbose); $verbose=3D1; runtests @ARGV;' t/*.= t t/00connect.........1..3 ok [1] ok [2] ok [3] ok t/01import..........1..1 ok ok t/02export..........dubious Test returned status 0 (wstat 139, 0x8b) test program seems to have generated a core t/09qualifier.......1..4 ok [1] ok [2] expect DESTROY.. did you get it? (ARSPDEBUG must be defined) ok [3] ok [4] ok t/10alink...........dubious Test returned status 0 (wstat 139, 0x8b) test program seems to have generated a core t/10entry...........1..10 ok [1 cnx] ok [2 openform] dubious Test returned status 35 (wstat 8960, 0x2300) DIED. FAILED tests 3-10 Failed 8/10 tests, 20.00% okay t/10getescalation...1..4 ok [1] (login) ok [2] (GESC)=20 ********************************** Regards,=20 Mano=20 -----Original Message----- From: ars...@ar... [mailto:ars...@ar...]On Behalf Of Mark Vaughan Sent: Wednesday, May 25, 2005 1:07 PM To: ars...@ar... Subject: RE: [Arsperl-users] RE: ARSPerl Install Issue Mano, Find the 'TEST_VERBOSE=3D0' line in Makefile and change the '0' to a '1' to turn on verbose mode and then execute make test again to see the output. =20 Thanks, Mark =20 Mark Vaughan Programmer III =20 Direct: +1 303 802 2426 Cell: +1 303 601 4434 Fax: +1 303 802 1420 mar...@ev... <mailto:mar...@ev...>=20 Evolving Systems, Inc.=20 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112 www.evolving.com =09 ________________________________ From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Das, Manojit Sent: Wednesday, May 25, 2005 10:53 AM To: ars...@ar... Subject: [Arsperl-users] RE: ARSPerl Install Issue =20 I just set it like this (OPTIMIZE =3D -O3) and it worked. =20 =20 Now when I run make test I got another set of errors: =20 *********************************** $ /usr/ccs/bin/make test 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.........ok t/01import..........ok t/02export..........Use of uninitialized value at t/02export.t line 30. =20 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. Use of uninitialized value at t/02export.t line 41. Use of uninitialized value at t/02export.t line 42. ok t/09qualifier.......FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/10alink...........FAILED tests 3-4 Failed 2/4 tests, 50.00% okay t/10entry...........not ok ([ERROR] Form does not exist on server (ARSperl Test) (ARERR #303)) dubious Test returned status 35 (wstat 8960, 0x2300) DIED. FAILED tests 2-10 Failed 9/10 tests, 10.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 =09 ------------------------------------------------------------------------ ------- =20 t/09qualifier.t 4 3 75.00% 2-4 t/10alink.t 4 2 50.00% 3-4 t/10entry.t 35 8960 10 9 90.00% 2-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 8/13 test scripts, 38.46% okay. 129/157 subtests failed, 17.83% okay. =20 *** Error code 29 make: Fatal error: Command failed for target `test_dynamic' $ *********************************** =20 Regards, Mano =20 This e-mail and any attachments may be confidential and/or legally privil= eged. If you have received this e-mail and you are not a named addressee,= please inform Evolving Systems TIS at ti...@ev... and then delete t= he e-mail from your system. If you are not a named addressee you must not= use, disclose, distribute, copy, print or rely on this e-mail. To ensure= regulatory compliance and for the protection of our clients and business= , Evolving Systems may monitor and read e-mails sent to and from its serv= ers. Although Evolving Systems routinely screens for viruses, addressees = should scan this e-mail and any attachments for viruses. Evolving Systems= makes no representation or warranty as to the absence of viruses in this= e-mail or any attachments.=20 Registered Office: 9777 Mt. Pyramid Ct Suite 100, Englewood, CO 80112 |