From owner-freebsd-stable@freebsd.org Wed Mar 15 20:12:23 2017 Return-Path: Delivered-To: freebsd-stable@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 1A477D0E779 for ; Wed, 15 Mar 2017 20:12:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 040951588 for ; Wed, 15 Mar 2017 20:12:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 00707D0E778; Wed, 15 Mar 2017 20:12:23 +0000 (UTC) Delivered-To: stable@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 00198D0E777 for ; Wed, 15 Mar 2017 20:12:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD7891587 for ; Wed, 15 Mar 2017 20:12:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::446d:6557:1d94:f441] (unknown [IPv6:2001:7b8:3a7:0:446d:6557:1d94:f441]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 92B932EC65; Wed, 15 Mar 2017 21:12:19 +0100 (CET) From: Dimitry Andric Message-Id: <469F5DD8-7493-41C5-B999-931AFF207A5B@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_7E10409F-AD4A-46AB-B6C7-39081416F8CA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: 11-STABLE fails to build with MK_OFED enabled Date: Wed, 15 Mar 2017 21:12:11 +0100 In-Reply-To: Cc: stable@freebsd.org To: Pete French References: X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 20:12:23 -0000 --Apple-Mail=_7E10409F-AD4A-46AB-B6C7-39081416F8CA Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 15 Mar 2017, at 13:42, Pete French wrote: >=20 >=20 >=20 > = /usr/src/sys/modules/mlx4ib/../../ofed/drivers/infiniband/hw/mlx4/sysfs.c:= 90:22: error: > format specifies type 'unsigned long long *' but the argument has = type > 'u64 *' (aka 'unsigned long *') [-Werror,-Wformat] > sscanf(buf, "%llx", &sysadmin_ag_val); > ~~~~ ^~~~~~~~~~~~~~~~ > %lx >=20 > Fairly trivial to fix obviously - I chnaged it to %lx - but not sure = that would > work on non 64 bit platforms. Hi Pete, I have merged the fix (r310232) in r315328. -Dimitry --Apple-Mail=_7E10409F-AD4A-46AB-B6C7-39081416F8CA Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAljJoCIACgkQsF6jCi4glqObmACcD3RmB3CL2iK3YpwrjhnzuR7g c1UAn1eWOvOqnKJtoPHQc9OTeCv+xZvA =utxF -----END PGP SIGNATURE----- --Apple-Mail=_7E10409F-AD4A-46AB-B6C7-39081416F8CA--