From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 28 22:21:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40A716A4CE for ; Tue, 28 Sep 2004 22:21:25 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8907543D41 for ; Tue, 28 Sep 2004 22:21:25 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CCQLd-000IEp-0O; Tue, 28 Sep 2004 15:21:25 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16729.58340.497294.948663@ran.psg.com> Date: Tue, 28 Sep 2004 15:21:24 -0700 To: "Scott T. Hildreth" References: <16729.56812.34452.163681@ran.psg.com> <1096409228.40994.182.camel@scotth.emsphone.com> cc: freebsd gnome Subject: Re: java 1.4 no make X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 22:21:25 -0000 > Just ran into this today myself, here is the solution, > > http://lists.freebsd.org/pipermail/freebsd-questions/2004-March/042182.html > > ...I had to do a make clean then did a make after mounting linprocfs. hmmm. considering that linux_base is a dependency, and it was build by this run, maybe it should check that linprocfs is mounted before running? randy