From owner-freebsd-current@FreeBSD.ORG Sat Dec 11 22:58:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E43616A50B for ; Sat, 11 Dec 2004 22:58:22 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4921043D5F for ; Sat, 11 Dec 2004 22:58:22 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CdGBx-000LSb-Fa for freebsd-current@freebsd.org; Sat, 11 Dec 2004 14:58:21 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16827.31629.73080.383613@ran.psg.com> Date: Sat, 11 Dec 2004 14:58:21 -0800 To: FreeBSD Current Subject: buildkernel ath breakage X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 22:58:22 -0000 cvsup of 2004.12.11 08:54 gmt MAKE=/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh ROAM cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -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 -ffreestanding -Werror vers.c linking kernel.debug if_ath.o(.text+0x6fd): In function `ath_attach': /usr/src/sys/dev/ath/if_ath.c:436: undefined reference to `ath_rate_attach' if_ath.o(.text+0xc98): In function `ath_detach': /usr/src/sys/dev/ath/if_ath.c:607: undefined reference to `ath_rate_detach' if_ath.o(.text+0x3fd2): In function `ath_node_alloc': /usr/src/sys/dev/ath/if_ath.c:2300: undefined reference to `ath_rate_node_init' if_ath.o(.text+0x416e): In function `ath_node_free': /usr/src/sys/dev/ath/if_ath.c:2343: undefined reference to `ath_rate_node_cleanup' if_ath.o(.text+0x53e4): In function `ath_tx_start': /usr/src/sys/dev/ath/if_ath.c:3099: undefined reference to `ath_rate_findrate' if_ath.o(.text+0x581a):/usr/src/sys/dev/ath/if_ath.c:3287: undefined reference to `ath_rate_setupxtxdesc' if_ath.o(.text+0x5df9): In function `ath_tx_processq': /usr/src/sys/dev/ath/if_ath.c:3440: undefined reference to `ath_rate_tx_complete' if_ath.o(.text+0x6a63): In function `ath_newstate': /usr/src/sys/dev/ath/if_ath.c:3846: undefined reference to `ath_rate_newstate' if_ath.o(.text+0x6bb1):/usr/src/sys/dev/ath/if_ath.c:3876: undefined reference to `ath_rate_newstate' if_ath.o(.text+0x6d90): In function `ath_newassoc': /usr/src/sys/dev/ath/if_ath.c:3941: undefined reference to `ath_rate_newassoc' *** Error code 1 i will cvsup again on the presumption i caught sam mid-hacque. randy