Bug#389010: eclipse fulls /tmp - additional information

vivenzio at web.de vivenzio at web.de
Tue Dec 12 04:33:02 UTC 2006


On Sun, 3 Dec 2006 14:20:43 +0100, Matthias Klose wrote:
> please recheck with 3.2.1-1:
>  - is eclipse-gcj installed? is the gcj runtime used?
>  - does this work with the sun-java5 runtime?

1. Version 3.2.1-1 starts up correctly with eclipse-gcj installed,
   using gcj as runtime.
   In my opinion, the error described in this bug report was triggered
   by a linking error of the shared object files installed in the
   directory "/usr/lib/gcj/eclipse". However, all shared objects there
   are ok with version 3.2.1-1 (ldd shows no "not found" libraries),
   e.g.:
   $ ldd org.eclipse.debug.ui_3.2.1.v20060823.jar.so
           libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x6f965000)
           libgcj_bc.so.1 => /usr/lib/libgcj_bc.so.1 (0x6d845000)
           libm.so.6 => /lib/tls/libm.so.6 (0x6d7ac000)
           libpthread.so.0 => /lib/tls/libpthread.so.0 (0x6d778000)
           librt.so.1 => /lib/tls/librt.so.1 (0x6d750000)
           libz.so.1 => /usr/lib/libz.so.1 (0x6d71a000)
           libdl.so.2 => /lib/tls/libdl.so.2 (0x6d6f6000)
           libc.so.6 => /lib/tls/libc.so.6 (0x6d582000)
           /lib/ld.so.1 (0x08000000)

2. With respect to this bug report, sun-java5 is irrelevant, since the
   the error was triggered by the above mentioned linking error that
   only happens using gcj as runtime. Anyway, on powerpc platform
   (Apple ibook G4), no sun-java5 is available.

   That said, using the Java runtime from the "ibm-j2sdk1.5" package
   (created with make-jpkg), eclipse-3.2.1-1 also starts up correctly.


Note: I'm not the bug submitter. I only found this bug report since I
experienced the same errorneous behaviour.





More information about the pkg-java-maintainers mailing list