Hy all

I'm getting crazy to install Inline::Java.

I have, and I would prefer to maintain, the Distribution Java from Sun
in 2 PCs. One has the OS Ubuntu, and the other has the OS Debian.

they both block in the test

In the Debian, I executed:
> perl Makefile.PL J2SDK=/usr/lib/jvm/java-6-sun-1.6.0.12/
> make
> make test

the execution of the first test:
make[1]: Entering directory `/home/marcos/del/Inline-Java-0.52/Java'
make[1]: Leaving directory `/home/marcos/del/Inline-Java-0.52/Java'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_init.t ............
Perl version is 5.010000
Inline version is 0.46
Inline::Java version is 0.52
J2SDK version is 1.6.0_12, from /usr/lib/jvm/java-6-sun-1.6.0.12/
CLASSPATH is <empty>
t/01_init.t ............ ok
t/02_primitives.t ...... ok
t/02_primitives_1_4.t .. ok
t/03_objects.t .........
Note: inner_obj13.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

t/03_objects.t ......... ok
t/04_members.t .........
Note: _04_members_t_17c5.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

t/04_members.t ......... ok
t/05_arrays.t .......... ok
t/06_static.t ..........
Note: types6.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

t/06_static.t .......... ok
t/07_polymorph.t ....... ok
t/08_study.t ...........
Note: a8.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

t/08_study.t ........... ok
t/09_usages.t .......... ok
t/10_1_shared_alone.t .. ok
t/10_2_shared_start.t .. 1/3
^Cmake: *** [test_dynamic] Interrupt

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


the execution of the test for the second time


make[1]: Entering directory `/home/marcos/del/Inline-Java-0.52/Java'
make[1]: Leaving directory `/home/marcos/del/Inline-Java-0.52/Java'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_init.t ............ 1/1
Perl version is 5.010000
Inline version is 0.46
Inline::Java version is 0.52
J2SDK version is 1.6.0_12, from /usr/lib/jvm/java-6-sun-1.6.0.12/
CLASSPATH is <empty>
t/01_init.t ............ ok
t/02_primitives.t ...... ok
t/02_primitives_1_4.t .. ok
t/03_objects.t ......... ok
t/04_members.t ......... ok
t/05_arrays.t .......... ok
t/06_static.t .......... ok
t/07_polymorph.t ....... ok
t/08_study.t ........... ok
t/09_usages.t .......... ok
t/10_1_shared_alone.t .. ok
t/10_2_shared_start.t .. 1/3 i
^Cmake: *** [test_dynamic] Interrupt



My question is: What shall I do to pass the tests, and after install
this package?

Thanks for all the help that you may give me

Best regards
Marcos Rebelo

-- 
Marcos Rebelo
http://oleber.freehostia.com
Milan Perl Mongers leader http://milan.pm.org

Reply via email to