Date: Sun, 13 May 2001 02:49:15 -0500 From: Mike Pritchard <mpp@mppsystems.com> To: "Matthew D. Fuller" <fullermd@over-yonder.net> Cc: Ken Wills <kenwills@tds.net>, sobomax@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: Re: -CURRENT b0rked? Message-ID: <20010513024915.A34781@mppsystems.com> In-Reply-To: <20010512221125.R54596@over-yonder.net>; from fullermd@over-yonder.net on Sat, May 12, 2001 at 10:11:25PM -0500 References: <200105120548.f4C5mM076847@Mail-In.Net> <200105120921.f4C9Lr081057@Mail-In.Net> <20010512193621.Q54596@over-yonder.net> <20010512220720.A10483@dougal.workpc.tds.net> <20010512221125.R54596@over-yonder.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 mpp@FreeBSD.org or mpp@mppsystems.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010513024915.A34781>