From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 18:48:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC6037B401 for ; Tue, 5 Aug 2003 18:48:00 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE23F43F85 for ; Tue, 5 Aug 2003 18:47:59 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc13) with ESMTP id <200308060147590160058e9ee>; Wed, 6 Aug 2003 01:47:59 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h761lwKS016927; Tue, 5 Aug 2003 21:47:58 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h761lw9C016924; Tue, 5 Aug 2003 21:47:58 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Stefan Malte Schumacher References: <20030804201446.GA10036@drachenhorst.fantasy.net> From: Lowell Gilbert Date: 05 Aug 2003 21:47:58 -0400 In-Reply-To: <20030804201446.GA10036@drachenhorst.fantasy.net> Message-ID: <44ispbv9o1.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Kernel wont compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 01:48:01 -0000 Stefan Malte Schumacher writes: > I am currently trying to compile a new kernel for FreeBSD but I get the > following error after I enter 'make depend'. > > ../../../pci/if_rl.c:119:23: miibus_if.h: No such file or directory > ../../../pci/if_xl.c:140:23: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 You're missing miibus. You either need to add it back in, or remove the devices that depend on it. > I am running FreeBSD 5.1-Release. Remember that it isn't a "production" release. > I have read that it might be necessary to to a make world before I use the > new way of compiling and installing kernels. I probably have to make world > in /usr/src, correct ? Please consult the detailed build instructions in the FreeBSD handbook. > How lang will this approximately take on an Athlon > 2600 and do I have to install the stuff I built with make world or is it > enough if I just build it. If you're building from sources for the exact same version that you're running, you don't even need to do that. "make kernel" will do fine. Otherwise, you need to install all of it. Please consult the detailed build instructions in the FreeBSD handbook.