From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 15:39:01 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 3F50116A4CE for ; Mon, 17 Nov 2003 15:39:01 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B1143FE0 for ; Mon, 17 Nov 2003 15:39:00 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc13) with ESMTP id <2003111723385901500ndc6ke>; Mon, 17 Nov 2003 23:38:59 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 6E9D459; Mon, 17 Nov 2003 18:38:59 -0500 (EST) Sender: lowell@be-well.ilk.org To: andy@neu.net References: From: Lowell Gilbert Date: 17 Nov 2003 18:38:59 -0500 In-Reply-To: Message-ID: <44d6bqbm5o.fsf@be-well.ilk.org> Lines: 18 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 build failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 23:39:01 -0000 andy@neu.net writes: > I am trying to build a new kernel on 4.9.release. I cvsup'ed the latest > ports and soureces right before I tried the kernel build. I followed the > handbook, and when I typed /usr/sbin/config FIREWALL (name of kernel config), I received the > following message: > [root@dell conf]# /usr/sbin/config FIREWALL > ../../conf/files: coda/coda_fbsd.c must be optional, mandatory or standard > Your version of config(8) is out of sync with your kernel source. > > What does this mean? Do I need to upgrade config(8), how do you do that? By the documented upgrade procedure. You're following the kernel build procedure, but it only applies if the installed system is the same version as the sources from which you're trying to build a new kernel. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html