Folks!

as asked I'm send you "make test" log for perl_natives, where it failed.

Hardware: PA_RISC1.1 Workstation HP C110 / 384 MB RAM
OS: HP-UX 11 patched with last quality pack (December/2003) and last LD
consolidated patch (PHSS_30048)

Compiler: gcc 3.3.1
Java 1.4.2.01 - ActiveState downloaded from HP
Perl 5.6.1 - downloaded from HP
Inline version is 0.44
Inline::Java version is 0.45c

hacks done at Inline::Java in order to be compilable and linkable:

adjust Java/Portable.PM (shared libraries at HP-UX are sufixed as .sl
instead .so)

JVM_LIB                         =>      'libjvm.sl',
JVM_SO                          =>      'libjvm.sl',

perl Makefile.PL J2SDK=/opt/java1.4

make (using JNI)

export PERL_INLINE_JAVA_JNI=1
export
SHLIB_PATH=/opt/java1.4/jre/lib/PA_RISC:/opt/java1.4/jre/lib/PA_RISC/server:
/opt/java1.4/jre/lib/PA_RISC/native_threads
export
LD_LIBRARY_PATH=/opt/java1.4/jre/lib/PA_RISC:/opt/java1.4/jre/lib/PA_RISC/se
rver:/opt/java1.4/jre/lib/PA_RISC/native_threads
export
LD_PRELOAD=/opt/java1.4/jre/lib/PA_RISC/hotspot/libjvm.sl:/opt/Inline-Java-0
.45/blib/arch/auto/Inline/Java/JNI/JNI.sl

make test
make install

results of make test

t/10_1_shared_alone.skipped test on this platform
t/10_2_shared_start..skipped test on this platform
t/10_3_shared_use....skipped test on this platform
t/10_4_shared_stop..skipped test on this platform
t/10_5_shared_fork..skipped test on this platform
t/10_6_shared_sim..skipped test on this platform

t/12_2_perl_natives.
Note: PerlNatives is still experimental and errors here can safely
be ignored if you don't plan on using this feature. However, the
author would appreciate if errors encountered here were reported
to the mailing list ([EMAIL PROTECTED]) along with your hardware/OS
detail. Thank you.
Argument "" isn't numeric in addition (+) at t/12_2_perl_natives.t line 71.
t/12_2_perl_natives.ok 2/5Argument "" isn't numeric in addition (+) at
t/12_2_pe
rl_natives.t line 71.
t/12_2_perl_natives.FAILED tests 1, 3
        Failed 2/5 tests, 60.00% okay


Reply via email to