From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 19:21:23 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C8B316A4CE for ; Thu, 10 Feb 2005 19:21:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7654543D1F for ; Thu, 10 Feb 2005 19:21:22 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so220410rns for ; Thu, 10 Feb 2005 11:21:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=XfrNAGYE/RzoMGOxLyBachc47nG6WQ0H5Zh4d6585PsApgz6ZSkVi7Wmdc1Jfv2/jWjKEW4R7XF3KNoBKkPzqeBQgFj23vlLnOO3OlU3tIS7sUNEBLzhamgnisQBf3Q7tMclQelEBqm94vdAhwCKdjHY183dyr0owYuQ+l5oKG0= Received: by 10.38.179.61 with SMTP id b61mr1443rnf; Thu, 10 Feb 2005 11:21:21 -0800 (PST) Received: by 10.38.8.9 with HTTP; Thu, 10 Feb 2005 11:21:21 -0800 (PST) Message-ID: Date: Fri, 11 Feb 2005 03:21:21 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: -current config(8) problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 19:21:23 -0000 When trying to compile the kernel to day, I get this weird message: root@chihiro:/usr/src# make kernel -------------------------------------------------------------- >>> Kernel build for CHIHIRO started on Fri Feb 11 03:19:47 CST 2005 -------------------------------------------------------------- ===> CHIHIRO mkdir -p /usr/obj/usr/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/CHIHIRO /usr/src/sys/i386/conf/CHIHIRO ERROR: version of config(8) does not match kernel! config version = 600001, version required = 600000 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. root@chihiro:/usr/src# Any fix? Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming