kern/132651: Make buildkernel fails at if_ath

ohata Ohata.Hideshi at dx.MitsubishiElectric.co.jp
Sat Mar 14 22:20:02 PDT 2009


>Number:         132651
>Category:       kern
>Synopsis:       Make buildkernel fails at if_ath
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 15 05:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     ohata
>Release:        7-stable
>Organization:
mitsubishi
>Environment:
FreeBSD xxxx 7.1-STABLE FreeBSD 7.1-STABLE #4: Sun Mar  8 20:34:15 JST 2009     root at xxxxxx:/usr/obj/usr/src/sys/VM7  i386
>Description:
make buildkernel KERNCONF=hogehoge failed at if_ath (stage 3.2)

log(stdout) is shown bellow,

.....
/usr/src/sys/dev/ata/atapi-tape.c
cc -c -O2 -pipe -fno-strict-aliasing  -std=c99  -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 -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/VM7.
*** Error code 1

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

Stop in /usr/src.
>How-To-Repeat:
#cd /usr/src
#make buildkernel

>Fix:
* include path to dev/ath/ath_hal may be added
* dev/ath/ath_hal/ah_desc.h may be included in if_ath.c


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


More information about the freebsd-bugs mailing list