Subject: July 8th sup build error
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: current-users
Date: 07/09/1997 23:17:46
I'm doing a build of the world, based on the sup of July 8th.  I had to
patch make (per christos' recent commit), but once that was done
everything went smoothly...until it tried to build sh.  This fell over
thusly:

===> bin/sh
cc -O -DSHELL -I. -I/sources/sources/working-usr-src/bin/sh  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -c alias.c
....
cc -O -DSHELL -I. -I/sources/sources/working-usr-src/bin/sh  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -c arith.c
cc1: warnings being treated as errors
y.tab.c:395: warning: function declaration isn't a prototype
y.tab.c: In function `yyparse':
y.tab.c:497: warning: label `yyerrlab' defined but not used
y.tab.c:492: warning: label `yynewerror' defined but not used
arith.c: At top level:
arith.c:5: warning: `yyrcsid' defined but not used
*** Error code 1

Stop.

Is this a real bug, or is there something else I need to rebuild before
I can do a successful build of the world?  (I'm starting with a
slightly-post-1.2 system.)  For now, I'm just going to remove the
WARNS=1 from bin/sh/Makefile.

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B