relax99 has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
Have any of you had experience installing Inline::Java on AIX? I got as far as 'make test'... with most of the tests failing.
I would really appreciate it if you make a guess about what could have gone wrong based on the following output from 'make test':
/home/user/perl/Inline-Java-0.49>make test make[1]: Entering directory `/home/user/perl/Inline-Java-0.49/Java' make[1]: Leaving directory `/home/user/perl/Inline-Java-0.49/Java' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_init.............. Perl version is 5.008 Inline version is 0.44 Inline::Java version is 0.49 J2SDK version is 1.3.1, from /usr/WebSphere/AppServer/java t/01_init..............ok t/02_primitives........Method _byte for class types2 with signature (b +yte) not found at (eval 8) line 652 at t/02_primitives.t line 26 t/02_primitives........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-99 Failed 99/99 tests, 0.00% okay t/03_objects...........ok 1/16Method _obj1 for class types3 with signa +ture (obj13) not found at (eval 12) line 77 at t/03_objects.t line 26 t/03_objects...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-16 Failed 15/16 tests, 6.25% okay t/04_members...........ok 18/28Method get_data for class obj14 with si +gnature () not found at (eval 8) line 192 at t/04_members.t line 68 t/04_members...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 19-28 Failed 10/28 tests, 64.29% okay t/05_arrays............Method _byte for class types5 with signature ([ +B) not found at (eval 8) line 652 at t/05_arrays.t line 20 t/05_arrays............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-55 Failed 55/55 tests, 0.00% okay t/06_static............ok 1/10Constructor p06.types6 for class p06.typ +es6 with signature (java.lang.String,java.lang.String) not found at / +home/user/lib/Inline/Java/Object.pm line 48 at t/06_static.t line 20 at t/06_static.t line 20 t/06_static............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-10 Failed 9/10 tests, 10.00% okay t/07_polymorph.........Method func for class types7 with signature (in +t) not found at (eval 10) line 146 at t/07_polymorph.t line 27 t/07_polymorph.........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-23 Failed 23/23 tests, 0.00% okay t/08_study.............Method func for class t.types with signature () + not found at (eval 8) line 146 at t/08_study.t line 61 t/08_study.............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay t/09_usages............ok t/10_1_shared_alone....ok t/10_2_shared_start....ok t/10_3_shared_use......ok t/10_4_shared_stop.....ok t/10_5_shared_fork.....Method incr for class t10 with signature () not + found at (eval 8) line 57 at t/10_5_shared_fork.t line 69 Method incr for class t10 with signature () not found at (eval 8) line + 57 at t/10_5_shared_fork.t line 69 Method incr for class t10 with signature () not found at (eval 8) line + 57 at t/10_5_shared_fork.t line 69 Method incr for class t10 with signature () not found at (eval 8) line + 57 at t/10_5_shared_fork.t line 69 Method incr for class t10 with signature () not found at (eval 8) line + 57 at t/10_5_shared_fork.t line 69 t/10_5_shared_fork.....ok 5/8# Test 6 got: '0' (t/10_5_shared_fork.t a +t line 55) # Expected: '15' t/10_5_shared_fork.....FAILED test 6 Failed 1/8 tests, 87.50% okay t/10_6_shared_sim......ok t/11_exceptions........Method f for class t9 with signature () not fou +nd at (eval 8) line 261 at t/11_exceptions.t line 27 t/11_exceptions........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/12_1_callbacks.......Method add for class t15 with signature (int,in +t) not found at (eval 8) line 491 at t/12_1_callbacks.t line 28 t/12_1_callbacks.......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-25 Failed 25/25 tests, 0.00% okay t/13_end...............ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/02_primitives.t 255 65280 99 99 100.00% 1-99 t/03_objects.t 255 65280 16 15 93.75% 2-16 t/04_members.t 255 65280 28 10 35.71% 19-28 t/05_arrays.t 255 65280 55 55 100.00% 1-55 t/06_static.t 255 65280 10 9 90.00% 2-10 t/07_polymorph.t 255 65280 23 23 100.00% 1-23 t/08_study.t 255 65280 11 11 100.00% 1-11 t/10_5_shared_fork.t 8 1 12.50% 6 t/11_exceptions.t 255 65280 8 8 100.00% 1-8 t/12_1_callbacks.t 255 65280 25 25 100.00% 1-25 Failed 10/18 test scripts, 44.44% okay. 256/310 subtests failed, 17.42 +% okay. make: *** [test_dynamic] Error 2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Inline-Java on AIX
by inman (Curate) on Oct 05, 2004 at 08:27 UTC | |
by relax99 (Monk) on Oct 05, 2004 at 12:29 UTC |