Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2001 06:02:35 -0400
From:      corigan@mindspring.com
To:        freebsd-questions@freebsd.org
Subject:   Kernel Compilation Failed from 7/31/2001 cvsup - NUM_KEYs undeclared 
Message-ID:  <Springmail.105.996573755.0.17788900@www.springmail.com>

next in thread | raw e-mail | index | archive | help
Hey All, just cvsup'd a server with a tag of RELENG_4 about 2 hrs ago and tried compiling with the same kernel config file that I normally do and am running into a few compiliation errors.  I have tried it the old fashioned way (config conf, make depend, make kernel, make install, etc. and the way /usr/src/UPDATING suggests, make buildkernel KERNCONF=<YOUR_KERNEL_HERE>) whith no luck. Here is the error I am getting on a make kernel:

cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/ipfilter  -D_KERNEL -include opt_global.h -elf -fno-builtin -mpreferred-stack-boundary=2  ../../i386/isa/pcvt/pcvt_drv.c
In file included from ../../i386/isa/pcvt/pcvt_hdr.h:95,
                 from ../../i386/isa/pcvt/pcvt_drv.c:62:
../../dev/kbd/kbdreg.h:92: `NUM_KEYS' undeclared here (not in a function)
../../dev/kbd/kbdreg.h:92: size of array `kb_lastact' has non-integer type
*** Error code 1

These are the options I have set in the config, from what I can tell nothing else would effect the keyboard:

device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x1

Here is what I am running:

        The Regents of the University of California. All rights reserved.
FreeBSD 4.3-RELEASE #1: Tue Jul 31 00:27:40 EDT 2001

and was trying to get back to the 4.3-STABLE side. I have tried it with and without the flags 0x1 and have had no success, any ideas? Thanks,

Matt

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Springmail.105.996573755.0.17788900>