From owner-freebsd-amd64@FreeBSD.ORG Mon Feb 14 00:35:58 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 93AC916A4CE for ; Mon, 14 Feb 2005 00:35:58 +0000 (GMT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE7443D1F for ; Mon, 14 Feb 2005 00:35:58 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01 ([66.130.198.54]) by VL-MO-MR010.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IBV009PNLNXUH@VL-MO-MR010.ip.videotron.ca> for freebsd-amd64@freebsd.org; Sun, 13 Feb 2005 19:35:57 -0500 (EST) Date: Sun, 13 Feb 2005 19:35:56 -0500 From: Nicolas Blais In-reply-to: <20050214003007.GE68054@dragon.nuxi.com> To: freebsd-amd64@freebsd.org Message-id: <200502131935.57231.nb_root@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.7.2 References: <200502131433.43567.nb_root@videotron.ca> <20050214003007.GE68054@dragon.nuxi.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: Mon, 14 Feb 2005 00:35:58 -0000 On February 13, 2005 19:30, David O'Brien wrote: > On Sun, Feb 13, 2005 at 02:33:42PM -0500, Nicolas Blais wrote: > > So far I've been running linux-sun-jdk-1.4.2.06_1 successfully on my box > > and works great in konqueror but not at all in firefox. So I tried to > > compile jdk15 and it gives me the following error: > > ... > > > I googled around and found > > http://lists.freebsd.org/pipermail/freebsd-java/2005-February/003446.html > > and several replies but no real fix for me. Apparently I'm not the only > > one in this situation. > > > > From what I understand, the command "javac" that is executed before the > > fail point is 25814 characters long and on my 5.3-STABLE machine I max > > out at 16384 characters (according to many configure scripts). > > I'm willing to MFC what ever is needed to make this work, but I really > can't parse this. > > You can build jdk15 on FreeBSD/AMD64 6-CURRENT, right? > You cannot build jdk15 on FreeBSD/AMD64 6-CURRENT, right? > You feel this is due to a difference in the maxium command line size (in > characters), right? 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) Thanks for any help Nicolas