Subject: Re: kern compile failure asic.h & turbochannel.h
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 02/15/2000 18:34:30
>    Tried building a new kernel this morning with just-downloaded CVS
> sources. I'm getting:
>
> swapnetbsd.c
> ../../../../arch/pmax/dec/rcons.c:57: pmax/pmax/asic.h: No such file or
> directory
> ../../../../arch/pmax/dev/rcons.c:58: pmax/pmax/turbochannel.h: No such file
> or directory
> mkdep: compile failed.
> *** Error code 1
>
> Stop.

Your file depenedency list was not updated correctly for most recent codes.
To make sure .depend files refreshed [1] /bin/rm -rf compile/GENERIC, or
[2] find compile/GENERIC -files '.depend' | xargs /bin/rm, then start
/usr/sbin/config GENERIC && cd ../compile/GENERIC && make depend && make

>  Now I had patched rcons.c for the 1.4P snapshot so it would compile
> before, but I'm using v 1.38 of rcons.c which cvs updated. I cleared my
> compile directory and started over with the generic kernel config, and
> whittled it down for my Maxine. Any ideas what I may have messed up on?

Tohru Nishimura