From owner-freebsd-java@FreeBSD.ORG Tue Jan 25 18:37:32 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 E613416A4CE for ; Tue, 25 Jan 2005 18:37:32 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5DA43D3F for ; Tue, 25 Jan 2005 18:37:25 +0000 (GMT) (envelope-from dwinner-lists@worldnet.att.net) Received: from [10.10.100.90] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2005012518372211100ru4iue> (Authid: duanewinner); Tue, 25 Jan 2005 18:37:23 +0000 Message-ID: <41F691DE.5090407@att.net> Date: Tue, 25 Jan 2005 13:37:18 -0500 From: Duane Winner User-Agent: Mozilla Thunderbird 1.0 (X11/20050104) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexey Zelkin References: <41F54809.5050100@att.net> <20050124213017.GA26262@phantom.cris.net> In-Reply-To: <20050124213017.GA26262@phantom.cris.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Duane Winner 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: Tue, 25 Jan 2005 18:37:33 -0000 Ah yes, Alexey Zelkin wrote: >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) > > > > I did a dry run again from scratch, and watched the output, I see now that if linux_base-8 is not there, it will add it as a dependency. Then dynamically mount linprocfs when needed, I assume? (although I kept watching mount and dmesg, and I didn't see any indication that linprocfs got mounted during the build). At any rate, it works and this is way cool. Much simpler installation procedures. Thanks. >_______________________________________________ >freebsd-java@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-java >To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > > >