Subject: Re: Building sysinst only.
To: Dawid Szyma?ski <dawszy@arhea.net>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: current-users
Date: 03/08/2002 17:44:25
On Thu, Mar 07, 2002 at 11:54:59PM +0100, Dawid Szyma?ski wrote:
> On Thu, Mar 07, 2002 at 11:15:16PM +0100, Manuel Bouyer wrote:
> => Hard to say what's going wrong without more details.
> => To build boot floppies just type 'make' in src/distrib/i386/floppies
> => 
> As you said... and? here you got an output:
> (attachement)
> 
> Dawid.
> 
> -- 
> /*
>    We can walk our road together if our goals are all the same,
>    We can run alone and free if we pursue a different aim.
>    http://people.arhea.net/dawszy/ || SQ6EMM ||
> */

> all ===> ramdisk-big
> env SMALLPROG=1 make -f ramdiskbin.mk all
> if [ \! -d sysinst ]; then mkdir sysinst; fi; cd sysinst;  printf ".PATH: /work/current/src/distrib/utils/sysinst/arch/i386\n.CURDIR:= /work/current/src/distrib/utils/sysinst/arch/i386\n.include \"\${.CURDIR}/Makefile\"\n"  | make CRUNCHEDPROG=1 DBG="-Os" -f- depend menu_defs.o msg_defs.o main.o install.o upgrade.o txtwalk.o run.o factor.o net.o disks.o disks_lfs.o util.o geom.o label.o target.o md.o mbr.o aout2elf.o
> /work/current/src/tools/obj/tools.NetBSD-1.5ZA-i386/bin/i386--netbsdelf-gcc -Os  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized  -Werror  -DINET6 -I. -I/work/current/src/distrib/utils/sysinst/arch/i386/../.. -I/work/current/src/distrib/utils/sysinst/arch/i386  -DREL=\"1.5ZA\" -DMACH=\"i386\" -nostdinc -isystem /usr/include  -c menu_defs.c
> menu_defs.c: In function `menu_32_postact':
> menu_defs.c:918: `MSG_wdtype' undeclared (first use in this function)
> menu_defs.c:918: (Each undeclared identifier is reported only once
> menu_defs.c:918: for each function it appears in.)
> menu_defs.c: In function `opt_act_32_1':
> menu_defs.c:922: `MSG_sectforward' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_32_2':
> menu_defs.c:932: `MSG_sectforward' undeclared (first use in this function)
> menu_defs.c: In function `menu_33_postact':
> menu_defs.c:942: `MSG_dlgeom' undeclared (first use in this function)
> menu_defs.c: In function `menu_34_postact':
> menu_defs.c:969: `MSG_editparttable' undeclared (first use in this function)
> menu_defs.c: In function `menu_35_postact':
> menu_defs.c:1006: `MSG_editpart' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_35_1':
> menu_defs.c:1016: `MSG_mbrpart_start_special' undeclared (first use in this function)
> menu_defs.c:1035: `MSG_mbrpart_size_special' undeclared (first use in this function)
> menu_defs.c: In function `menu_37_postact':
> menu_defs.c:1105: `MSG_cyl1024' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_39_0':
> menu_defs.c:1177: `MSG_pickdisk' undeclared (first use in this function)
> menu_defs.c: In function `menu_40_postact':
> menu_defs.c:1200: `MSG_configbootsel' undeclared (first use in this function)
> menu_defs.c:1202: `MSG_bootseltimeout' undeclared (first use in this function)
> menu_defs.c:1203: `MSG_defbootselopt' undeclared (first use in this function)
> menu_defs.c:1205: `MSG_defbootseloptactive' undeclared (first use in this function)
> menu_defs.c:1207: `MSG_defbootseloptpart' undeclared (first use in this function)
> menu_defs.c:1210: `MSG_defbootseloptdisk' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_40_0':
> menu_defs.c:1218: `MSG_bootselitemname' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_40_1':
> menu_defs.c:1228: `MSG_bootselitemname' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_40_2':
> menu_defs.c:1238: `MSG_bootselitemname' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_40_3':
> menu_defs.c:1248: `MSG_bootselitemname' undeclared (first use in this function)
> menu_defs.c: In function `opt_act_40_4':
> menu_defs.c:1263: `MSG_bootseltimeoutval' undeclared (first use in this function)

Hum then there is something wrong with either your menu or msg files.
So that a MSG_bootseltimeoutval is defined, the msg file should have something
like:
message bootseltimeoutval
{ <text you want here for this message> }

--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--