Here is the result of my trying Inline-Java-0.22.  I've just installed
the release version of Inline-0.41 prior.  Any suggestions on how I can
debug this?

Cheers,
--binkley


boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$ type javac
javac is /mnt/c/jdk1.3.0_02/bin/javac

boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$ type java
java is /mnt/c/jdk1.3.0_02/jre/bin/java

boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$ uname -a
CYGWIN_NT-5.0 BINKLEY2KLT 1.3.2(0.39/3/2) 2001-05-20 23:28 i686 unknown

boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$ perl -V
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=cygwin, osvers=1.1.6(0.3032), archname=cygwin
    uname='cygwin_nt-5.0 fifer 1.1.6(0.3032) 2000-11-21 21:00 i686
unknown '
    config_args='-de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=unde
f
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='gcc', ccflags
='-DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-alia
sing',
    optimize='-O2',



 cppflags='-DPERL_USE_SAFE_PUTENV -DHAS_SBRK_PROTO -fno-strict-aliasing'
    ccversion='', gccversion='2.95.2-5 19991024 (cygwin experimental)',
gccosand
vers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize
=4
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -s -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -lcrypt
    perllibs=-lcrypt
    libc=/usr/lib/libc.a, so=dll, useshrplib=true,
libperl=libperl5_6_1.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
    cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: USE_LARGE_FILES
  Locally applied patches:
        v5.6.1-TRIAL1
  Built under cygwin
  Compiled at Dec 21 2000 21:39:40
  @INC:
    /usr/lib/perl5/5.6.1/cygwin
    /usr/lib/perl5/5.6.1
    /usr/lib/perl5/site_perl/5.6.1/cygwin
    /usr/lib/perl5/site_perl/5.6.1
    /usr/lib/perl5/site_perl
    .

boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$ perl Makefile.PL && make && make test
Checking if your kit is complete...
Looks good
Writing Makefile for Inline::Java::JNI
Writing Makefile for Inline::Java
cp Java.pm blib/lib/Inline/Java.pm
cp Java.pod blib/lib/Inline/Java.pod
make[1]: Entering directory `/tmp/Inline-Java-0.22/Java'
cp Array.pm ../blib/lib/Inline/Java/Array.pm
cp Protocol.pm ../blib/lib/Inline/Java/Protocol.pm
cp Init.pm ../blib/lib/Inline/Java/Init.pm
cp Class.pm ../blib/lib/Inline/Java/Class.pm
cp JNI.pm ../blib/lib/Inline/Java/JNI.pm
cp JVM.pm ../blib/lib/Inline/Java/JVM.pm
cp Object.pm ../blib/lib/Inline/Java/Object.pm
make[1]: Leaving directory `/tmp/Inline-Java-0.22/Java'
make[1]: Entering directory `/tmp/Inline-Java-0.22/Java'
make[1]: Leaving directory `/tmp/Inline-Java-0.22/Java'
PERL_DL_NONLAZY=1
/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.1/cygwin
 -I/usr/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose);
$verbose=0
; runtests @ARGV;' t/*.t
t/1_init............ok
t/2_primitives......Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted, <DATA> line 601.
t/2_primitives......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-106
        Failed 106/106 tests, 0.00% okay
t/3_objects.........Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted, <DATA> line 601.
t/3_objects.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-13
        Failed 13/13 tests, 0.00% okay
t/4_members.........Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted, <DATA> line 601.
t/4_members.........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-27
        Failed 27/27 tests, 0.00% okay
t/5_arrays..........Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted, <DATA> line 601.
t/5_arrays..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-40
        Failed 40/40 tests, 0.00% okay
t/6_static..........Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted, <DATA> line 601.
t/6_static..........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-7
        Failed 7/7 tests, 0.00% okay
t/7_polymorph.......Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted.
t/7_polymorph.......dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-15
        Failed 15/15 tests, 0.00% okay
t/8_study...........Exception in thread "main"
java.lang.NoClassDefFoundError: I
nlineJavaServer
JVM taking more than 15 seconds to start, or died before Perl could
connect. Inc
rease config STARTUP_DELAY if necessary. at blib/lib/Inline/Java.pm line
614
INIT failed--call queue aborted.
t/8_study...........dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
        Failed 8/8 tests, 0.00% okay
Failed Test      Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------
-------
t/2_primitives.t  255 65280   106  106 100.00%  1-106
t/3_objects.t     255 65280    13   13 100.00%  1-13
t/4_members.t     255 65280    27   27 100.00%  1-27
t/5_arrays.t      255 65280    40   40 100.00%  1-40
t/6_static.t      255 65280     7    7 100.00%  1-7
t/7_polymorph.t   255 65280    15   15 100.00%  1-15
t/8_study.t       255 65280     8    8 100.00%  1-8
Failed 7/8 test scripts, 12.50% okay. 216/217 subtests failed, 0.46%
okay.
make: *** [test_dynamic] Error 2

boxley@BINKLEY2KLT /tmp/Inline-Java-0.22
$


Reply via email to