From owner-freebsd-questions@FreeBSD.ORG Wed Sep 1 09:25:48 2004 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 121EE16A4CE for ; Wed, 1 Sep 2004 09:25:48 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE7F43D39 for ; Wed, 1 Sep 2004 09:25:47 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so202546rnl for ; Wed, 01 Sep 2004 02:25:46 -0700 (PDT) Received: by 10.38.70.76 with SMTP id s76mr304786rna; Wed, 01 Sep 2004 02:25:46 -0700 (PDT) Received: by 10.38.73.14 with HTTP; Wed, 1 Sep 2004 02:25:46 -0700 (PDT) Message-ID: Date: Wed, 1 Sep 2004 21:25:46 +1200 From: Juha Saarinen To: Bob Ababurko In-Reply-To: <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net> cc: freebsd-questions@freebsd.org Subject: Re: trouble compiling the kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 09:25:48 -0000 On Wed, 01 Sep 2004 00:45:28 -0400, Bob Ababurko wrote: > config -d /usr/obj/usr/src/sys/DUMMYNET /usr/src/sys/i386/conf/DUMMYNET > ERROR: version of config(8) does not match kernel! > config version = 500012, version required = 500013 > > Make sure that /usr/src/usr.sbin/config is in sync > with your /usr/src/sys and install a new config binary > before trying this again. > > If running the new config fails check your config > file against the GENERIC or LINT config files for > changes in config syntax, or option/device naming > conventions > > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. You need to "make buildworld" before "make buildkernel". It's covered in the Handbook and in /usr/src/UPDATING. -- Juha