Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup
From: Don Lewis (truckman_at_FreeBSD.org)
Date: 08/21/04
- Previous message: A.G. Russell IV: "Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup"
- In reply to: A.G. Russell IV: "Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 21 Aug 2004 00:05:51 -0700 (PDT) To: arussell@bifrost.hos.net
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.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: A.G. Russell IV: "Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup"
- In reply to: A.G. Russell IV: "Re: make buildworld fails on virgin 4.10 RELEASE CD install ... followup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|