walt wrote:
 >  > During the compilation of usr.bin/truss this error stops world:
 >  >
 >  > syscalls.master: line 55: syscall number out of sync at 7
 >  > line is:
 >  >      struct rusage  * rusage ) ;  }  wait4 wait_args int
 >  >
 >  > The error is actually produced by the execution of
 >  > '/usr/src/sys/kern/makesyscalls.sh syscalls.master'
 >  >
 >  > What I don't understand is why this same error breaks world
 >  > on one of my -CURRENT machines but not on the other machine...
 >
 > Try this:
 >
 > # cd /usr/src/usr.bin/truss
 > # make clean
 > # make
 >
 > I think you will see the error appear.
 >

And Vladim Belman saves the day:

  > I just have found source of the problem. It's broken sed,
  > again...

  > # cd /usr/src/usr.bin/sed
  > # make
  > # make install
  >
  > And it works.

Yes!  Thank you.  Now I hope I can undo the mess I've made of my
machine in the meantime while trying to fix this ;-)



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

Reply via email to