Beginning with the installation of the 24 August amd64 snapshot, I received the following error when building a release:
====8<----------- ... install -C -o root -g bin -m 0444 /usr/src/usr.sbin/nginx/html/50x.html /usr/dest/var/www/htdocs/ cd ../usr.sbin/npppd && exec make distribution install -C -o root -g wheel -m 0640 /usr/src/usr.sbin/npppd/npppd/npppd.conf /usr/dest/etc/npppd/npppd.conf install -C -o root -g wheel -m 0600 /usr/src/usr.sbin/npppd/npppd/npppd-users /usr/dest/etc/npppd/npppd-users cd mail && exec make distribution install -c -o root -g wheel -m 644 Makefile /usr/dest/etc/mail/Makefile install -c -o root -g wheel -m 644 README /usr/dest/etc/mail/README install -c -o root -g wheel -m 644 access /usr/dest/etc/mail/access /usr/libexec/sendmail/makemap hash /usr/dest/etc/mail/access < access makemap: /etc/mail/sendmail.cf: No such file or directory *** Error 66 in mail (Makefile:29 'distribution') *** Error 1 in . (Makefile:209 'distribution-etc-root-var') *** Error 1 in /usr/src/etc (Makefile:221 'distribution') $ ====8<----------- /etc/mail/sendmail.cf does not exist, however find(1) does find /usr/dest/etc/mail/sendmail.cf. Copying this file back to /etc/mail appears to allow building the release to continue. Thanks. Jim

