From owner-freebsd-current Sat Jun 15 7:35:22 2002 Delivered-To: freebsd-current@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id CB37D37B40D; Sat, 15 Jun 2002 07:35:17 -0700 (PDT) Received: from sbcglobal.net wa1ter@smtp-send.myrealbox.com [64.175.106.231] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sat, 15 Jun 2002 08:35:17 -0600 Message-ID: <3D0B4690.3080908@sbcglobal.net> Date: Sat, 15 Jun 2002 06:52:16 -0700 From: walt Organization: none User-Agent: Mozilla/4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current , rwatson@freebsd.org Subject: RE: Syscalls.master broken on -CURRENT? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > 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. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message