From owner-freebsd-current@FreeBSD.ORG Mon Apr 5 20:25:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A4B16A4CE for ; Mon, 5 Apr 2004 20:25:01 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C6143D1F for ; Mon, 5 Apr 2004 20:24:59 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 73E6672DF0; Mon, 5 Apr 2004 20:24:42 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 70F7672DCA; Mon, 5 Apr 2004 20:24:42 -0700 (PDT) Date: Mon, 5 Apr 2004 20:24:42 -0700 (PDT) From: Doug White To: Erich Dollansky In-Reply-To: <40703A02.20007@pacific.net.sg> Message-ID: <20040405202317.H82596@carver.gumbysoft.com> References: <40703A02.20007@pacific.net.sg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: make fails compiling SCSI support on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 03:25:02 -0000 On Mon, 5 Apr 2004, Erich Dollansky wrote: > make stops after getting these error messages: > > cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. > -I../../../contrib/dev/acpica -I../../../contrib/ipfilter > -I../../../contrib/pf -I../../../contrib/dev/ath > -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL > -include opt_global.h -fno-common -finline-limit=8000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > -Werror ../../../dev/aic7xxx/aic79xx.c > ../../../dev/aic7xxx/aic79xx.c: In function `ahd_flush_qoutfifo': > ../../../dev/aic7xxx/aic79xx.c:454: error: `COMPLETE_DMA_SCB_TAIL' > undeclared (first use in this function) I'm going to guess you got an incomplete cvsup here. Try updating again, making sur eyou aren't using any date= qualifiers. These changes were committed 2 months ago. :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org