From owner-freebsd-current@FreeBSD.ORG Sun Jun 20 13:06:21 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 1053A16A4CE for ; Sun, 20 Jun 2004 13:06:21 +0000 (GMT) Received: from mail.corrupt.co.nz (222-152-67-134.jetstream.xtra.co.nz [222.152.67.134]) by mx1.FreeBSD.org (Postfix) with SMTP id AE85743D4C for ; Sun, 20 Jun 2004 13:06:19 +0000 (GMT) (envelope-from drew@corrupt.co.nz) Received: (qmail 37572 invoked by uid 1011); 20 Jun 2004 13:06:15 -0000 Received: from drew@corrupt.co.nz by tweety.lan.corrupt.co.nz by uid 1009 with qmail-scanner-1.22 Clear:RC:0(10.10.69.146):SA:0(0.0/3.8):. Processed in 5.234739 secs); 20 Jun 2004 13:06:15 -0000 X-Spam-Status: No, hits=0.0 required=3.8 Received: from unknown (HELO ?10.10.69.146?) (drew@corrupt.co.nz@10.10.69.146) by mail.corrupt.co.nz with SMTP; 20 Jun 2004 13:06:09 -0000 Message-ID: <40D58B84.7080201@corrupt.co.nz> Date: Mon, 21 Jun 2004 01:05:08 +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 Subject: Error while "buildkernel" with latest cvsup src - 5.2.1 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: Sun, 20 Jun 2004 13:06:21 -0000 rm -f hack.c 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.