Skip to main content.

2003-Feb-05

Building NetBSD, because last time on this box the sets were empty. (See 30/Dec/2002)
time ./build.sh -U -D /home/src/netbsd-1.6 -R /home/src/netbsd-1.6-release

This took 278 minutes. It didn't build sets again. I did see some errors like:

find: ./var/spool/ftp/hidden: Permission denied
...
parsing /home/src/netbsd-1.6/METALOG
nbmtree: ./home/src/usr: No such file or directory
nbmtree: failed at line 820 of the specification
For some reason, parts of the METALOG used ./home/src/usr and others had ./home/src/netbsd-1.6/usr/. So I did:
$ time make UNPRIVED=1 DESTDIR=/home/src/netbsd-1.6  RELEASEDIR=/home/src/netbsd-1.6-release NOCLEANDIR=1 UPDATE=1 release