From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 18 08:12:43 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E1EA16A4CE for ; Fri, 18 Feb 2005 08:12:43 +0000 (GMT) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6E643D48 for ; Fri, 18 Feb 2005 08:12:43 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id C6353F368D; Fri, 18 Feb 2005 00:12:42 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 85746-06; Fri, 18 Feb 2005 00:12:33 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 700F4F368B; Fri, 18 Feb 2005 00:12:33 -0800 (PST) From: Sean McNeil To: freebsd-amd64@freebsd.org In-Reply-To: <20050218080404.GA76967@dragon.nuxi.com> References: <200502131433.43567.nb_root@videotron.ca> <20050214003007.GE68054@dragon.nuxi.com> <200502131935.57231.nb_root@videotron.ca> <20050218080404.GA76967@dragon.nuxi.com> Content-Type: text/plain Date: Fri, 18 Feb 2005 00:12:33 -0800 Message-Id: <1108714353.99230.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: Re: Can't compile jdk15 on amd64 5.3-STABLE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 08:12:43 -0000 On Fri, 2005-02-18 at 00:04 -0800, David O'Brien wrote: > On Sun, Feb 13, 2005 at 07:35:56PM -0500, Nicolas Blais wrote: > > Actually, I can build jdk15 on a amd64 6-CURRENT machine and I can't on a > > amd64 5.3-STABLE. Yes I believe (as well as others) that it is due to a > > maximum command line size (as mentioned, the javac command during that point > > in the makefile is about 25000 char long and on my -STABLE I can only get > > 16384) > > I don't know why so many think that 6-CURRENT has a greater maximum > command line size than 5-STABLE. Anyway, I just committed a change to > 6-STABLE to increase it (based on a thread in freebsd-current@ from back > in Sept. 2004). I'll MFC it for 5-STABLE. > > If there is some other sizing difference, then those affected need to > track it down and point out what it is so we can deal with it. The problem is that a Linux emulated program (linux-sun-jdk) would die with something like bad address printed to the stderr/stdout. It isn't the command line size alone (I don't think). Once I got past that initial failure, I am able to rebuilt jdk15 natively without any issues. So I'd say there is a problem with the linux32 emulation. Cheers, Sean