Date: Tue, 15 Jul 2003 08:14:46 +0200 From: Udo Schweigert <Udo.Schweigert@siemens.com> To: James Long <james_mapson@umpquanet.com> Cc: freebsd-stable@freebsd.org Subject: Re: Make errors in /usr/src/release/sysinstall Message-ID: <20030715061446.GA71704@alaska.cert.siemens.de> In-Reply-To: <20030715032006.GA309@ns.museum.rain.com> References: <20030715032006.GA309@ns.museum.rain.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 14, 2003 at 20:20:06 -0700, James Long wrote: > I'm cvsupping 4.8-STABLE to 4.8-STABLE. The cvsup run finished about > 23:32 on 7/13. After make buildworld, make buildkernel, mergemaster -p, > make installworld, and mergemaster -v, I do (per mostgraveconcern, RIP): > > cd /usr/src/release/sysinstall > make clean > make all install > > The 'make all install' gives errors: > > In file included from keymap.c:40: > keymap.h:4436: `keymap_be_iso' undeclared here (not in a function) > keymap.h:4436: initializer element is not constant > keymap.h:4436: (near initialization for `keymapInfos[0].map') > keymap.h:4437: `keymap_bg_bds_ctrlcaps' undeclared here (not in a function) > keymap.h:4437: initializer element is not constant > keymap.h:4437: (near initialization for `keymapInfos[1].map') > keymap.h:4438: `keymap_bg_phonetic_ctrlcaps' undeclared here (not in a function) > keymap.h:4438: initializer element is not constant > keymap.h:4438: (near initialization for `keymapInfos[2].map') > keymap.h:4439: `keymap_br275_cp850' undeclared here (not in a function) > keymap.h:4439: initializer element is not constant > keymap.h:4439: (near initialization for `keymapInfos[3].map') > keymap.h:4440: `keymap_br275_iso' undeclared here (not in a function) > keymap.h:4440: initializer element is not constant > keymap.h:4440: (near initialization for `keymapInfos[4].map') > keymap.h:4441: `keymap_cs_latin2_qwertz' undeclared here (not in a function) > keymap.h:4441: initializer element is not constant > keymap.h:4441: (near initialization for `keymapInfos[5].map') > keymap.h:4442: `keymap_danish_cp865' undeclared here (not in a function) > keymap.h:4442: initializer element is not constant > keymap.h:4442: (near initialization for `keymapInfos[6].map') > keymap.h:4443: `keymap_danish_iso' undeclared here (not in a function) > keymap.h:4443: initializer element is not constant > keymap.h:4443: (near initialization for `keymapInfos[7].map') > keymap.h:4444: `keymap_estonian_iso' undeclared here (not in a function) > keymap.h:4444: initializer element is not constant > keymap.h:4444: (near initialization for `keymapInfos[8].map') > keymap.h:4445: `keymap_estonian_iso15' undeclared here (not in a function) > keymap.h:4445: initializer element is not constant > keymap.h:4445: (near initialization for `keymapInfos[9].map') > keymap.h:4446: `keymap_estonian_cp850' undeclared here (not in a function) > keymap.h:4446: initializer element is not constant > keymap.h:4446: (near initialization for `keymapInfos[10].map') > keymap.h:4447: `keymap_finnish_cp850' undeclared here (not in a function) > keymap.h:4447: initializer element is not constant > keymap.h:4447: (near initialization for `keymapInfos[11].map') > keymap.h:4448: `keymap_finnish_iso' undeclared here (not in a function) > keymap.h:4448: initializer element is not constant > keymap.h:4448: (near initialization for `keymapInfos[12].map') > keymap.h:4449: `keymap_fr_iso' undeclared here (not in a function) > keymap.h:4449: initializer element is not constant > keymap.h:4449: (near initialization for `keymapInfos[13].map') > keymap.h:4450: `keymap_fr_iso_acc' undeclared here (not in a function) > keymap.h:4450: initializer element is not constant > keymap.h:4450: (near initialization for `keymapInfos[14].map') > keymap.h:4451: `keymap_german_cp850' undeclared here (not in a function) > keymap.h:4451: initializer element is not constant > keymap.h:4451: (near initialization for `keymapInfos[15].map') > *** Error code 1 > > Stop in /usr/src/release/sysinstall. > Here too. keymap.h is generated by some kbdcontrol -L calls, but all keybord definitions in /usr/src/share/syscons/keymaps which contain a "paste" key fail to work. It seems a MFC of kbdcontrol (which has the paste key in -current) has been missed with the last update of the keymaps (by murray@freebsd.org around July 10th). Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715061446.GA71704>