Date: Fri, 27 Oct 2000 10:55:28 -0700 From: Steve Sizemore <steve@cmpharm.ucsf.edu> To: freebsd-alpha@FreeBSD.ORG Subject: Building GENERIC kernel fails on stable Message-ID: <20001027105527.I210729@cmpharm.ucsf.edu>
next in thread | raw e-mail | index | archive | help
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 -- ----------------------------------------------#-----#--#####--------------- # # # # Steve Sizemore # # # Dept. of Cellular and Molecular Pharmacology # # # Box 0450, Room HSE-1285 # # # University of California Medical Center # # # # 513 Parnassus Avenue ##### ##### ##### ####### San Francisco CA 94143-0450 # # # # # steve@cmpharm.ucsf.edu ##### ##### (415) 476-6987 FAX: (415) 476-6515 # # # # # -------------------------------------------------------------#####--#------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001027105527.I210729>