From owner-svn-src-head@freebsd.org Fri Mar 3 17:27:51 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 F2E9DCF7A84 for ; Fri, 3 Mar 2017 17:27:51 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from oleg.opentransfer.com (oleg.opentransfer.com [91.217.144.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oleg-10.opentransfer.com", Issuer "oleg-10.opentransfer.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 730561FBF; Fri, 3 Mar 2017 17:27:51 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua ([10.0.8.4]) by oleg.opentransfer.com (8.15.2/8.15.2) with ESMTPS id v23HXJpp020088 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 3 Mar 2017 19:33:20 +0200 (EET) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua (localhost [127.0.0.1]) by asus.theweb.org.ua (8.15.2/8.15.2) with ESMTPS id v23HRi1c036341 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Mar 2017 19:27:44 +0200 (EET) (envelope-from oleg@opentransfer.com) Received: (from oleg@localhost) by asus.theweb.org.ua (8.15.2/8.15.2/Submit) id v23HRhZn036340; Fri, 3 Mar 2017 19:27:43 +0200 (EET) (envelope-from oleg@opentransfer.com) X-Authentication-Warning: asus.theweb.org.ua: oleg set sender to oleg@opentransfer.com using -f From: "Oleg V. Nauman" To: Dimitry Andric Cc: src-committers@freebsd.org, svn-src-head@freebsd.org 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, 03 Mar 2017 19:27:43 +0200 Message-ID: <3462497.BU2ytgeG09@asus.theweb.org.ua> Organization: Ecommerce LLC User-Agent: KMail/4.14.10 (FreeBSD/12.0-CURRENT; KDE/4.14.10; amd64; ; ) In-Reply-To: <201703022049.v22Kniwj078643@repo.freebsd.org> References: <201703022049.v22Kniwj078643@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 17:27:52 -0000 On Thursday 02 March 2017 20:49:44 Dimitry Andric wrote: > Author: dim Hello Dimitry, > Date: Thu Mar 2 20:49:40 2017 > New Revision: 314564 > URL: https://svnweb.freebsd.org/changeset/base/314564 > > 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. > [skip] > Modified: head/ObsoleteFiles.inc > ============================================================================ > == --- 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 > > +# 20170302: new libc++ import which bumps version from 3.9.1 to 4.0.0. > +OLD_FILES+=usr/include/c++/v1/__undef___deallocate > +OLD_FILES+=usr/include/c++/v1/tr1/__undef___deallocate Is it was intenional? www/firefox-esr fails to configure then : configure:10508: checking whether the C++ compiler (c++ -O2 -pipe -march=core2 -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=core2 -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. configure: failed program was: #line 10520 "configure" #include "confdefs.h" #include int main() { int *foo = new int; ; return 0; } configure: error: c++ -O2 -pipe -march=core2 -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 failed to compile and link a simple C++ source. *** Fix above errors and then restart with\ "gmake -f client.mk build" Thank you