From owner-freebsd-java@FreeBSD.ORG Sun Aug 29 07:34:08 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDE8216A4CE for ; Sun, 29 Aug 2004 07:34:08 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EB743D2F for ; Sun, 29 Aug 2004 07:34:07 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id i7T6lDsR026169 for ; Sun, 29 Aug 2004 09:47:13 +0300 Received: from localhost (achill@localhost)i7T6lD5T026165 for ; Sun, 29 Aug 2004 09:47:13 +0300 Date: Sun, 29 Aug 2004 09:47:13 +0300 (EEST) From: Achilleus Mantzios To: java@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 1.4.2p6 build failure, build success and run problems X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2004 07:34:08 -0000 Hi, on a recently (today) updated (world,kernel,ports) system 5.3-BETA2, i have build problems with jdk1.4.2p6. The problem seemed to be in the signature of check() method of /usr/ports/java/jdk14/work/j2se/src/share/classes/sun/tools/javac/SourceMember.java After i upgraded (my bootstrap) linux-sun-jdk-1.4.2.02 to linux-sun-jdk-1.4.2.05, jdk1.4.2p6 built just fine. Maybe if someone else would verify this situation, something needs to be changed in BUILD_DEPENDS? However after i start jboss with the freshly new installed jdk1.4.2p6 CPU seems to run at 100%, and jboss is stalled. [root@smadev bin]# ldd /usr/local/jdk1.4.2/bin/java /usr/local/jdk1.4.2/bin/java: libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28084000) libc.so.5 => /lib/libc.so.5 (0x280a8000) [root@smadev bin]# I tried in libmap.conf with kse, libc_r with (nearly) same results... (with libc_r i could -c, whereas with kse,libpthread i couldn't) If someone has any idea that would be great. -- -Achilleus