Subject: Re: unable to build lib/libc on VAXstattion 4000 90a
To: Jan H. van Gils <JanVG@Knoware.NL>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 06/04/2002 15:20:30
>
> /usr/src/lib/libc/gen/assert.c: In function `__diagassert13':
> /usr/src/lib/libc/gen/assert.c:123: warning: implicit declaration of
> function `qizeof'
> *** Error code 1
> 
> Does anybody have any idea what is going wrong ?
> 
Yes, most likely you have stored these files on a machine which have 
a bit-error in bit 1 somewhere in its memory, therefore causing s to
become q. This is most likely a PC because they normally don't have 
parity memory and this won't be detected. The VAXen all have parity
memories so it's not likely it is caused there.

You should refetch this, it may be broken in some less obvious places
besides this.

-- Ragge