From owner-freebsd-java@FreeBSD.ORG Thu Jun 10 06:21:22 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 B8C3E16A4CE for ; Thu, 10 Jun 2004 06:21:22 +0000 (GMT) Received: from ha-smtp3.tiscali.nl (smtp-b2c.tiscali.nl [195.241.80.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8010F43D45 for ; Thu, 10 Jun 2004 06:21:22 +0000 (GMT) (envelope-from nickyb@tiscali.nl) Received: from tiscali.nl (195-241-111-148-mx.xdsl.tiscali.nl [195.241.111.148]) by ha-smtp3.tiscali.nl (Postfix) with ESMTP id A98503027E4; Thu, 10 Jun 2004 08:21:05 +0200 (CEST) Message-ID: <40C7FDE6.30305@tiscali.nl> Date: Thu, 10 Jun 2004 08:21:26 +0200 From: Nick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040609 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick References: <20040609033641.GB48964@xor.obsecurity.org> <20040610052913.GA44947@misty.eyesbeyond.com> <20040610053739.GA81356@xor.obsecurity.org> <20040610054529.GA45264@misty.eyesbeyond.com> <20040610055016.GB81567@xor.obsecurity.org> <40C7FC16.60003@tiscali.nl> In-Reply-To: <40C7FC16.60003@tiscali.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: java@FreeBSD.org cc: Kris Kennaway Subject: Re: jdk-1.4.2p6_4 broken on 4.x 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: Thu, 10 Jun 2004 06:21:22 -0000 Nick wrote: > Kris Kennaway wrote: > >> On Wed, Jun 09, 2004 at 11:45:29PM -0600, Greg Lewis wrote: >> >> >>> On Wed, Jun 09, 2004 at 10:37:39PM -0700, Kris Kennaway wrote: >>> >>> >>>> On Wed, Jun 09, 2004 at 11:29:13PM -0600, Greg Lewis wrote: >>>> >>>> >>>>> On Tue, Jun 08, 2004 at 08:36:41PM -0700, Kris Kennaway wrote: >>>>> >>>>> >>>>>> http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2004053003/jdk-1.4.2p6_4.log >>>>>> >>>>>> >>>>> >>>>> Interesting. The port hasn't changed since March it looks like, >>>>> so it may >>>>> be that a recent change to 4.x is the culprit. I'm going to >>>>> update to >>>>> 4.10 release and see if I can't reproduce it. >>>>> >>>> >>>> Also broken on 5.x in the same timeframe. >>>> >>> >>> The compilation error is clearly caused by the line: >>> >>> Java HotSpot(TM) Client VM warning: Can't detect initial thread >>> stack location >>> >>> being written to stdout everytime the JVM is invoked. I just need >>> to track >>> down what has caused that to start appearing. >>> >> >> >> FYI, other people have been reporting SIGSYS errors with the linux >> jdks in the 4.10 timeframe, which may or may not be related. I >> suspect someone committed a change and then MFCed it which broke these >> applications. >> >> kris >> > I don't seem to have any trouble with it. I built it yesterday on a > fresh 5.2.1 system. I built it with: > > portinstall java/jdk14 > options: WITHOUT_LINUX_BOOTSTRAP=yes > > > > ./java -version > java version "1.4.2-p6" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.2-p6-nicky_09_jun_2004_11_08) > Java HotSpot(TM) Client VM (build 1.4.2-p6-nicky_09_jun_2004_11_08, > mixed mode) > > > > uname -a > FreeBSD plosiv.my.domain 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: > Tue Jun 8 21:29:31 CEST 2004 root@:/usr/obj/usr/src/sys/FBSD1 i386 > > I guess this info doesn't help you that much, but atleast you know > that i can be build. > > Greetings > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > Should have been WITH_LINUX_BOOTSTRAP=yes, but i guess that was obvious.