OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: -stable or -current kernel error

From: kami petersen (kokamomigueststars.net)
Date: Wed Feb 15 2006 - 17:30:12 CST


Paul Barbeau skrev:
> I am trying to move from the base install from the CD/FTP to either
> stable or current. I get the same error regardless of what version I
> try with and regardless of what machine (different components inside).
> Below is the steps I am doing to rebuild the kernel and the error I am
> getting. Anyone have and ideas on how to correct this problem? Am I
> doing it wrong and forgetting something?
>
> cd /usr; cvs -q checkout -rOPENBSD_3_8 -P src
> cd /usr/src
> find . -type l -name obj |xargs rm
> make cleandir
> rm -rf /usr/obj/*
> make obj
> cd /usr/src/etc && make DESTDIR=/ distrib-dirs
> cd /usr/src/sys/arch/i386/conf
> config GENERIC
> cd ../compile/GENERIC
> make clean
> make depend
> make
>

you need to follow the faq sequentially. now, wipe src and obj and start
over from the top of the page.

/kami