Don't understand where I went wrong. Can't get past this on Top of Tree with current.
rm -fr usr.bin/ktrace/ktrace usr.bin/man/man usr.sbin/mrouted/mrouted usr.sbin/racoon/racoon cvs update -Pd ./build.sh -U -u -o -O BUILD_OBJ -T BUILD_TOOL kernel=GEMINI release |tee /var/build.log # create dhcpcd/if-options.d CC=/usr/src/BUILD_TOOL/bin/i486--netbsdelf-gcc /usr/src/BUILD_TOOL/bin/nbmkdep -f if- options.d.tmp -- -std=gnu99 --sysroot=/usr/src/BUILD_OBJ/destdir.i386 -DHAVE_CONFIG_H -D_OPENBSD_SOURCE -DSMALL -DINET -DINET6 -DDHCP6 -I/usr/src/external/bsd/dhcpcd/dist -I/usr/src/distrib/i386/ramdisks/ramdisk-big/dhcpcd -D_FORTIFY_SOURCE=2 /usr/src/external/bsd/dhcpcd/dist/if-options.c && mv if-options.d.tmp if-options.d /usr/src/external/bsd/dhcpcd/dist/if-options.c:54:29: fatal error: dhcpcd-embedded.h: No such file or directory compilation terminated. nbmkdep: compile failed. *** Failed target: if-options.d *** Failed command: CC=/usr/src/BUILD_TOOL/bin/i486--netbsdelf-gcc /usr/src/BUILD_TOOL/bin/nbmkdep -f if-options.d.tmp -- -std=gnu99 --sysroot=/usr/src/BUILD_OBJ/destdir.i386 -DHAVE_CONFIG_H -D_OPENBSD_SOURCE -DSMALL -DINET -DINET6 -DDHCP6 -I/usr/src/external/bsd/dhcpcd/dist -I/usr/src/distrib/i386/ramdisks/ramdisk-big/dhcpcd -D_FORTIFY_SOURCE=2 /usr/src/external/bsd/dhcpcd/dist/if-options.c && mv if-options.d.tmp if-options.d *** Error code 1 Stop. I think the file is around, perhaps not in the right place? # find / -name dhcpcd-embedded.h -print /usr/src/external/bsd/dhcpcd/sbin/dhcpcd/dhcpcd-embedded.h
