Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 05:10:05 GMT
From:      ohata <Ohata.Hideshi@dx.MitsubishiElectric.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/132651: Make buildkernel fails at if_ath
Message-ID:  <200903150510.n2F5A5rD058328@www.freebsd.org>
Resent-Message-ID: <200903150520.n2F5K153056816@freefall.freebsd.org>

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

>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@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:



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