From owner-freebsd-stable@FreeBSD.ORG Mon May 2 11:33:02 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287C316A4CE for ; Mon, 2 May 2005 11:33:02 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D4C43D55 for ; Mon, 2 May 2005 11:33:01 +0000 (GMT) (envelope-from robbak@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1433016wri for ; Mon, 02 May 2005 04:33:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Kkrx+vr2bwVFSRtFuyoYwlosCU0tnmUb3EDsmOKuVSShBDO69QprO+kTR8Dm6KanM/9o9kwZXiii64UtmTAy5eUbni2MqUC8RsfdEoEnLtV4cDX3/ibrjKzF6vTxkYadkFTuyfvYO6LNSyD0sJjY80C9AWezvGL3Ib2jU8fAyXE= Received: by 10.54.48.21 with SMTP id v21mr521946wrv; Mon, 02 May 2005 04:33:01 -0700 (PDT) Received: by 10.54.14.15 with HTTP; Mon, 2 May 2005 04:33:01 -0700 (PDT) Message-ID: Date: Mon, 2 May 2005 21:33:01 +1000 From: Robert Backhaus To: freebsd-stable@freebsd.org In-Reply-To: <443bt7rsjs.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050430120037.5448916A4DF@hub.freebsd.org> <1114947298.71683.17.camel@jayton.ath.cx> <443bt7rsjs.fsf@be-well.ilk.org> cc: jay@codegurus.org Subject: Re: Weird jdk14 build X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Backhaus List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 11:33:02 -0000 On 01 May 2005 09:20:55 -0400, Lowell Gilbert wrote: > Jayton Garnett writes: >=20 > > Hello, > > > > This weekend i've been reinstalling fbsd on my desktop and while > > installing /usr/ports/java//jdk14 (yes i downloaded all the files from > > sun and the patch-kit) While it was compiling I had a syntax error > > something like expected "(" somewhere or other, but i noticed this > > little message before that error: > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Warning: This JDK may be unstable. You are advised to use the native > > FreeBSD JDK, in ports/java/jdk14. <> > No; you need to use Java to build Java. Therefore, the procedure is > to use the precompiled Linux jdk to build the native one. Once the > native one is built, you can remove the Linux one. To further clarify: That message is being produced while installing a linux JDK, which is needed to bootstrap the new native build. Yes, it's really annoying. To save this annoyance, make a package of it when you are done, merely for your own use, however. the linux JDK can (and should) be 'pkg_deinstall'ed when you are done.=20 pkg_deinstall linux-sun-jdk1.4\*