Subject: Re: Errors compiling kernel...
To: None <tim@cst.com.au>
From: Mike Long <mike.long@analog.com>
List: port-i386
Date: 03/26/1996 11:04:33
>From: Tim Liddelow <tim@cst.com.au>
>Date: Tue, 26 Mar 1996 11:26:24 +1100 (EST)
>
>Compiling the kernel from a recent sup (yesterday), I get compilation
>errors in rpc.bootparamd.  I have installed the latest header files.
>
>===> usr.sbin/rpc.bootparamd
>cc -O -DYP  -Werror  -c bootparamd.c
>In file included from /usr/include/rpcsvc/bootparam_prot.h:17,
>                 from bootparamd.c:17:
>/usr/include/nfs/nfs.h:169: parse error before `NFSKERBKEY_T'
>cc1: warnings being treated as errors
>/usr/include/nfs/nfs.h:169: warning: no semicolon at end of struct or union
>/usr/include/nfs/nfs.h:180: parse error before `NFSKERBKEY_T'
>/usr/include/nfs/nfs.h:180: warning: no semicolon at end of struct or union
>*** Error code 1

Your rpcsvc headers are still out-of-date.  Try this:

cd /usr/src/lib/librpcsvc
make cleandir && make depend && make && make install
cd ../../usr.sbin/rpc.bootparamd
make cleandir && make depend && make && make install

-- 
Mike Long <mike.long@analog.com>     <URL:http://www.shore.net/~mikel>
VLSI Design Engineer         finger mikel@shore.net for PGP public key
Analog Devices, CPD Division          CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Norwood, MA 02062 USA       (eq (opinion 'ADI) (opinion 'mike)) -> nil