From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 21 15:40:04 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC99106566C for ; Tue, 21 Apr 2009 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6E5B48FC1A for ; Tue, 21 Apr 2009 15:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3LFe4SM000773 for ; Tue, 21 Apr 2009 15:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3LFe4qd000772; Tue, 21 Apr 2009 15:40:04 GMT (envelope-from gnats) Date: Tue, 21 Apr 2009 15:40:04 GMT Message-Id: <200904211540.n3LFe4qd000772@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ruslan Ermilov Cc: Subject: Re: kern/133892: /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Ermilov List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 15:40:04 -0000 The following reply was made to PR kern/133892; it has been noted by GNATS. From: Ruslan Ermilov To: Joao Rocha Braga Filho Cc: bug-followup@FreeBSD.org Subject: Re: kern/133892: /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' Date: Tue, 21 Apr 2009 19:36:47 +0400 On Tue, Apr 21, 2009 at 11:41:23AM -0300, Joao Rocha Braga Filho wrote: > 2009/4/21 Ruslan Ermilov : > > On Tue, Apr 21, 2009 at 01:11:05PM +0000, Joγo Rocha Braga Filho wrote: > >> >Number: š š š š 133892 > >> >Category: š š š kern > >> >Synopsis: š š š /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' > >> >Confidential: š no > >> >Severity: š š š critical > >> >Priority: š š š medium > >> >Responsible: š šfreebsd-bugs > >> >State: š š š š šopen > >> >Quarter: > >> >Keywords: > >> >Date-Required: > >> >Class: š š š š šsw-bug > >> >Submitter-Id: š current-users > >> >Arrival-Date: š Tue Apr 21 13:20:00 UTC 2009 > >> >Closed-Date: > >> >Last-Modified: > >> >Originator: š š Joγo Rocha Braga Filho > >> >Release: š š š šFreeBSD 7.1 AMD64 > >> >Organization: > >> Paraty.com > >> >Environment: > >> FreeBSD super.paraty.com 7.1-STABLE FreeBSD 7.1-STABLE #1: Wed Feb 11 18:11:05 BRST 2009 š š root@super.paraty.com:/usr/obj/usr/src/sys/SUPER šamd64 > >> > >> >Description: > >> I've made csup to the latest version, RELENG_7, "made buildkernel", and happened this: > >> > >> " > >> cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -march=athlon64 -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 š-mcmodel=kernel -mno-red-zone š-mfpma th=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow š-msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror š/usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath > >> /usr/src/sys/dev/ath/if_ath.c: In function 'ath_rx_tap': > >> /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags' > >> /usr/src/sys/dev/ath/if_ath.c:3416: error: 'const struct ath_rx_status' has no member named 'rs_flags' > >> *** Error code 1 > >> > >> Stop in /usr/obj/usr/src/sys/SUPER. > >> *** Error code 1 > >> > > I've reported this to Sam a while ago. šThe solution exists, but is not > > immediate (not in SVN/CVS yet). šIn the mean time you can do: > > > > rm -rf /usr/obj > > > > Then your buildkernel will complete successfully. > > Thanks, but... > > didn't worked. > > I will wait a while. > Then please add "options AH_SUPPORT_AR5416" to your kernel config. It's actually not optional now, due to above mentioned problem. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer