Build world problems in todays sources

2002-07-01 Thread Tomi Vainio - Sun Finland -

Glenn Gombert writes:
  I get the following error when trying to rebuild the last couple of
  days...
  
  ../sys/kern/syscalls.master
  syscall.master : line 55: syscall number out of sync at 7 ...
  
  line is:   struct rusage * rsuage ) ; } wait4 wait_args int
  
I've seen this and if I remember anything it was sed or awk problem.
Do first cd /usr/src/usr.bin/sed ; make all install and then try
buildworld again.

  Tomppa

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



Build world problems in todays sources

2002-06-30 Thread Glenn Gombert

I get the following error when trying to rebuild the last couple of
days...

../sys/kern/syscalls.master
syscall.master : line 55: syscall number out of sync at 7 ...

line is:   struct rusage * rsuage ) ; } wait4 wait_args int

 Error code 1

-- 
  Glenn Gombert
  [EMAIL PROTECTED]

Never trust any operating system you don't have the source code for

-- 
http://fastmail.fm - Come on home

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



Re: Build world problems in todays sources

2002-06-30 Thread Giorgos Keramidas

On 2002-06-30 22:53 +, Glenn Gombert wrote:
 I get the following error when trying to rebuild the last couple of
 days...
 
 ../sys/kern/syscalls.master
 syscall.master : line 55: syscall number out of sync at 7 ...
 
 line is:   struct rusage * rsuage ) ; } wait4 wait_args int
 
  Error code 1
 

The last commit that touched this line was revision 1.17.  You have
somehow edited this file and changed /rusage/rsuage/.  This can be
fixed by editing again and replacing rsuage with rusage.

- Giorgos


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