From owner-freebsd-current Sat Jun 15 9: 4:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 3BFD537B411 for ; Sat, 15 Jun 2002 09:04:14 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g5FG3kb5089979; Sat, 15 Jun 2002 12:03:47 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 15 Jun 2002 12:03:46 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: walt Cc: freebsd-current Subject: RE: Syscalls.master broken on -CURRENT? In-Reply-To: <3D0B4690.3080908@sbcglobal.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 15 Jun 2002, 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. s/appear/disappear/? It basically looks like the generated include files aren't in sync, but it's not something I can reproduce locally. Lots of make cleaning and make includes should clear this up. If it doesn't, let me know, and I'll do more chasing. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message