From owner-freebsd-current@freebsd.org Sat Jun 4 09:16:33 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3F20B6519E for ; Sat, 4 Jun 2016 09:16:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5C611797; Sat, 4 Jun 2016 09:16:32 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1b97h0-001kLo-FZ>; Sat, 04 Jun 2016 11:16:30 +0200 Received: from x55b3b9d1.dyn.telefonica.de ([85.179.185.209] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1b97h0-000Ht6-4i>; Sat, 04 Jun 2016 11:16:30 +0200 Date: Sat, 4 Jun 2016 11:16:24 +0200 From: "O. Hartmann" To: Adrian Chadd Cc: FreeBSD CURRENT Subject: Re: r301305: buildkernel fails in ATH driver: if_ath_btcoex.c:237:9: error: no member named 'bt_period' in 'HAL_BT_COEX_INFO Message-ID: <20160604111624.52e8f997.ohartman@zedat.fu-berlin.de> In-Reply-To: References: <20160604101156.741882d8.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/k=oAgGc2dM=ic/5hjPaduvC"; protocol="application/pgp-signature" X-Originating-IP: 85.179.185.209 X-ZEDAT-Hint: A X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 04 Jun 2016 09:16:33 -0000 --Sig_/k=oAgGc2dM=ic/5hjPaduvC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Sat, 4 Jun 2016 01:56:40 -0700 Adrian Chadd schrieb: > Fixed! >=20 >=20 > -a >=20 >=20 > On 4 June 2016 at 01:11, O. Hartmann wrote: > > r301305 fails to buildkernel this morning with the lates updates. > > > > See below > > > > [...] > > cc -O2 -pipe -O3 -O3 -pipe -march=3Dnative -fno-strict-aliasing -Werr= or -D_KERNEL > > -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath > > -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -I. > > -I/usr/src/sys/modules/ath/../../contrib/dev/ath/ath_hal/ -DHAVE_KERNEL= _OPTION_HEADERS > > -include /usr/obj/usr/src/sys/THOR/opt_global.h -I. -I/usr/src/sys -fno= -common > > -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/usr/obj/usr/src= /sys/THOR -MD > > -MF.depend.if_ath_btcoex_mci.o -MTif_ath_btcoex_mci.o -mcmodel=3Dkernel= -mno-red-zone > > -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffrees= tanding -fwrapv > > -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro= totypes > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno= -pointer-sign > > -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostic= s-show-option > > -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-= body > > -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-= pointer-sign > > -Wno-error-shift-negative-value -mno-aes -mno-avx -std=3Diso9899:1999 > > -c /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex_mci.c -o if_ath= _btcoex_mci.o > > --- if_ath_btcoex.o --- /usr/src/sys/modules/ath/../../dev/ath/if_ath_b= tcoex.c:236:9: > > error: no member named 'bt_dutyCycle' in 'HAL_BT_COEX_INFO' btinfo.bt_d= utyCycle =3D 55; > > ~~~~~~ ^ /usr/src/sys/modules/ath/../../dev/ath/if_ath_btcoex.c:237:9: = error: no > > member named 'bt_period' in 'HAL_BT_COEX_INFO' btinfo.bt_period =3D 40;= ~~~~~~ ^ 2 > > errors generated. > > > > > > Regards, > > > > o.h. =20 > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Great! Thank you. --Sig_/k=oAgGc2dM=ic/5hjPaduvC Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXUpxpAAoJEOgBcD7A/5N8q6cIAJ5mokAhKhJoC3kwz9IWnPLA SnCki9rH78V8xwOttiF3PQnO17BBej8fFKyt8jGv6Y43ahvx53cIEeBcx3jBKdim T6ldEYfgjFlsL79uay0+nROwtzlKjgpmagPPE3IpdnvyVBHrYqs2U9+4BMFqazc6 hJylqfSJGeXy0zk1fw+Pur6M7f8/AJSJ9WJngsyxPzCtC6BtKZrAv+Qw1ErPuB2f vDC5yr8ZCOmFLG1WNkqFH5jFcf0wxEZcPbcEcMWUmkt1Q/T6AQYZifi0XTGH5Aqi qkJTp0mCOhNS8uCEg21W2Res2cp/T4h2WhkttCjldIDVTeoZU+oZNkpwPVwwQD8= =Cw6S -----END PGP SIGNATURE----- --Sig_/k=oAgGc2dM=ic/5hjPaduvC--