-current/amd64 "make build" fails if /usr/obj is on an MFS. Specifically, configure fails in usr.sbin/nsd:
$ doas mount -tmfs -o-s=1g swap /usr/obj $ cd /usr/src/usr.sbin/nsd $ make -f Makefile.bsd-wrapper obj $ make -f Makefile.bsd-wrapper ... checking for a sed that does not truncate output... configure: error: no acceptable sed could be found in $PATH *** Error 1 in /usr/src/usr.sbin/nsd (Makefile.bsd-wrapper:46 'config.status') I suspected one of the recent pledge commits and tried to bisect, but it already fails with a kernel from 2026-01-30... and I don't think it did back then. Puzzling. -- Christian "naddy" Weisgerber [email protected]
