From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 22:59:11 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 918531065670 for ; Thu, 4 Dec 2008 22:59:11 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2F58FC12 for ; Thu, 4 Dec 2008 22:59:11 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:51051 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1L8MvN-0000gl-4C for freebsd-current@freebsd.org; Thu, 04 Dec 2008 23:43:57 +0100 Received: (qmail 81192 invoked from network); 4 Dec 2008 23:43:54 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 4 Dec 2008 23:43:54 +0100 Received: (qmail 24683 invoked by uid 1001); 4 Dec 2008 23:43:54 +0100 Date: Thu, 4 Dec 2008 23:43:54 +0100 From: Erik Trulsson To: Nenhum_de_Nos Message-ID: <20081204224354.GA24673@owl.midgard.homeip.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1L8MvN-0000gl-4C. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1L8MvN-0000gl-4C 04cf0f7eb3e86f9a1aabdb2e8d3022ad Cc: freebsd-current@freebsd.org Subject: Re: problem on ath code - current from yesterday X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 04 Dec 2008 22:59:11 -0000 On Thu, Dec 04, 2008 at 07:15:23PM -0200, Nenhum_de_Nos wrote: > hail, > > when trying to compile from source, this is the nov snapshot from current, > I got this twice: Have you read the 20081130 entry in /usr/src/UPDATING ? > > > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -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 > -mno-sse3 -ffreestanding -fstack-protector -Werror > /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c -I/usr/src/sys/dev/ath > -I/usr/src/sys/dev/ath/ath_hal > /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c: In function > 'ar5416ProcRxDesc': > /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:111: error: 'struct > ath_rx_status' has no member named 'rs_flags' [snip] -- Erik Trulsson ertr1013@student.uu.se