From owner-svn-src-stable-11@freebsd.org Mon Nov 11 17:48:22 2019 Return-Path: Delivered-To: svn-src-stable-11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 755701BA9DB; Mon, 11 Nov 2019 17:48:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Bddf2Rqvz4S7Y; Mon, 11 Nov 2019 17:48:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 1F24A892; Mon, 11 Nov 2019 17:48:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::4967:b668:de9c:4138] (unknown [IPv6:2001:470:7a58:0:4967:b668:de9c:4138]) (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 7FD1E2C217; Mon, 11 Nov 2019 18:48:20 +0100 (CET) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_97F0F766-BFC7-4F1A-89B6-1DE2A586CECE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: svn commit: r354598 - in stable: 11/contrib/libc++/include 11/sys/sys 12/contrib/libc++/include 12/sys/sys Date: Mon, 11 Nov 2019 18:48:13 +0100 In-Reply-To: Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org To: Antoine Brodin References: <201911101841.xAAIfEXV088995@repo.freebsd.org> <4FEA5BCC-A9E7-4FDB-8392-04027239D9B0@FreeBSD.org> X-Mailer: Apple Mail (2.3445.104.11) X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2019 17:48:22 -0000 --Apple-Mail=_97F0F766-BFC7-4F1A-89B6-1DE2A586CECE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 11 Nov 2019, at 11:30, Antoine Brodin wrote: >=20 > On Mon, Nov 11, 2019 at 11:10 AM Dimitry Andric = wrote: >>=20 >> On 11 Nov 2019, at 10:29, Antoine Brodin wrote: >>>=20 >>> On Mon, Nov 11, 2019 at 9:03 AM Antoine Brodin = wrote: >>>>=20 >>>> On Sun, Nov 10, 2019 at 7:41 PM Dimitry Andric = wrote: >>>>>=20 >>>>> Author: dim >>>>> Date: Sun Nov 10 18:41:13 2019 >>>>> New Revision: 354598 >>>>> URL: https://svnweb.freebsd.org/changeset/base/354598 ... >> Are there any build logs available showing errors? >=20 > For instance these logs: > = http://gohan01.nyi.freebsd.org/data/12stable-i386-quarterly-baseline/51722= 8/logs/errors/x265-3.1.2_2.log > = http://gohan01.nyi.freebsd.org/data/12stable-i386-quarterly-baseline/51722= 8/logs/errors/exiv2-0.27.1_2,1.log >=20 > /usr/include/c++/v1/cmath:622:68: error: too many arguments provided > to function-like macro invocation > static_assert(is_same<_FloatT, float>::value || is_same<_FloatT, > double>::value > ^ > /usr/include/c++/v1/__config:873:13: note: macro 'static_assert' = defined here > # define static_assert(__b, __m) _Static_assert(__b, __m) > ^ This should now be fixed by r354626, which is an insta-MFC of r354625. -Dimitry --Apple-Mail=_97F0F766-BFC7-4F1A-89B6-1DE2A586CECE 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 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXcme3QAKCRCwXqMKLiCW o6J9AJ94jucqH7Hjex1WpA4VSdtHz97jQACg5gOJ9dBtgjdgQRC8NcO6Z67fU54= =aWA/ -----END PGP SIGNATURE----- --Apple-Mail=_97F0F766-BFC7-4F1A-89B6-1DE2A586CECE--