Date: Tue, 4 Oct 2005 14:00:18 +0200 From: Marcin Koziej <creep@daedalus.desk.pl> To: freebsd-stable@freebsd.org Subject: STABLE kernel fails to build with device atapicam Message-ID: <20051004120018.GA21556@daedalus.desk.pl>
next in thread | raw e-mail | index | archive | help
Hi, I tried to build today's STABLE on 6.0-BETA2 FreeBSD 6.0-BETA2 #1: Wed Aug 3 Kernel config differs from GENERIC just by atapicam device. root@carnivore[../i386/compile/TEST]:'< diff -u ../../conf/{GENERIC,TEST} --- ../../conf/GENERIC Thu Sep 22 14:36:38 2005 +++ ../../conf/TEST Tue Oct 4 13:39:26 2005 @@ -81,6 +81,7 @@ device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID # Static device numbering +device atapicam #? # SCSI Controllers device ahb # EISA AHA1742 family root@carnivore[../i386/compile/TEST]:'< The kernel make process fails with: cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror ../../../fs/devfs/devfs_vnops.c ../../../fs/devfs/devfs_vnops.c:1148: warning: redundant redeclaration of 'devfs_ops_f' ../../../fs/devfs/devfs_vnops.c:70: warning: previous declaration of 'devfs_ops_f' was here ../../../fs/devfs/devfs_vnops.c:1159: warning: redundant redeclaration of 'devfs_vnodeops' ../../../fs/devfs/devfs_vnops.c:68: warning: previous declaration of 'devfs_vnodeops' was here ../../../fs/devfs/devfs_vnops.c:1181: warning: redundant redeclaration of 'devfs_specops' ../../../fs/devfs/devfs_vnops.c:69: warning: previous declaration of 'devfs_specops' was here*** Error code 1 Stop in /home/src/sys/i386/compile/TEST. Can anyone confirm this and preheaps send a PR or a note to the commiter, I'm short of time and cannot do it myself. Thanks, -- m.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051004120018.GA21556>