make buildworld fails on virgin 4.10 RELEASE CD install ... followup

Don Lewis truckman at FreeBSD.org
Sat Aug 21 00:06:02 PDT 2004


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.




More information about the freebsd-stable mailing list