Re: 3.3-stable - 4.0-current problem...

1999-12-08 Thread Adam
Sounds like its time to hack cvsup to display a diff of UPDATING from before and after cvsup. If it actually happened I dont think people would mind because the average change is only a dozen lines or less it would coincide with the amount of output cvsup would show for someone who frequently

3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red
Hi! I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and when i'm trying to make buildworld, i'm getting following: echo '#include "i386/freebsd.h"' tm.h echo '#include "i386/perform.h"'

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Marc Solsona
I've tried to do the same and it seems that there have been some changes of the signal achitecture. A solution I found was to build a kernel 4.0 before building world. I haven't tried though. Tell me if it works!! EXT Hostas Red wrote: Hi! I've cvsup'ed my 3.3-stable source tree to

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Sean Jensen-Grey
Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Sean. On Tue, 7 Dec 1999, Marc Solsona wrote: I've tried to do the same and it seems that there have been some changes of the

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Michael Chin-Yuan Wu
Sean Jensen-Grey wrote: Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Sean. This will work: src/usr.sbin/config # make all install use this new config to compile a

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Hostas Red
Hi! On Tue, 7 Dec 1999, Sean Jensen-Grey wrote: Building the kernel first works. also you will need to run the /usr/sbin/config from the /usr/src/usr.sbin tree as the installed one is for the older kernel format. Yes, worked fine, thanks. I've tried to compile new kernel before, but forgot

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread David O'Brien
On Tue, Dec 07, 1999 at 11:41:43AM +0300, Hostas Red wrote: I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and ... /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c Bad system call - core dumped mkdep: compile failed *** Error code 1 ..snip.. Anybody knows where

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread Michael Chin-Yuan Wu
David O'Brien wrote: On Tue, Dec 07, 1999 at 11:41:43AM +0300, Hostas Red wrote: I've cvsup'ed my 3.3-stable source tree to 4.0-current source tree, and ... /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c Bad system call - core dumped mkdep: compile failed *** Error code 1

Re: 3.3-stable - 4.0-current problem...

1999-12-07 Thread David Scheidt
On Tue, 7 Dec 1999, Darryl Okahata wrote: Michael Chin-Yuan Wu [EMAIL PROTECTED] wrote: Please try this tutorial when you move from -stable to -current www.external.org/freebsd/current.html I think you're missing the recent block device obsolescence change. I had to build and