From owner-freebsd-stable Thu Nov 8 12:21:13 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mumble.foobie.net (w210.z065104013.sjc-ca.dsl.cnc.net [65.104.13.210]) by hub.freebsd.org (Postfix) with ESMTP id 5862637B41A for ; Thu, 8 Nov 2001 12:21:02 -0800 (PST) Received: from localhost (sbeitzel@localhost) by mumble.foobie.net (8.11.6/8.11.5) with ESMTP id fA8KKxO45046 for ; Thu, 8 Nov 2001 12:21:01 -0800 (PST) (envelope-from sbeitzel@foobie.net) Date: Thu, 8 Nov 2001 12:20:59 -0800 (PST) From: Stephen Beitzel To: freebsd-stable@freebsd.org Subject: Build problems since 11/7 Message-ID: <20011108121614.F30053-100000@mumble.foobie.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On the 7th of November, I cvsupped and attempted to rebuild world and kernel. The `make world` executed fine, but I got an odd error on make buildkernel: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/kern_conf.c /usr/src/sys/kern/kern_conf.c:293: conflicting types for `make_dev' /usr/src/sys/sys/conf.h:286: previous declaration of `make_dev' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. As you can see, this even turns up in trying to build GENERIC. At first, I thought this was the result of an overlapping cvsup, so I grabbed it all again. I then tried deleting /usr/obj so that it was completely empty, and restored /etc/make.conf to a pristine state, but still I'm seeing this error. Can anyone offer other suggestions for troubleshooting this? Thanks, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message