On Sat, 12 May 2001 08:48:24 +0300 (EEST), Maxim Sobolev wrote:
> On Fri, 11 May 2001 23:44:17 -0500, Matthew D. Fuller wrote:
> > On several attempts to build world, I'm getting ths same error:
> >
> > In file included from /usr/src/usr.sbin/sysinstall/keymap.c:40:
> > keymap.h:3606: `keymap_ua_koi8_u_shift_alt' undeclared here (not in a
> > function)
> > keymap.h:3606: initializer element is not constant
> > keymap.h:3606: (near initialization for `keymapInfos[21].map')
> >
> > at which point the build bombs out. This is with completely clean src/
> > and obj/ each time, and I haven't seen any commits to the file in the
> > last 24+ hours. OTOH, I haven't seen a peep about this from anybody
> > else, so am I just hitting some sort of really weird condition that
> > nobody else has ever heard of here, or is nobody else building -CURRENT
> > right now?
>
> It is unlikely that nobody else is doing buildworld. Please
> try to do the following and restart buildworld:
> # cd /usr/src/share/syscons/keymaps && make all install cleandir
It seems that sysinstall(8) was not fully integrated into
buildworld - it depends on content of /usr/share/syscons/keymaps,
while it shouldn't.
I've just committed a patch that should fix this problem.
-Maxim
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message