From owner-freebsd-java@FreeBSD.ORG Mon May 17 01:58:40 2004 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 DF0E516A4CE for ; Mon, 17 May 2004 01:58:40 -0700 (PDT) Received: from mailgate.drav.net (real-life.tm [195.11.8.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C76B43D1F for ; Mon, 17 May 2004 01:58:40 -0700 (PDT) (envelope-from holbs@real-life.tm) Received: from holborn by mailgate.drav.net with local (Exim 4.34 #1 (FreeBSD)) id 1BPdx9-000HHN-BF; Mon, 17 May 2004 09:58:31 +0100 Date: Mon, 17 May 2004 09:58:31 +0100 From: Drav Sloan To: David Israelsson Message-ID: <20040517085831.GH94756@real-life.tm> References: <20040515105453.GG94756@real-life.tm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organisation: Drav Net cc: freebsd-java@freebsd.org Subject: Re: Port compilation 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, 17 May 2004 08:58:41 -0000 David Israelsson wrote: > That is typically what happens if you forget to mount the linux procfs > filesystem. ports/java/linux-sun-jdk14/pkg-message tells you how to > do that. Naw, that was mounted: $ mount . . linprocfs on /usr/compat/linux/proc (linprocfs, local) I'll keep on prodding, though I'm stumped (doesn't get past unzip, patching and then priting the line you saw in previous email - for DAYS). I'd understand it taking days, but at least seeing it go through the 2 or 3 stage build process, but nowt. I'd assume its because it's a linux binary that truss and ktrace produce no output, aswell? waaaah D.