https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273283
Jessica Clarke <jrt...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrt...@freebsd.org --- Comment #5 from Jessica Clarke <jrt...@freebsd.org> --- This is due your host system having been built with WITHOUT_LEGACY_CONSOLE. As a result, your system lacks /usr/sbin/kbdcontrol (which is dodgy these days given kbdcontrol supports VT) and so it's bootstrapped during the build, but since https://cgit.freebsd.org/src/commit/?id=6693d527a43863ea67384b4616257a20794e8254 it needs updated system headers to build. I have a patch in flight to address all this for 14-CURRENT, but as a workaround on 13.2-RELEASE you can comment out the `_kbdcontrol= usr.sbin/kbdcontrol` on line ~2320 of Makefile.inc1, since I doubt you're building a kernel that needs kbdcontrol at build time. -- You are receiving this mail because: You are the assignee for the bug.