From owner-freebsd-current@freebsd.org Sun Feb 4 20:40:30 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 788BAEF001D for ; Sun, 4 Feb 2018 20:40:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 08FAE71324 for ; Sun, 4 Feb 2018 20:40:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id AECEBEF001C; Sun, 4 Feb 2018 20:40:29 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95CF8EF001B for ; Sun, 4 Feb 2018 20:40:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (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 2FBC37131D; Sun, 4 Feb 2018 20:40:28 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (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 5AA5B192DF; Sun, 4 Feb 2018 21:40:20 +0100 (CET) From: Dimitry Andric Message-Id: <76A6BFDB-7A96-4EF4-B218-0163CDD3F9BC@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_993E813C-283B-49C3-B869-1AD80F8B4A71"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: HEAD amd64 seems unhappy Date: Sun, 4 Feb 2018 21:40:19 +0100 In-Reply-To: <03D56DEA-D965-46F8-9F61-10DCCCBC3B28@freebsd.org> Cc: Josh Paetzel , current@freebsd.org To: Michael Tuexen References: <1517711902.3429873.1258647112.4DA64BE7@webmail.messagingengine.com> <1941B8EC-88AA-4B11-AE0E-BED6B0428475@FreeBSD.org> <03D56DEA-D965-46F8-9F61-10DCCCBC3B28@freebsd.org> X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Sun, 04 Feb 2018 20:40:30 -0000 --Apple-Mail=_993E813C-283B-49C3-B869-1AD80F8B4A71 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 4 Feb 2018, at 20:59, Michael Tuexen wrote: >=20 >> On 4. Feb 2018, at 11:24, Dimitry Andric wrote: >> On 4 Feb 2018, at 03:38, Josh Paetzel wrote: >>>=20 >>> --- all_subdir_lib/libngatm --- >>> /usr/src/sys/contrib/ngatm/netnatm/api/cc_port.c:71:28: error: = result of comparison 'u_int' (aka 'unsigned int') > 4294967295 is always = fal >>> se [-Werror,-Wtautological-type-limit-compare] >>> if (portno =3D=3D 0 || portno > 0xffffffff) >>> ~~~~~~ ^ ~~~~~~~~~~ >>> 1 error generated. >>> *** [cc_port.o] Error code 1 >>>=20 >>> This code hasn't changed in ages so I can only assume it's clang or = such. >>=20 >> This is because of r328816, which requires you to update your = toolchain >> to at least r328381. E.g. please run either "make buildworld" or = "make >> kernel-toolchain" before building your kernel. > I get this error when doing a buildworld... Using r328861. This should now be fixed by r328863. The MK_SYSTEM_COMPILER logic did not build a cross-tools toolchain, so you were still getting warnings from the (old) compiler in your base system. -Dimitry --Apple-Mail=_993E813C-283B-49C3-B869-1AD80F8B4A71 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.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWndvswAKCRCwXqMKLiCW o0yeAJ4qMMrd+sdPopg4Oj2SPmg0MErjDwCdGAtn867/ys3pZg6Lu+ChzIaGOCo= =39uA -----END PGP SIGNATURE----- --Apple-Mail=_993E813C-283B-49C3-B869-1AD80F8B4A71--