current tree is broken?

2007-11-26 Thread Daniel Ouellet
# cd /usr/src # tar xzf /tmp/sys.tar.gz # cd /usr/src/sys/arch/amd64/conf # config GENERIC.MP Don't forget to run make depend Kernel options have changed -- you must run make clean # cd /usr # cvs -d [EMAIL PROTECTED]:/cvs get src/sys ... Lots of output. ... # cd /usr/src/sys/arch/amd64/conf #

Re: current tree is broken?

2007-11-26 Thread Karl Sjodahl - dunceor
On Nov 27, 2007 6:16 AM, Daniel Ouellet [EMAIL PROTECTED] wrote: # cd /usr/src # tar xzf /tmp/sys.tar.gz # cd /usr/src/sys/arch/amd64/conf # config GENERIC.MP Don't forget to run make depend Kernel options have changed -- you must run make clean # cd /usr # cvs -d [EMAIL PROTECTED]:/cvs

Re: current tree is broken?

2007-11-26 Thread Daniel Ouellet
Karl Sjodahl - dunceor wrote: config(8) has changed and need to be rebuilt first. If you wanna follow current always check: http://www.openbsd.org/faq/current.html OK, I got cut. I usually check there, but this time around I didn't. I checked instead if an earlier version worked and it did.

Re: current tree is broken?

2007-11-26 Thread Hugo Villeneuve
The answer has already been given today: http://marc.info/?l=openbsd-miscm=119609383128310w=2 On Tue, Nov 27, 2007 at 12:16:59AM -0500, Daniel Ouellet wrote: # cd /usr # cvs -d [EMAIL PROTECTED]:/cvs get src/sys ... # cd /usr/src/sys/arch/amd64/conf # config GENERIC.MP