From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 14:57:32 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA3B106564A for ; Thu, 4 Dec 2008 14:57:32 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 38F908FC16 for ; Thu, 4 Dec 2008 14:57:32 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from HOME.encontacto.net ([189.129.8.53]) by ns2.bafirst.com with esmtp; Thu, 04 Dec 2008 08:47:28 -0600 id 000D517C.4937ED80.00014B50 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Thu, 04 Dec 2008 08:47:27 -0600 id 0004AC1A.4937ED7F.000152F7 Received: from ed.local.net.mx (ed.local.net.mx [192.168.1.65]) by econet.encontacto.net (Horde Framework) with HTTP; Thu, 04 Dec 2008 08:47:27 -0600 Message-ID: <20081204084727.16714wjmus539s4k@econet.encontacto.net> Date: Thu, 04 Dec 2008 08:47:27 -0600 From: eculp To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.18) Gecko/20081114 Firefox/2.0.0.18 X-IMP-Server: 189.129.8.53 X-Originating-IP: 192.168.1.65 X-Originating-User: eculp@encontacto.net Subject: Kernel doesn't compile since Dec 1. Stops at /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Dec 2008 14:57:32 -0000 I have been cvsuping, compiling and installing all daily with no =20 changes nor errors until the morning of Dec 2 and I now get to the =20 following error: cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs =20 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar ith -Winline -Wcast-qual -Wundef -Wno-pointer-sign =20 -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contri b/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h =20 -fno-common -finline-limit=3D8000 --param inline-unit-gro wth=3D100 --param large-function-growth=3D1000 -mno-align-long-strings =20 -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno- sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror =20 /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c -I/usr/ src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c: In function =20 'ar5416ProcRxDesc': /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:111: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:119: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:120: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:121: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:122: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:123: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:124: error: 'struct =20 ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:135: error: 'struct =20 ath_rx_status' has no member named 'rs_isaggr' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:136: error: 'struct =20 ath_rx_status' has no member named 'rs_moreaggr' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:140: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:142: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:145: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:147: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:149: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:151: error: 'struct =20 ath_rx_status' has no member named 'rs_flags' *** Error code 1 Stop in /usr/obj/usr/src/sys/ENCONTACTO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Maybe I should go to Sam's patches and try his latest? Thanks, ed