https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253956
--- Comment #1 from [email protected] --- Some more information; I ran the makeworld build again with the -de flag and got: *** Failed target: _bootstrap-tools-link-kbdcontrol *** Failed command: rm -f "/usr/obj/usr/src/amd64.amd64/tmp/legacy/bin/kbdcontrol"; source_path=`which kbdcontrol`; if [ ! -e "${source_path}" ] ; then echo "Cannot find host tool 'kbdcontrol'"; false; fi; cp -pf "${source_path}" "/usr/obj/usr/src/amd64.amd64/tmp/legacy/bin/kbdcontrol" *** Error code 1 This is probably caused by the fact that my current 12.2 system is built with WITHOUT_LEGACY_CONSOLE=true. After manually building and installing kbdcontrol, the build started. This might need a note in the release notes. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
