From owner-freebsd-stable@FreeBSD.ORG Sat Aug 21 07:06:02 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE04716A4CE for ; Sat, 21 Aug 2004 07:06:02 +0000 (GMT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 763C943D2F for ; Sat, 21 Aug 2004 07:06:02 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.11/8.12.11) with ESMTP id i7L75pTQ004649; Sat, 21 Aug 2004 00:05:55 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200408210705.i7L75pTQ004649@gw.catspoiler.org> Date: Sat, 21 Aug 2004 00:05:51 -0700 (PDT) From: Don Lewis To: arussell@bifrost.hos.net In-Reply-To: <20040821065446.GA69451@bifrost.agrussell.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: freebsd-stable@FreeBSD.org Subject: Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 07:06:02 -0000 On 21 Aug, A.G. Russell IV wrote: > cc -O -pipe -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -DINET6 -c /usr/src/lib/libutil/login_times.c -o login_times.o > /usr/src/lib/libutil/login_times.c:138: syntax error before `tyme_t' > /usr/src/lib/libutil/login_times.c: In function `in_lt': Looks like you've got some bad RAM. Line 138 should be in_lt(const login_time_t * ltm, time_t * t) so time_t mutated into tyme_t. The character 'i' is hex 69, and the character 'y' is hex 79, which is a difference of one bit. Download a copy of memtest86 from and see what it finds.