From owner-svn-src-head@freebsd.org Fri Mar 3 18:19:48 2017 Return-Path: Delivered-To: svn-src-head@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 BD929CF6EFD for ; Fri, 3 Mar 2017 18:19:48 +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 6DC69180E; Fri, 3 Mar 2017 18:19:48 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::d0c8:3923:2654:360e] (unknown [IPv6:2001:7b8:3a7:0:d0c8:3923:2654:360e]) (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 B316722F9D; Fri, 3 Mar 2017 19:19:44 +0100 (CET) From: Dimitry Andric Message-Id: <8CDBAB08-21B0-4563-9A2B-E3FF8B163F40@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_181E7073-D215-45B4-A811-648AA802C9FE"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r314564 - in head: . contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtin... Date: Fri, 3 Mar 2017 19:19:37 +0100 In-Reply-To: <3462497.BU2ytgeG09@asus.theweb.org.ua> Cc: src-committers , svn-src-head@freebsd.org To: "Oleg V. Nauman" References: <201703022049.v22Kniwj078643@repo.freebsd.org> <3462497.BU2ytgeG09@asus.theweb.org.ua> X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 18:19:48 -0000 --Apple-Mail=_181E7073-D215-45B4-A811-648AA802C9FE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 3 Mar 2017, at 18:27, Oleg V. Nauman wrote: >=20 > On Thursday 02 March 2017 20:49:44 Dimitry Andric wrote: >> Author: dim >=20 > Hello Dimitry, >=20 >> Date: Thu Mar 2 20:49:40 2017 >> New Revision: 314564 >> URL: https://svnweb.freebsd.org/changeset/base/314564 >>=20 >> Log: >> Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ = to >> 4.0.0 (branches/release_40 296509). The release will follow soon. >>=20 >=20 > [skip] >=20 >> Modified: head/ObsoleteFiles.inc >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D >> =3D=3D --- head/ObsoleteFiles.inc Thu Mar 2 18:07:19 2017 = (r314563) >> +++ head/ObsoleteFiles.inc Thu Mar 2 20:49:40 2017 = (r314564) >> @@ -38,6 +38,119 @@ >> # xargs -n1 | sort | uniq -d; >> # done >>=20 >> +# 20170302: new libc++ import which bumps version from 3.9.1 to = 4.0.0. >> +OLD_FILES+=3Dusr/include/c++/v1/__undef___deallocate >> +OLD_FILES+=3Dusr/include/c++/v1/tr1/__undef___deallocate >=20 > Is it was intenional? > www/firefox-esr fails to configure then : >=20 > configure:10508: checking whether the C++ compiler (c++ -O2 -pipe = -march=3Dcore2 > -O3 -DLIBICONV_PLUG -fstack-protector -fno-strict-aliasing = -DLIBICONV_PLUG - > fno-exceptions -fno-strict-aliasing -fno-rtti -L/usr/local/lib -Wl,- > rpath,/usr/local/lib/firefox -Wl,--as-needed -fstack-protector -Wl,- > z,noexecstack -Wl,-z,text) actually is a C++ compiler > configure:10527: c++ -o conftest -O2 -pipe -march=3Dcore2 -O3 = -DLIBICONV_PLUG - > fstack-protector -fno-strict-aliasing -DLIBICONV_PLUG -fno-exceptions = -fno- > strict-aliasing -fno-rtti -Qunused-arguments = -isystem/usr/local/include - > DLIBICONV_PLUG -L/usr/local/lib -Wl,-rpath,/usr/local/lib/firefox = -Wl,--as- > needed -fstack-protector -Wl,-z,noexecstack -Wl,-z,text conftest.C = 1>&5 > In file included from configure:10521: > /usr/include/c++/v1/new:73:10: fatal error: '__undef___deallocate' = file not > found > #include <__undef___deallocate> > ^ > 1 error generated. Did you actually install the new world before running "make delete-old"? In the libc++ 4.0.0 version of /usr/include/c++/v1/new, there is no "#include <__undef___deallocate>" statement at line 73 [1]. The header was removed upstream here: https://reviews.llvm.org/rL291332 -Dimitry [1] = https://svnweb.freebsd.org/base/head/contrib/libc%2B%2B/include/new?revisi= on=3D314564&view=3Dmarkup#l73 --Apple-Mail=_181E7073-D215-45B4-A811-648AA802C9FE 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 iEYEARECAAYFAli5s8AACgkQsF6jCi4glqOaLQCeLpcQZrLUOjbrSik054rYGzSW 7/IAnj4TTRdD7adLWnkQmKbhfhXGRqry =tLRM -----END PGP SIGNATURE----- --Apple-Mail=_181E7073-D215-45B4-A811-648AA802C9FE--