diablo-jkd1.5.0 on recent -current

Daniel Eischen deischen at freebsd.org
Tue May 22 14:37:51 UTC 2007


On Tue, 22 May 2007, Ken Yamada wrote:

>  Recent change of current (gcc42 and versioning) disabled my diablo-jdk1.5.0 
> to work, because it requires libpthread.so.2. Linking it to others does not 
> work like; # cat libmap.conf
>    libpthread.so.2   libthr.so
> # /usr/local/diablo-jdk1.5.0/bin/java -version
>  /libexec/ld-elf.so.1: /usr/lib/libthr.so: version LIBTHREAD_1_0 required by /usr/local/diablo-jdk1.5.0/bin/java not found
> # ldd /usr/local/diablo-jdk1.5.0/bin/java
>  /usr/local/diablo-jdk1.5.0/bin/java:
>  /libexec/ld-elf.so.1: /usr/local/diablo-jdk1.5.0/bin/java: Unexpected  inconsistency: dependency libpthread.so.2 not found
>
>  I tried to compile jdk15 using linux-sun-jdk14/linux-sun-jdk15, but they are unsuccessful, and eventually I lost java at all.
>
>  Could I have any suggestions enabling me working with java on -current?

You need to either:

   1) Wait for someone to make compat6x and install that, or
   2) Go back to a src tree before symbol versioning, build and install
      world, then leapfrog to -current after the libraries were bumped
      (which was a couple of days ago) and build and install world again.

-- 
DE


More information about the freebsd-java mailing list