From owner-freebsd-current Fri Jul 3 09:42:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20052 for freebsd-current-outgoing; Fri, 3 Jul 1998 09:42:25 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20040 for ; Fri, 3 Jul 1998 09:42:18 -0700 (PDT) (envelope-from roddie@krweb.net) Received: from localhost (roddie@localhost) by hub.org (8.8.8/8.7.5) with SMTP id MAA23709 for ; Fri, 3 Jul 1998 12:42:19 -0400 (EDT) Date: Fri, 3 Jul 1998 12:42:19 -0400 (EDT) From: Roddie Hasan X-Sender: roddie@hub.org To: freebsd-current@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm getting the following while compiling my kernel with the latest sources - The kernel has compiled fine in the past, but I used a new GENERIC and customized it again to be sure. <>> Roddie Hasan - roddie@krweb.net - http://www.krweb.net/roddie <>> "Fuzzy Wuzzy was a bear." -- ... cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h ../../s csi/cd.c In file included from ../../scsi/cd.c:47: ioconf.h:11: conflicting types for `fdintr' ../../i386/isa/isa_device.h:154: previous declaration of `fdintr' ioconf.h:11: warning: redundant redeclaration of `fdintr' in same scope ../../i386/isa/isa_device.h:154: warning: previous declaration of `fdintr' ioconf.h:12: conflicting types for `wdintr' ../../i386/isa/isa_device.h:185: previous declaration of `wdintr' ioconf.h:12: warning: redundant redeclaration of `wdintr' in same scope ../../i386/isa/isa_device.h:185: warning: previous declaration of `wdintr' ioconf.h:13: conflicting types for `scintr' ../../i386/isa/isa_device.h:175: previous declaration of `scintr' ioconf.h:13: warning: redundant redeclaration of `scintr' in same scope ../../i386/isa/isa_device.h:175: warning: previous declaration of `scintr' ioconf.h:14: conflicting types for `npxintr' ../../i386/isa/isa_device.h:167: previous declaration of `npxintr' ioconf.h:14: warning: redundant redeclaration of `npxintr' in same scope ../../i386/isa/isa_device.h:167: warning: previous declaration of `npxintr' ioconf.h:15: conflicting types for `siointr' ../../i386/isa/isa_device.h:177: previous declaration of `siointr' ioconf.h:15: warning: redundant redeclaration of `siointr' in same scope ../../i386/isa/isa_device.h:177: warning: previous declaration of `siointr' ioconf.h:16: conflicting types for `lptintr' ../../i386/isa/isa_device.h:162: previous declaration of `lptintr' ioconf.h:16: warning: redundant redeclaration of `lptintr' in same scope ../../i386/isa/isa_device.h:162: warning: previous declaration of `lptintr' ioconf.h:17: conflicting types for `psmintr' ../../i386/isa/isa_device.h:172: previous declaration of `psmintr' ioconf.h:17: warning: redundant redeclaration of `psmintr' in same scope ../../i386/isa/isa_device.h:172: warning: previous declaration of `psmintr' ioconf.h:18: conflicting types for `edintr' ../../i386/isa/isa_device.h:149: previous declaration of `edintr' ioconf.h:18: warning: redundant redeclaration of `edintr' in same scope ../../i386/isa/isa_device.h:149: warning: previous declaration of `edintr' ioconf.h:19: conflicting types for `pcmintr' ../../i386/isa/isa_device.h:169: previous declaration of `pcmintr' ioconf.h:19: warning: redundant redeclaration of `pcmintr' in same scope ../../i386/isa/isa_device.h:169: warning: previous declaration of `pcmintr' *** Error code 1 Stop. I don't know if this is a clue, but this is what I get during config: /usr/src/sys/i386/conf% config NAFFY WARNING: version of config(8) does not match kernel! config version = 300003, version required = 300004 Don't forget to do a ``make depend'' Kernel build directory is ../../compile/NAFFY Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message