From owner-freebsd-current@FreeBSD.ORG Thu Jun 17 20:11:49 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 A768316A4CE for ; Thu, 17 Jun 2004 20:11:49 +0000 (GMT) Received: from mail.corrupt.co.nz (222-152-14-69.jetstream.xtra.co.nz [222.152.14.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 1B1FE43D1D for ; Thu, 17 Jun 2004 20:11:48 +0000 (GMT) (envelope-from drew@iplaynz.com) Received: (qmail 69960 invoked by uid 1011); 17 Jun 2004 20:11:21 -0000 Received: from drew@iplaynz.com by tweety.lan.corrupt.co.nz by uid 1009 with qmail-scanner-1.22 Clear:RC:0(202.36.205.29):SA:0(?/?):. Processed in 7.203687 secs); 17 Jun 2004 20:11:21 -0000 X-Spam-Status: No, hits=? required=? Received: from 202.36.205.29.dts.net.nz (HELO ?10.10.69.142?) (drew@corrupt.co.nz@202.36.205.29) by mail.corrupt.co.nz with SMTP; 17 Jun 2004 20:11:13 -0000 Message-ID: <40D1FAA6.9080104@iplaynz.com> Date: Fri, 18 Jun 2004 08:10:14 +1200 From: Drew Broadley User-Agent: Mozilla Thunderbird 0.6 (X11/20040606) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 18 Jun 2004 11:38:20 +0000 Subject: kernel build fails - latest cvsup 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: Thu, 17 Jun 2004 20:11:49 -0000 sh /usr/src/sys/conf/newvers.sh EVOn800v cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel if_ath.o(.text+0x6c): In function `ath_attach': : undefined reference to `ath_hal_attach' if_ath.o(.text+0x2c2f): In function `ath_tx_start': : undefined reference to `ath_hal_computetxtime' if_ath.o(.text+0x2c8c): In function `ath_tx_start': : undefined reference to `ath_hal_computetxtime' if_ath.o(.text+0x2ca9): In function `ath_tx_start': : undefined reference to `ath_hal_computetxtime' if_ath.o(.text+0x2ccb): In function `ath_tx_start': : undefined reference to `ath_hal_computetxtime' if_ath.o(.text+0x3caf): In function `ath_getchannels': : undefined reference to `ath_hal_init_channels' if_ath.o(.text+0x3cfc): In function `ath_getchannels': : undefined reference to `ath_hal_mhz2ieee' if_ath.o(.data+0x20): undefined reference to `sysctl__hw_ath_children' if_ath.o(.data+0x60): undefined reference to `sysctl__hw_ath_children' if_ath.o(.data+0xa0): undefined reference to `sysctl__hw_ath_children' if_ath.o(.data+0x100): undefined reference to `sysctl__hw_ath_children' if_ath.o(.data+0x160): undefined reference to `sysctl__hw_ath_children' if_ath.o(.data+0x1a0): more undefined references to `sysctl__hw_ath_children' follow if_ath_pci.o(.text+0xae): In function `ath_pci_probe': : undefined reference to `ath_hal_probe' *** Error code 1 Stop in /usr/obj/usr/src/sys/EVOn800v. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.