From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 13:14:49 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 E175437B407 for ; Mon, 4 Aug 2003 13:14:48 -0700 (PDT) Received: from mailproxy2.netcologne.de (mailproxy2.netcologne.de [194.8.194.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41AAD43FAF for ; Mon, 4 Aug 2003 13:14:48 -0700 (PDT) (envelope-from stefan@drachenhorst.fantasy.net) Received: from drachenhorst.fantasy.net (xdsl-195-14-220-94.netcologne.de [195.14.220.94]) by mailproxy2.netcologne.de (Postfix) with ESMTP id 6331535293 for ; Mon, 4 Aug 2003 22:14:46 +0200 (MEST) Received: by drachenhorst.fantasy.net (Postfix, from userid 500) id 6A2AF2C4; Mon, 4 Aug 2003 22:14:46 +0200 (CEST) Date: Mon, 4 Aug 2003 22:14:46 +0200 From: Stefan Malte Schumacher To: freebsd-questions@freebsd.org Message-ID: <20030804201446.GA10036@drachenhorst.fantasy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Precedence: first-class Priority: normal Subject: Kernel wont compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 20:14:49 -0000 Hi 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 Stop in /usr/src/sys/i386/compile/AVALON1. *** Error code 1 Stop in /usr/src/sys/i386/compile/AVALON1. Make lint also does not work this time I get the following error message : __mb_cur_max declared( fileaccess.c?(4) ), but never used or defined ===> boot/i386 ===> boot/i386/mbr lint -cghapbx usage: lint [-abceghprvwxzHF] [-s|-t] [-i|-nu] [-Dname[=def]] [-Uname] [-X [ ,]... [-Idirectory] [-Ldirectory] [-llibrary] [-ooutputfile] file... lint [-abceghprvwzHF] [-s|-t] -Clibrary [-Dname[=def]] [-X [,]... [-Idirectory] [-Uname] [-Bpath] file ... *** Error code 1 Stop in /usr/src/sys/boot/i386/mbr. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. I am running FreeBSD 5.1-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 ? 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. Bye Stefan