From owner-freebsd-stable@FreeBSD.ORG Tue Feb 27 21:26:34 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5348E16A401 for ; Tue, 27 Feb 2007 21:26:34 +0000 (UTC) (envelope-from cwt@networks.cwu.edu) Received: from nsc0.cwu.edu (nsc0.cwu.edu [198.104.69.44]) by mx1.freebsd.org (Postfix) with ESMTP id AEE8A13C4AA for ; Tue, 27 Feb 2007 21:26:29 +0000 (UTC) (envelope-from cwt@networks.cwu.edu) Received: from n.cwu.edu (n.cwu.edu [198.104.69.57]) by nsc0.cwu.edu (8.13.8/8.13.8) with ESMTP id l1RKnbHR041177; Tue, 27 Feb 2007 12:49:37 -0800 (PST) (envelope-from cwt@networks.cwu.edu) Received: from n.cwu.edu (localhost [127.0.0.1]) by n.cwu.edu (8.13.3/8.13.3) with ESMTP id l1RKnbTF036849; Tue, 27 Feb 2007 12:49:37 -0800 (PST) (envelope-from cwt@networks.cwu.edu) Received: from localhost (cwt@localhost) by n.cwu.edu (8.13.3/8.13.1/Submit) with ESMTP id l1RKnaF2036846; Tue, 27 Feb 2007 12:49:36 -0800 (PST) (envelope-from cwt@networks.cwu.edu) X-Authentication-Warning: n.cwu.edu: cwt owned process doing -bs Date: Tue, 27 Feb 2007 12:49:36 -0800 (PST) From: Chris Timmons X-X-Sender: cwt@n.cwu.edu To: Juergen Nickelsen In-Reply-To: <20070227181142.GC95703@oland.ni.w21.org> Message-ID: <20070227124644.U34426@n.cwu.edu> References: <45E45AD4.7040005@lumeta.com> <20070227181142.GC95703@oland.ni.w21.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-2.0 (nsc0.cwu.edu [198.104.69.44]); Tue, 27 Feb 2007 12:49:37 -0800 (PST) Cc: freebsd-stable@freebsd.org, Sam Baskinger Subject: Re: Problems installing JDK 1.5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2007 21:26:34 -0000 Don't forget that the linux JDK will want you to have linprocfs mounted. I recently had a similar build experience of jdk-1.5.0p4 which cleared up fine after I remembered about linprocfs. linprocfs /compat/linux/proc linprocfs rw 0 0 -Chris On Tue, 27 Feb 2007, Juergen Nickelsen wrote: > On Tue, Feb 27, 2007 at 11:22:44AM -0500, Sam Baskinger wrote: > >> I'm assuming that you installed linux compatibility and then the >> linux-jdk 1.4? I failed to do that and saw a very similar error a while >> back. :) > > That may well be the case. I assumed the port installed it as a > dependency, but I didn't really look close. Thanks for the hint! > I'll report back later. > > Regards, Juergen.