From owner-freebsd-alpha Fri Oct 27 14: 0:10 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id F232037B479; Fri, 27 Oct 2000 14:00:07 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA24337; Fri, 27 Oct 2000 14:00:08 -0700 Date: Fri, 27 Oct 2000 14:00:07 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: sos@freebsd.org Cc: freebsd-alpha@freebsd.org, Steve Sizemore Subject: Re: Building GENERIC kernel fails on stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Whoops! Not your problem- never mind. I'll check in the fixup (easy) to -stable today., > > Soren- I just confirmed this. I shall be fixing this in a day or two if you > don't get to it, okay? > > -matt > > > > For the last couple of days, I've been unable to build the GENERIC > > kernel on a freshly cvsup'ed -stable system. i386 builds just fine. It > > fails in the ata device section, and fortunately, I don't have any ata > > devices, so I was able to build a custom kernel, by commenting out > > that section. Just thought it should be reported, anyway. > > > > > > cc -c -O -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 -D_KERNEL -include opt_global.h -elf > > -mno-fp-regs -Wa,-mev56 /usr/src/sys/dev/ata/ata-all.c > > /usr/src/sys/dev/ata/ata-all.c: In function `ata_pci_setup_intr': > > /usr/src/sys/dev/ata/ata-all.c:671: warning: passing arg 1 of > > `alpha_platform_setup_ide_intr' from incompatible pointer type > > /usr/src/sys/dev/ata/ata-all.c:671: warning: passing arg 2 of > > `alpha_platform_setup_ide_intr' from incompatible pointer type > > /usr/src/sys/dev/ata/ata-all.c:671: too many arguments to function > > `alpha_platform_setup_ide_intr' > > /usr/src/sys/dev/ata/ata-all.c: In function `ata_pci_teardown_intr': > > /usr/src/sys/dev/ata/ata-all.c:688: warning: passing arg 1 of > > `alpha_platform_teardown_ide_intr' from incompatible pointer type > > /usr/src/sys/dev/ata/ata-all.c:688: too many arguments to function > > `alpha_platform_teardown_ide_intr' > > *** Error code 1 > > > > Stop in /usr/obj/usr/src/sys/GENERIC. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > > > Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message