Subject: libc/gen/assert.c problem on Jul 19 sup
To: None <current-users@NetBSD.ORG>
From: Jon Buller <jonb@metronet.com>
List: current-users
Date: 07/19/1995 19:42:19
Well, I'm running on a pc532 if that helps. I did:

cd /usr/src/include
make depend
make
make install
cd /usr/src/share
make depend
make
make install
cd /usr/src/lib
make depend 
make

and got (on the last step of that sequence):

===> csu
===> ns32k
===> c++
===> libarch
===> libc
cc -O -DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -I/usr/src/lib/libc/include -D__DBIN
TERFACE_PRIVATE -DPOSIX_MISTAKE -DFLOATING_POINT  -c /usr/src/lib/libc/gen/asser
t.c
/usr/src/lib/libc/gen/assert.c:50: parse error before string constant
/usr/src/lib/libc/gen/assert.c:53: parse error before `{'
/usr/src/lib/libc/gen/assert.c:57: conflicting types for `abort'
/usr/include/stdlib.h:88: previous declaration of `abort'
/usr/src/lib/libc/gen/assert.c:57: warning: data definition has no type or stora
ge class
/usr/src/lib/libc/gen/assert.c:59: parse error before `}'
*** Error code 1
 
Stop.
*** Error code 1
 
Stop.

Any hints?  Did something get out of sync? Did I not bootstrap
something somewhere correctly? Anything else I should look out for?
I saved the message about mount ufs and ffs changes, but haven't
gotten that far (obviously).

Thanks,
Jon