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 cvsups, and if you are doing a big cvsup you expect copious
output anyway.  

My $0.02

-- Adam

On Wed, 8 Dec 1999, David O'Brien wrote:

On Tue, Dec 07, 1999 at 09:09:01PM +, Michael Chin-Yuan Wu wrote:
 
 All they need is a simple pointer, 

Feh.  What do you think /usr/src/UPDATING is?

 why not be a bit nicer? :)

I was the first 20 times things like this came up.
 
-- 
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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"' tm.h
rm -f .depend
mkdep -f .depend -a
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
-I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
-I/usr/obj/usr/src/tmp/usr/include
/usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
Bad system call - core dumped
mkdep: compile failed
*** Error code 1

Stop in /usr/src/gnu/lib/libgcc.
*** Error code 1


And when i'm trying to run buildworld again, following happens:


cc -O -pipe -I/usr/src/usr.bin/make   -I/usr/obj/usr/src/tmp/usr/include
-c /usr/src/usr.bin/make/arch.c
*** Signal 12

Stop in /usr/src/usr.bin/make.
*** Error code 1


Anybody knows where can be a problem? On my another 4.0 box make world
goes just fine...

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 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"' tm.h
 rm -f .depend
 mkdep -f .depend -a
 -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
 -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
 -I/usr/obj/usr/src/tmp/usr/include
 /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
 Bad system call - core dumped
 mkdep: compile failed
 *** Error code 1

 Stop in /usr/src/gnu/lib/libgcc.
 *** Error code 1
 

 And when i'm trying to run buildworld again, following happens:

 
 cc -O -pipe -I/usr/src/usr.bin/make   -I/usr/obj/usr/src/tmp/usr/include
 -c /usr/src/usr.bin/make/arch.c
 *** Signal 12

 Stop in /usr/src/usr.bin/make.
 *** Error code 1
 

 Anybody knows where can be a problem? On my another 4.0 box make world
 goes just fine...

 Adios,
 /KONG

 
 Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP
 

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 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 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"' tm.h
  rm -f .depend
  mkdep -f .depend -a
  -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config
  -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
  -I/usr/obj/usr/src/tmp/usr/include
  /usr/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
  Bad system call - core dumped
  mkdep: compile failed
  *** Error code 1
 
  Stop in /usr/src/gnu/lib/libgcc.
  *** Error code 1
  
 
  And when i'm trying to run buildworld again, following happens:
 
  
  cc -O -pipe -I/usr/src/usr.bin/make   -I/usr/obj/usr/src/tmp/usr/include
  -c /usr/src/usr.bin/make/arch.c
  *** Signal 12
 
  Stop in /usr/src/usr.bin/make.
  *** Error code 1
  
 
  Anybody knows where can be a problem? On my another 4.0 box make world
  goes just fine...
 
  Adios,
  /KONG
 
  
  Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP
  
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-current" in the body of the message
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 newly edited current kernel
reboot with new kernel
make buildworld and so on


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 that new config(8) can be made from new source tree ;)

Adios,
/KONG


Hostas Red (KVK10, KVK10-RIPN) || UNiX Systems Administrator, ComSet ISP




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 can be a problem? On my another 4.0 box make world
 goes just fine...

(*sigh, this comes up again*)

Yes, you are both running -CURRENT when you have *NO* business doing so.

You obviously didn't *_READ_* /usr/src/UPDATING.  You obviously haven't
been *_READING_* this mailing list.  You obviously haven't *_READ_* the
past 1-2 months of archives looking for "HEADS UP" messages.

I would suggest staying at 3-STABLE.  4-CURRENT is for developers that
have the time and ability to follow this list, and read the documentation
provided.  Please go read
http://www.freebsd.org/handbook/cutting-edge.html.

-- 
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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
 ..snip..
 
  Anybody knows where can be a problem? On my another 4.0 box make world
  goes just fine...
 
 (*sigh, this comes up again*)
 
 Yes, you are both running -CURRENT when you have *NO* business doing so.

All they need is a simple pointer, why not be a bit nicer? :)

Please try this tutorial when you move from -stable to -current

www.external.org/freebsd/current.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 install a -CURRENT yacc when I upgraded right before
thanks giving.  I haven't looked to see if this has been changed.  (I think
it was a Makefile.inc? problem.)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message