From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 14:22: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 44AE916A4CE for ; Mon, 17 Nov 2003 14:22:01 -0800 (PST) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5633943F3F for ; Mon, 17 Nov 2003 14:22:00 -0800 (PST) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id hAHNMHAl025212 for ; Mon, 17 Nov 2003 18:22:17 -0500 Date: Mon, 17 Nov 2003 18:26:39 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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 22:22:01 -0000 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? I checked the man page, but it didn't provide any insight. TIA, Andy