From owner-freebsd-current@FreeBSD.ORG Fri Jan 6 17:30:10 2012 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 6C4EF106566B for ; Fri, 6 Jan 2012 17:30:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 250178FC24 for ; Fri, 6 Jan 2012 17:30:09 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so2225071vcb.13 for ; Fri, 06 Jan 2012 09:30:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=G0k8TnxFOVMjFyGgxIh+2YoD0ZxoizRAhhkfi8+nzHQ=; b=AeCtb0QF9cQ4puJlbC15OzJuDiymeapIPmpYzhDkeBb1wy4DyFMuHna4f5lmeNp0om 7nONVNLh/ryDAsQieFXy4FDR+DJeVMGP2VI+Kjg37e8Q6o/wypNG4gOXi0mLjC/1XiRM BumTZMdzuIvAz7tAFt6Ifkc41k/MhOpuY1doE= MIME-Version: 1.0 Received: by 10.220.156.134 with SMTP id x6mr4220666vcw.17.1325871009356; Fri, 06 Jan 2012 09:30:09 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Fri, 6 Jan 2012 09:30:09 -0800 (PST) In-Reply-To: <4F072C13.6000606@gwdg.de> References: <4F072C13.6000606@gwdg.de> Date: Fri, 6 Jan 2012 09:30:09 -0800 X-Google-Sender-Auth: ovKb5nph1tL72eNhz0F0E16ORew Message-ID: From: Adrian Chadd To: Rainer Hurling Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Kernel does not build on 10.0-CURRENT (amd64) 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: Fri, 06 Jan 2012 17:30:10 -0000 i thought I had captured these. just add options AH_SUPPORT_AR5416 to your kernel. Adrian On 6 January 2012 09:14, Rainer Hurling wrote: > I am getting the following error when trying to build recent 10.0-CURRENT > kernel (amd64)? > > [..snip..] > cc -O2 -pipe -O2 -fno-strict-aliasing -pipe -msse3 -Werror -D_KERNEL > -DKLD_MODULE -nostdinc =A0-I. -I/usr/src/sys/modules/ath/../../dev/ath > -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/RHURLIN/opt_global.h -I. -I@ -I@/contrib/altq > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -fno-common =A0-fno-omit-frame-pointer > -I/usr/obj/usr/src/sys/RHURLIN =A0-mno-sse -mcmodel=3Dkernel -mno-red-zon= e > -mno-mmx -msoft-float =A0-fno-asynchronous-unwind-tables -ffreestanding > -fstack-protector -std=3Diso9899:1999 -fstack-protector -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototyp= es > -Wpointer-arith -Winline -Wcast-qual =A0-Wundef -Wno-pointer-sign > -fformat-extensions =A0-Wmissing-include-dirs -fdiagnostics-show-option = =A0 =A0-c > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c: In function > 'ath_tx_aggr_comp_aggr': > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:3136: error: 'struct > ath_tx_status' has no member named 'ts_flags' > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:3139: error: 'struct > ath_tx_status' has no member named 'ts_ba_low' > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:3140: error: 'struct > ath_tx_status' has no member named 'ts_ba_high' > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:3156: error: 'struct > ath_tx_status' has no member named 'ts_tid' > /usr/src/sys/modules/ath/../../dev/ath/if_ath_tx.c:3158: error: 'struct > ath_tx_status' has no member named 'ts_tid' > *** Error code 1 > Stop in /usr/src/sys/modules/ath. > *** Error code 1 > > > I observe this behaviour on three boxes. Any help is really appreciated. > > Thanks in advance, > Rainer Hurling > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "