From owner-freebsd-java@FreeBSD.ORG Wed Jun 20 10:11:18 2007 Return-Path: X-Original-To: Freebsd-java@freebsd.org Delivered-To: Freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C59116A41F for ; Wed, 20 Jun 2007 10:11:18 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 31E4013C484 for ; Wed, 20 Jun 2007 10:11:17 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l5KA9wwi052045; Wed, 20 Jun 2007 19:09:58 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 20 Jun 2007 19:10:16 +0900 (JST) Message-Id: <20070620.191016.74755940.ken@tydfam.jp> To: Freebsd-java@freebsd.org From: Ken Yamada X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3477/Wed Jun 20 15:47:18 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: Subject: Still no luck (-current JDK15) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 10:11:18 -0000 It may be a noise for some of you, but.... 1) Compilation on -current usign 6.2REL base diablo-jdk1.5.0 or jdk1.5.0 yiealds the same error as many people already pointed. 2) 6.2REL base diablo-jdk1.5.0/jdk1.5.0 gives version info with java -version, but non of demo/jfc/* program could be run, finishing quietly with no core dump. 3) Compiled jdk15 on 6.2-RELEASE and installed on -current using pkg_add as someone suggested. Using this jdk1.5.0 I compiled eclipse. Compilation went OK, but it does not run with the following error; : : : Fatal error 'thr_resume_wrapper, lock_switch != 0 ' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412) Fatal error 'thr_resume_wrapper, lock_switch != 0 ' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412) Fatal error 'thr_resume_wrapper, lock_switch != 0 ' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412) Fatal error 'thr_resume_wrapper, lock_switch != 0 ' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c^C # ldd /usr/local/jdk1.5.0/bin/java /usr/local/jdk1.5.0/bin/java: libz.so.3 => /usr/local/lib/compat/libz.so.3 (0x48088000) libpthread.so.2 => /usr/local/lib/compat/libpthread.so.2 (0x48099000) libc.so.6 => /usr/local/lib/compat/libc.so.6 (0x480be000) compat6x ===> Installing for compat6x-i386-6.2.602110 ===> Generating temporary packing list (cd /usr/ports/misc/compat6x/work/compat6x-i386-6.2.602110/lib && install -o root -g wheel -m 444 *.so.* /usr/local/lib/compat)