Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2009 13:11:05 GMT
From:      Joćo Rocha Braga Filho <goffredo@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/133892: /usr/src/sys/dev/ath/if_ath.c:3414: error: 'const struct ath_rx_status' has no member named 'rs_flags'
Message-ID:  <200904211311.n3LDB5Y3092654@www.freebsd.org>
Resent-Message-ID: <200904211320.n3LDK1Db008058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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  -mfpmath=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

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
"
>How-To-Repeat:
recompilation repeat this error.
>Fix:
May be inserting 'const struct ath_rx_status' has in 'rs_flags'

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904211311.n3LDB5Y3092654>