From owner-freebsd-current@freebsd.org Sat Dec 17 17:27:28 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 E5845C85B61 for ; Sat, 17 Dec 2016 17:27:28 +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 AE7581399 for ; Sat, 17 Dec 2016 17:27:28 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::e9b4:ef6:9a02:eea4] (unknown [IPv6:2001:7b8:3a7:0:e9b4:ef6:9a02:eea4]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9EF7E3F42F; Sat, 17 Dec 2016 18:27:25 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_E589B05B-AC3C-48A4-84A4-D4322E7CA5FE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: r310188: kernel build failure due to mlx4_ib_sysfs.c:90:22: error: format specifies type 'unsigned long long From: Dimitry Andric In-Reply-To: <20161217124634.131a97b4@thor.walstatt.dynvpn.de> Date: Sat, 17 Dec 2016 18:27:18 +0100 Cc: FreeBSD CURRENT Message-Id: References: <20161217124634.131a97b4@thor.walstatt.dynvpn.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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, 17 Dec 2016 17:27:29 -0000 --Apple-Mail=_E589B05B-AC3C-48A4-84A4-D4322E7CA5FE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 17 Dec 2016, at 12:46, O. Hartmann wrote: >=20 > Recent kernel source reject to build: >=20 > [...] > --- all_subdir_mlx4ib --- > --- mlx4_ib_sysfs.o --- > = /usr/src/sys/modules/mlx4ib/../../dev/mlx4/mlx4_ib/mlx4_ib_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 > 1 error generated. Ha, my r310171, which enabled sscanf() format checking, is already working, it seems! I built kernels for both i386 and amd64 without problems, but you may be using some non-default module or settings which trigger this warning. For which arch are you building here, and do you have any particular build settings which might influence this? -Dimitry --Apple-Mail=_E589B05B-AC3C-48A4-84A4-D4322E7CA5FE Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlhVdX0ACgkQsF6jCi4glqPNswCgt0g8Wo9EWSxsElw2ocreTbRt v54AoPW/pAC+DlpaJW79Nj1/bKleU/xv =P04h -----END PGP SIGNATURE----- --Apple-Mail=_E589B05B-AC3C-48A4-84A4-D4322E7CA5FE--