From owner-freebsd-current Sun Jun 16 11:29: 6 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 EC49B37B421 for ; Sun, 16 Jun 2002 11:29:00 -0700 (PDT) Received: from sbcglobal.net wa1ter@smtp-send.myrealbox.com [66.126.108.241] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare via secured & encrypted transport (TLS); Sun, 16 Jun 2002 12:29:01 -0600 Message-ID: <3D0CD8DB.1040403@sbcglobal.net> Date: Sun, 16 Jun 2002 11:28:43 -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 Cc: freebsd-current@freebsd.org Subject: Re: Syscalls.master broken on -CURRENT? References: <3D0B4690.3080908@sbcglobal.net> 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 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message