On 05-Jan-2006 [EMAIL PROTECTED] wrote: > Hi, > I cannot "make buildkernel" after cvsup from 5.3 to 6-stable doing src-all > and ports-all in my cvsup supfile. Then I built my world. Now I get this > message when I try "make buildkernel": > > -----snip > 386/conf/GENERIC > ERROR: version of config(8) does not match kernel! > config version = 500013, version required = 600003 > > 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. > dhcppc2# > > I've done cvsup and buildworld several times. > I hope that this is enough info. > -Nathan M.
Try this: cd /usr/src/usr.sbin/config make clean obj all install Then try building your kernel again. HTH -- Conrad J. Sabatier <[EMAIL PROTECTED]> -- "In Unix veritas" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
