Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2002 13:02:44 -0800 (PST)
From:      Mark Miller <joup@bigfoot.com>
To:        freebsd-questions@freebsd.org
Subject:   config(8) fails on buildkernel
Message-ID:  <20020123125109.K2359-100000@soda.csua.berkeley.edu>

next in thread | raw e-mail | index | archive | help

Hi,

I recently upgraded to FreeBSD 4.4 with build world, and everything seemed
to go well.  Right now I'm trying to add "option NTFS" to my kernel, but
config is failing with the message:

% make buildkernel KERNCONF=JOBUKI.09
===> JOBUKI.09
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf;
PATH=/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/JOBUKI.09 JOBUKI.09
ERROR: version of config(8) does not match kernel!
config version = 400018, version required = 400019

I have tried the following:

cd /usr/src/usr.sbin/config;
make clean;
make;
make install;


This process succeeds, but when I try to rebuild the kernel, I get the
same error.  I have synched my kernel source with RELENG_4, and I have
also tried the "traditional method" outlined in the handbook (config
./JOBUKI.09, etc. etc.)

Is there anything I can do to fix this?


Thanks,
Mark Miller




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020123125109.K2359-100000>