Subject: Re: port-i386/20427: ./build.sh fails on i386
To: None <u.hobelmann@web.de>
From: Todd Vierling <tv@pobox.com>
List: netbsd-bugs
Date: 02/19/2003 11:22:38
On Wed, 19 Feb 2003 u.hobelmann@web.de wrote:

: /usr/src/gnu/usr.bin/cvs/libcvs/../../../dist/cvs/lib/system.h:166: timT.h: No such file or directory
: /usr/src/gnu/usr.bin/cvs/libcvs/../../../dist/cvs/lib/system.h:183: sys/timTb.h: No such file or directory

: /usr/src/gnu/usr.bin/cvs/libcvs/../../../dist/cvs/lib/system.h:270: utimT.h: No such file or directory

: I updated the cvs, but nothing changed, so this seems to the be
: the cvs content.

This looks like your system might have a very serious problem.  Three
instances of a lower-case 'e' in files are instead showing up as capital
'T's.  Normally I'd suggest a memory error, but the bit patterns don't
suggest memory problems (e = 01100101, T = 01010100; a total of two flipped
1->0 and one flipped 0->1).

I suggest nuking the directory and re-cvs-updating.  However, if your disk
is relatively old, you may want to give it a checkup.

-- 
-- Todd Vierling <tv@pobox.com>