From owner-freebsd-current Sat May 12 2:21:29 2001 Delivered-To: freebsd-current@freebsd.org Received: from kalaid.f2f.com.ua (kalaid.f2f.com.ua [62.149.0.33]) by hub.freebsd.org (Postfix) with ESMTP id 667BC37B43E for ; Sat, 12 May 2001 02:21:24 -0700 (PDT) (envelope-from sobomax@mail-in.net) Received: from Mail-In.Net (borey.f2f.com.ua [62.149.0.24]) by kalaid.f2f.com.ua (8.11.3/8.11.1) with ESMTP id f4C9N7001481; Sat, 12 May 2001 12:23:10 +0300 (EEST) (envelope-from sobomax@mail-in.net) Received: from notebook.vega.com (dialup15-27.iptelecom.net.ua [212.9.229.155]) by Mail-In.Net (8.11.3/8.H.Z) with ESMTP id f4C9Lr081057; Sat, 12 May 2001 12:21:55 +0300 (EEST) Date: Sat, 12 May 2001 12:21:55 +0300 (EEST) Message-Id: <200105120921.f4C9Lr081057@Mail-In.Net> To: fullermd@over-yonder.net, current@FreeBSD.ORG From: Maxim Sobolev Reply-To: sobomax@FreeBSD.ORG Subject: =?ISO-8859-1?Q?Re:_Re:_-CURRENT_b0rked=3F?= X-Mailer: Pygmy (v0.5.7) In-Reply-To: <200105120548.f4C5mM076847@Mail-In.Net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message