Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2023 11:14:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 270812] Buildworld fails caused by kbdcontrol
Message-ID:  <bug-270812-227-xnzx57b69f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270812-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270812-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270812

--- 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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270812-227-xnzx57b69f>