From owner-freebsd-java@FreeBSD.ORG Wed Aug 17 01:08:06 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 58F3316A420 for ; Wed, 17 Aug 2005 01:08:06 +0000 (GMT) (envelope-from googl3meister@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839E643D49 for ; Wed, 17 Aug 2005 01:08:05 +0000 (GMT) (envelope-from googl3meister@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so63557wra for ; Tue, 16 Aug 2005 18:08:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QmkWWy26yRs3rnpBU7LPuisCWVmpyNZC1ROudn5l85VZ2Nx9l6F2dqsVwf3F0/bXJ+MQrl1jyXSB5su8vP+s6ZTnaiWr08ZkohFOaUiWm8Vs5nt9GzFHM+4P+KB2yMFtzAOGMUyVjOo1Pi/U0MSTIPLkVUQ7ecmWiqRpRaudYaE= Received: by 10.54.15.11 with SMTP id 11mr67676wro; Tue, 16 Aug 2005 18:08:04 -0700 (PDT) Received: by 10.54.31.35 with HTTP; Tue, 16 Aug 2005 18:08:04 -0700 (PDT) Message-ID: <8f554029050816180853f0bef9@mail.gmail.com> Date: Wed, 17 Aug 2005 11:08:04 +1000 From: =?WINDOWS-1252?B?lSCV?= To: dR In-Reply-To: <20050803124814.17890.qmail@web52306.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050803124814.17890.qmail@web52306.mail.yahoo.com> Cc: freebsd-amd64@freebsd.org, freebsd-java@freebsd.org Subject: Re: Building JDK15 for AMD64 -- status of the "long-command" error? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 01:08:06 -0000 On 8/3/05, dR wrote: > A few weeks ago, someone on the AMD64 list was going > to try to find a solution to the "long-command" error > that one sees when trying to build JDK15 for AMD64. >=20 > One theory is that this problem is caused by a bug in > the Linux Java binary that is needed to seed the > FreeBSD build. >=20 > While sifting through the mail archive yesterday, I > saw a comment by someone saying that the JDK15 problem > does not exist in 5.4 CURRENT. (I am using 5.4 > STABLE.) >=20 > Would someone please confirm whether the bug exists in > 5.4 CURRENT or 6.0? >=20 > Marko > Ottawa, Canada >=20 For the archives - when I first installed it, I had the 'long command' issue and naively didn't write it down expecting it to come up again when the next portupgrade happened along... Ever since then it builds successfully... and I won't be in a position to completely remove and reinstall to locate this error for some time. Someone provided some scripts to check the command line length problem, but they ran for >24 hours on my box without erroring out - I changed the 'jump size' to 6 levels and re-ran it with same results, albeit for a much shorter time (about an hour). 5.4-STABLE on AMD-64/3000+/2GB/Asus A8V Deluxe > java -version java version "1.5.0-p1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-p1-gm_13_aug_2005_14_37) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0-p1-gm_13_aug_2005_14_37, mixed mode) 1 thing to note - the build will 'appear' to hang at the end, but it just takes ages to do it's thing (compiling the javadocs from memory)... -- g'luck gm