Subject: gspa build trouble
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 10/31/1995 18:30:56
I'm doing a "make build" (on a sparc, but this appears
architecture-independent).  The source is from yesterday's sup (morning
of Oct 30) but the relevant directory is identical to this morning's
sup.  In usr.sbin/gspa/gspa, I got stuff like this:

===> usr.sbin/gspa
===> usr.sbin/gspa/gspa
rm -f .depend
files=" ";  if [ "$files" != " " ]; then  mkdep -a  -I. -I/sources/working-usr-src/usr.sbin/gspa/gspa   $files;  fi
files="gspa.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act.c gsp_eval.c gsp_inst.c gsp_pseu.c";  if [ "$files" != "" ]; then  mkdep -a  -I. -I/sources/working-usr-src/usr.sbin/gspa/gspa  $files;  fi
gspa.c:42: y.tab.h: No such file or directory
gsp_lex.c:34: y.tab.h: No such file or directory
gsp_eval.c:33: y.tab.h: No such file or directory
files="  ";  if [ "$files" != "  " ]; then  mkdep -a  -I. -I/sources/working-usr-src/usr.sbin/gspa/gspa  $files;  fi

On investigation, I found that if I did "yacc -d gsp_gram.y" (which is
what "make -n gsp_gram.o" wanted to do), everything looked fine.
Perhaps the Makefile needs a bit of work? :-)

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu