From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 21:45:52 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 083F41065677 for ; Thu, 4 Dec 2008 21:45:52 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id 987C48FC18 for ; Thu, 4 Dec 2008 21:45:51 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: by qyk11 with SMTP id 11so5413840qyk.19 for ; Thu, 04 Dec 2008 13:45:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:message-id :date:subject:from:to:user-agent:mime-version:content-type :content-transfer-encoding:x-priority:importance:sender; bh=u1uRAvrNOE0apEA+hV/U++SrCiJBLzbwQo/frd1Pf/Y=; b=uO/ZgvCTBXcZx5MiR7Mms/O7zb2iOH8XVMve1evvciFFI4+NKWb8BMTJq/3EGMGBSR cue621f4YemmuNPQlEDD+eqDFV5xZeU+Jsi+VvIccpFUEjLp27iwI+eT0hjj1lPWeOl1 AWTRDBGqYxoGGui9tsJrzU40xNAfCWoVFOUnw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance:sender; b=rrCvmp9SiOCFBOkDGfAGPWV5dcrjZyny2lldGMGV6/BQlxMQVvZPLFOXgZz0CnghtL PywWJaR1SWJ2bRM3D27qKUNJ4EcNFjfpWpjOCt6E+3W4v9prgRQby7ewy8/WRqh105HQ hoDE10JlAB8uMR4Tqt2PnOh4oqx0P5wSOndWo= Received: by 10.215.40.2 with SMTP id s2mr15553582qaj.137.1228425334260; Thu, 04 Dec 2008 13:15:34 -0800 (PST) Received: from cygnus.homeunix.com ([189.71.18.211]) by mx.google.com with ESMTPS id 6sm709024ywp.9.2008.12.04.13.15.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Dec 2008 13:15:33 -0800 (PST) Received: by cygnus.homeunix.com (Postfix, from userid 80) id 777E2B8070; Thu, 4 Dec 2008 18:15:23 -0300 (BRT) Received: from 200.186.60.37 (proxying for 10.12.1.211, 10.12.1.3) (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Thu, 4 Dec 2008 19:15:23 -0200 (BRST) Message-ID: Date: Thu, 4 Dec 2008 19:15:23 -0200 (BRST) From: "Nenhum_de_Nos" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Sender: Nenhum_de_Nos Subject: problem on ath code - current from yesterday 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 21:45:52 -0000 hail, when trying to compile from source, this is the nov snapshot from current, I got this twice: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -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 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /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 'ar5416ProcRxDesc': /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:111: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:119: error: 'struct ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:120: error: 'struct ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:121: error: 'struct ath_rx_status' has no member named 'rs_rssi_ctl' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:122: error: 'struct ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:123: error: 'struct ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:124: error: 'struct ath_rx_status' has no member named 'rs_rssi_ext' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:135: error: 'struct ath_rx_status' has no member named 'rs_isaggr' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:136: error: 'struct ath_rx_status' has no member named 'rs_moreaggr' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:140: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:142: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:145: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:147: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:149: error: 'struct ath_rx_status' has no member named 'rs_flags' /usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:151: error: 'struct ath_rx_status' has no member named 'rs_flags' *** Error code 1 Stop in /usr/obj/usr/src/sys/Cygnus8. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. You have new mail. cygnus# I'll csup again now. best regards, matheus -- We will call you cygnus, The God of balance you shall be