| Summary: | Cannot build 13-STABLE on 12.2-STABLE if kbdcontrol is not installed. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | rsmith |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | 12.2-STABLE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
rsmith
2021-03-02 14:48:08 UTC
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.
|