Date: Wed, 1 Sep 2004 21:25:46 +1200 From: Juha Saarinen <juhasaarinen@gmail.com> To: Bob Ababurko <ababurko@adelphia.net> Cc: freebsd-questions@freebsd.org Subject: Re: trouble compiling the kernel Message-ID: <b34be84204090102253c68bfdb@mail.gmail.com> In-Reply-To: <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net> References: <5.2.1.1.0.20040901003920.00a96148@mail.dc2.adelphia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 01 Sep 2004 00:45:28 -0400, Bob Ababurko <ababurko@adelphia.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b34be84204090102253c68bfdb>