Date: Tue, 22 May 2007 10:03:24 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: Ken Yamada <ken@tydfam.jp> Cc: freebsd-java@freebsd.org Subject: Re: diablo-jkd1.5.0 on recent -current Message-ID: <Pine.GSO.4.64.0705220958420.3864@sea.ntplx.net> In-Reply-To: <20070522.215631.41630182.ken@tydfam.jp> References: <20070522.215631.41630182.ken@tydfam.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.64.0705220958420.3864>