From owner-freebsd-java@FreeBSD.ORG Mon Jan 24 21:26:47 2005 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 A3AA116A4CF for ; Mon, 24 Jan 2005 21:26:47 +0000 (GMT) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C7C43D48 for ; Mon, 24 Jan 2005 21:26:45 +0000 (GMT) (envelope-from ml@FreeBSD.org.ua) Received: from phantom.cris.net (ml@localhost [127.0.0.1]) by phantom.cris.net (8.12.10/8.12.10) with ESMTP id j0OLUHqk026319; Mon, 24 Jan 2005 23:30:17 +0200 (EET) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.10/8.12.10/Submit) id j0OLUHDA026318; Mon, 24 Jan 2005 23:30:17 +0200 (EET) (envelope-from ml) Date: Mon, 24 Jan 2005 23:30:17 +0200 From: Alexey Zelkin To: Duane Winner Message-ID: <20050124213017.GA26262@phantom.cris.net> References: <41F54809.5050100@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41F54809.5050100@att.net> X-Operating-System: FreeBSD 4.9-STABLE i386 User-Agent: Mutt/1.5.5.1i cc: freebsd-java@freebsd.org Subject: Re: no longer need linux compat or linprocfs???? 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: Mon, 24 Jan 2005 21:26:47 -0000 hi, On Mon, Jan 24, 2005 at 02:10:01PM -0500, Duane Winner wrote: > Hello, > > I am going through our in house procecures for installing FreeBSD and > apps, as we are about to migrate to 5.3. > > I just went through our Java chapter, and when I went to build the > native JDK 1.4, I forgot to mount linprocfs, which I thought I always > needed to do before; but the native JDK seemed to build successfully > anyway. Then I went one step further and tried it again by removing > Linux compatibility from my FreeBSD box, and native JDK still built with > any problems! > > It seems like all you have to do anymore is copy the bsd-java tarball > and the three j2sdk tarballs to /usr/ports/distfiles and then run > "portinstall jdk" -- is this correct, or am I spacing out about how we > needed set up Linux Compatibility and linprocfs in the past? > > I just need some confirmation before I update our in-house documentation. There's a patch in jdk14 port, which automatically take care of linprocfs warnings (i.e. sliently gets rid of them without requiring of manual intervention)