Building kernel now fails: In function 'ath_key_alloc'

Garrett Cooper yanefbsd at gmail.com
Sun Feb 28 11:05:20 UTC 2010


On Sun, Feb 28, 2010 at 1:54 AM, Howard Leadmon <howard at leadmon.net> wrote:
>   Was trying to update my 8.0 system earlier today, and trying to build a
> kernel results in the following on an amd64 platform, any ideas how to fix
> this??      Funny thing, I don't even use the ath modules..
>
>
>
>
>
> ===> ath (all)
>
> cc -O2 -pipe -march=nocona -fno-strict-aliasing -Werror -D_KERNEL
> -DKLD_MODULE -nostdinc  -I. -I/usr/src/sys/modules/ath/../../dev/ath
> -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal
> -DHAVE_KERNEL_OPTION_HEADERS -include
> /usr/obj/usr/src/sys/VORLON/opt_global.h -I. -I@ -I@/contrib/altq
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000 -fno-common -g -fno-omit-frame-pointer
> -I/usr/obj/usr/src/sys/VORLON -mcmodel=kernel -mno-red-zone  -mfpmath=387
> -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector
> -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c
> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c
>
> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c: In function
> 'ath_key_alloc':
>
> /usr/src/sys/modules/ath/../../dev/ath/if_ath.c:2240: error: expected
> expression before '/' token
>
> *** Error code 1
>
>
>
> Stop in /usr/src/sys/modules/ath.

    The error was reported seen on the ppc and sparc64 tinderboxes
earlier on, but I haven't seen this issue compiling amd64 with
RELENG_8 on my box today.
Thanks,
-Garrett


More information about the freebsd-amd64 mailing list