Skip to main content.

2002-Mar-16

x11/gnome-libs still wouldn't build after complete "make clean". The did a cvs update and still wouldn't build.

Doing a "cvs update -d -P" under /usr/src, because I read that netbsd-1-5 now has crypt(3) that also supports MD5 (if "$1$" is found). Now, I see I already had that. But it did update my passwd and passwd.conf manual page. Also the CVS update showed "M" flag for /usr/src/sys/isofs/cd9660/cd9660_vfsops.c (see last week).

Then did "make obj" (no settings in /etc/mk.conf) and then "make UPDATE=1 build" (as root). (This took 75 minutes.)

Working on making security updates (on different 1.5.2 system):

"make cleandir dependall" failed with:

/usr/src/usr.bin/ssh/libssh/../../../crypto/dist/ssh/includes.h:56: dirent.h:
No such file or directory
mkdep: compile failed.
This happened because DESTDIR was set to a directory that didn't have the headers (or anything). I worked around this by unsetting DESTDIR and then just using "make" (by itself) and then reseting DESTDIR for the "make install".