Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 1998 12:42:19 -0400 (EDT)
From:      Roddie Hasan <roddie@krweb.net>
To:        freebsd-current@FreeBSD.ORG
Message-ID:  <Pine.BSF.3.96.980703123831.21322D-100000@hub.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980703123831.21322D-100000>