On Sat, May 12, 2001 at 10:11:25PM -0500, Matthew D. Fuller wrote:
> On Sat, May 12, 2001 at 10:07:20PM -0500 I heard the voice of
> Ken Wills, and lo! it spake thus:
> >
> > Deleting keymap.h (autogenerated, in obj/* somewhere, I forget), and restarting
> > the build got me past this.
>
> I start all my builds with an empty /usr/obj and a freshly co'd /usr/src.
> Re-newfs'ing everything here and trying again, just to make doubly sure
> now, but I'm pretty sure I cleaned up as always.
Sounds like a problem I had today trying to do a buildworld.
I suspect that the following change messed things up:
src/usr.sbin/sysinstall/Makefile:
revision 1.110
date: 2001/05/12 09:19:36; author: sobomax; state: Exp; lines: +2 -1
Take keyboard map files from ${.CURDIR}/../../share/syscons/keymaps, not from
/usr/share/syscons/keymaps. This should prevent word breakage when new keymaps
have been added.
To get around it, I just commented out the file that was causing problems
in the makefile (ua.XXXX.alt.kbd or something like that), but before that I
had nuked /usr/obj twice, and did fresh checkouts of /usr/src just to be
sure I hadn't messed up.
-Mike
-
Mike Pritchard
[EMAIL PROTECTED] or [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message