Subject: Re: build fails in rpc.bootparamd
To: Frank van der Linden <frank@wins.uva.nl>
From: Paul Hoffman <phoffman@proper.com>
List: current-users
Date: 06/19/2000 17:26:22
OK, I'm trying to bring a -current machine up to date and am failing. 
I just did a sup a few moments ago.

Following Frank's directions:

>         * install src/etc/netconfig to /etc/netconfig
>	* install src/etc/services to /etc/services
>         * install the new header files (cd /usr/src/include ; make includes)
>         * install the new rpcgen (cd usr/src/usr.bin/rpcgen ; make 
>all install)
>         * install include files in libc (cd usr/src/lib/libc ; make includes)

This all went fine, no problems.

>         * recompile and install libc

In doing a "make all" in /usr/src/lib/libc, it stops with:

lint -chapbxzF -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS 
-D_REENTRANT -I/usr/src/lib/libc/include -DINET6 
-D__DBINTERFACE_PRIVATE -I/usr/src/lib/libc/../../libexec/ld.elf_so 
-I/usr/src/lib/libc/dlfcn -DRESOLVSORT -I. -DPOSIX_MISTAKE -DPORTMAP 
-DFLOATING_POINT -i /usr/src/lib/libc/rpc/clnt_bcast.c
In file included from /usr/src/lib/libc/rpc/clnt_bcast.c:75:
/usr/include/netdb.h:248: sys/ansi.h: No such file or directory
*** Error code 1

Stop.

What do I do now?