From owner-freebsd-questions Wed Feb 2 12: 9: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pacificnet.com.mx (mail.pacificnet.com.mx [148.245.234.2]) by builder.freebsd.org (Postfix) with ESMTP id 8DA493D15 for ; Wed, 2 Feb 2000 12:09:02 -0800 (PST) Received: from localhost (freebsd@localhost) by mail.pacificnet.com.mx (8.9.3/8.9.3) with ESMTP id NAA07051 for ; Wed, 2 Feb 2000 13:10:13 -0800 (PST) (envelope-from freebsd@mail.pacificnet.com.mx) Date: Wed, 2 Feb 2000 13:10:13 -0800 (PST) From: FreeBSD To: freebsd-questions@freebsd.org Subject: problem compiling new kernel after make world Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an PIII 450 Mhz/256 RAM/ 9GB SCSI HD and I just make an make world from 3.3RC to 3.3. STABLE and everything works just fine then I MAKEDEV all and fine again, but when I try to compile the new kernel after conf and make depend, make send me the following erro with kbd device. cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../dev/kbd/kbd.c ../../dev/kbd/kbd.c: In function `genkbd_commonioctl': ../../dev/kbd/kbd.c:799: duplicate case value ../../dev/kbd/kbd.c:794: this is the first entry for that value *** Error code 1 Stop. I appreciate any help with this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message