From owner-freebsd-stable@FreeBSD.ORG Tue Oct 4 12:03:32 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C28D016A422 for ; Tue, 4 Oct 2005 12:03:32 +0000 (GMT) (envelope-from creep@daedalus.desk.pl) Received: from daedalus.desk.pl (daedalus.desk.pl [62.233.238.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D635843D46 for ; Tue, 4 Oct 2005 12:03:31 +0000 (GMT) (envelope-from creep@daedalus.desk.pl) Received: from localhost (localhost [127.0.0.1]) by daedalus.desk.pl (Postfix) with ESMTP id 8D46536650A for ; Tue, 4 Oct 2005 14:00:19 +0200 (CEST) Received: from daedalus.desk.pl ([127.0.0.1]) by localhost (daedalus [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22474-01 for ; Tue, 4 Oct 2005 14:00:18 +0200 (CEST) Received: by daedalus.desk.pl (Postfix, from userid 1023) id 42945366584; Tue, 4 Oct 2005 14:00:18 +0200 (CEST) Date: Tue, 4 Oct 2005 14:00:18 +0200 From: Marcin Koziej To: freebsd-stable@freebsd.org Message-ID: <20051004120018.GA21556@daedalus.desk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Antivirus: Skaner Antywirusowy DESK.pl Subject: STABLE kernel fails to build with device atapicam X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2005 12:03:32 -0000 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.