| From | Sent On | Attachments |
|---|---|---|
| Ken Yamada | May 22, 2007 12:56 pm | |
| Achilleas Mantzios | May 22, 2007 1:13 pm | |
| Ken Yamada | May 22, 2007 1:50 pm | |
| Daniel Eischen | May 22, 2007 2:37 pm | |
| Ken Yamada | May 27, 2007 12:47 am |
| Subject: | diablo-jkd1.5.0 on recent -current | |
|---|---|---|
| From: | Daniel Eischen (deis...@freebsd.org) | |
| Date: | May 22, 2007 2:37:33 pm | |
| List: | org.freebsd.freebsd-java | |
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





