Subject: (apparently) missing header file
To: None <current-users@netbsd.org>
From: one more medicated peaceful moment <dive@endersgame.net>
List: current-users
Date: 06/20/2000 10:45:38
i updated to the latest cvs tree about an hour ago, and make build died
here:

building profiled kafs library
ranlib libkafs_p.a
building shared object kafs library
ranlib libkafs_pic.a
building shared kafs library (version 4.0)
ld -x -shared -soname libkafs.so.4 -o libkafs.so.4.0  /usr/lib/crtbeginS.o
--whole-archive libkafs_pic.a --no-whole-archive   /usr/lib/crtendS.o
rm -f libkafs.so.4
ln -s libkafs.so.4.0  libkafs.so.4
rm -f libkafs.so
ln -s libkafs.so.4.0  libkafs.so
dependall ===> libkstream
mkdep -a  -I/usr/include/kerberosIV /usr/src/lib/libkstream/kstream.c
/usr/src/lib/libkstream/kstream-des.c
/usr/src/lib/libkstream/kstream-des.c:22: des.h: No such file or directory
mkdep: compile failed.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.




the first time i did make build, it said to remove all the MIT headers
/usr/include/kerberosIV, so i removed all the headers from that directory
that were credited to MIT, and des.h was one of them.