From owner-freebsd-questions@FreeBSD.ORG Wed Sep 17 09:27:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E883816A4B3 for ; Wed, 17 Sep 2003 09:27:43 -0700 (PDT) Received: from revelation.unomaha.edu (revelation.lib.unomaha.edu [137.48.70.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFA343FBD for ; Wed, 17 Sep 2003 09:27:42 -0700 (PDT) (envelope-from kbrede@revelation.unomaha.edu) Received: by revelation.unomaha.edu (Postfix, from userid 500) id 515F91362C3; Wed, 17 Sep 2003 11:27:44 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by revelation.unomaha.edu (Postfix) with ESMTP id 4E519146142 for ; Wed, 17 Sep 2003 11:27:44 -0500 (CDT) Date: Wed, 17 Sep 2003 11:27:44 -0500 (CDT) From: Kenton Brede X-X-Sender: kbrede@revelation.lib.unomaha.edu To: questions@freebsd.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: problems with buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 16:27:44 -0000 On Wed, 17 Sep 2003, Kenton Brede wrote: > I've attached "uname -a" and the last part of the compile process when > "make buildworld" quits. Basically the last line ends with - > > /usr/src/usr.sbin/ipsend/../../contrib/ipfilter/iplang/iplang_y.y:24: > sys/stat.: No such file or direcory > > The process stops when it reaches "#include " line 24 in > iplang_y.y I think there is a memory problem on the system. I talked to the person who installed the OS and she said she had a core dump after the install. The compiler was having internal errors as well. The iplang_y.y file is certainly corrupted with all the "^@" characters I found throughout the file. Could a cord dump cause this file to become corrupted? Anyway once I cleaned that file the buildworld process completed. Kent