Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2004 00:05:51 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        arussell@bifrost.hos.net
Cc:        freebsd-stable@FreeBSD.org
Subject:   Re: make buildworld fails on virgin 4.10 RELEASE CD install  ... followup
Message-ID:  <200408210705.i7L75pTQ004649@gw.catspoiler.org>
In-Reply-To: <20040821065446.GA69451@bifrost.agrussell.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <http://www.memtest86.com/>; and see
what it finds.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408210705.i7L75pTQ004649>