[Bug 270812] Buildworld fails caused by kbdcontrol
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270812] Buildworld fails caused by kbdcontrol"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 May 2023 11:14:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270812 --- Comment #4 from Anton Saietskii <vsasjason@gmail.com> --- Ok, so exact failure reason is: /usr/src/usr.sbin/kbdcontrol/kbdcontrol.c includes /usr/include/sys/kbio.h instead of /usr/src/sys/sys/kbio.h That one in /usr/include obviously doesn't define oaccentmap_t since it introduced here: https://reviews.freebsd.org/D38381, and this happened after releng/13.2. I thought buildworld target shouldn't use anything outside of /usr/src, especially on bootstrap stage... Am I wrong? -- You are receiving this mail because: You are the assignee for the bug.