From owner-freebsd-java@FreeBSD.ORG Mon Aug 30 07:41:13 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 E4F7216A4CE for ; Mon, 30 Aug 2004 07:41:13 +0000 (GMT) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D367D43D2F for ; Mon, 30 Aug 2004 07:41:12 +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 i7U6sNsR029230 for ; Mon, 30 Aug 2004 09:54:23 +0300 Received: from localhost (achill@localhost)i7U6sMlZ029226 for ; Mon, 30 Aug 2004 09:54:23 +0300 Date: Mon, 30 Aug 2004 09:54:22 +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: Re: 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: Mon, 30 Aug 2004 07:41:14 -0000 O kyrios Achilleus Mantzios egrapse stis Aug 29, 2004 : > O kyrios Achilleus Mantzios egrapse stis Aug 29, 2004 : > > > > > 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. > > > > Also using 4BSD (instead of ULE) didnt do. > Also eclipse-2.1.1_2 is demonstrating this behaviour. However with my old 1.4.2-p5 (which i keep in a safe place like a precious chinese vase - linked against libc_r and built on my previous 5.1-RELEASE-p10), everything seems to run fine. Is there someone running the newest jdk 1.4.2-p6, eclipse on a recently cvsup'd RELENG_5 ? > -- -Achilleus