From owner-freebsd-current@FreeBSD.ORG Fri Jan 2 12:27:12 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B038DBDC; Fri, 2 Jan 2015 12:27:12 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B2BA647E0; Fri, 2 Jan 2015 12:27:12 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) with esmtp (envelope-from ) id <1Y71Jo-003r1F-6J>; Fri, 02 Jan 2015 13:27:04 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=prometheus) by inpost2.zedat.fu-berlin.de (Exim 4.82) with esmtpsa (envelope-from ) id <1Y71Jo-00113V-1p>; Fri, 02 Jan 2015 13:27:04 +0100 Date: Fri, 2 Jan 2015 13:25:42 +0100 From: "O. Hartmann" To: Dimitry Andric Subject: Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0 Message-ID: <20150102132542.197be8c7@prometheus> In-Reply-To: References: <528C023D-6207-4054-917B-05D4C4E605EC@FreeBSD.org> <20150101125043.6e6e3a52.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 Cc: FreeBSD-Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 02 Jan 2015 12:27:12 -0000 On Thu, 1 Jan 2015 23:53:03 +0100 Dimitry Andric wrote: > On 01 Jan 2015, at 12:50, O. Hartmann wrote: > ... > > ===> lib/atf/libatf-c++ (all) > > c++ -O2 -pipe -O3 -O3 -pipe -march=native -DHAVE_CONFIG_H > > -I/usr/src/contrib/atf -I/usr/src/lib/atf/libatf-c++/../libatf-c -I. > > -DHAVE_CONFIG_H -fstack-protector -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized > > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable > > -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality > > -Wno-unused-function -Wno-enum-conversion -Qunused-arguments -std=c++11 > > -Wno-c++11-extensions > > -c /usr/src/contrib/atf/atf-c++/detail/application.cpp -o application.o In > > file included from /usr/src/contrib/atf/atf-c++/detail/application.cpp:26: > > In file included > > from /usr/src/contrib/atf/atf-c++/detail/application.hpp:29: In file > > included from /usr/obj/usr/src/tmp/usr/include/c++/v1/ostream:131: In file > > included from /usr/obj/usr/src/tmp/usr/include/c++/v1/ios:216: In file > > included from /usr/obj/usr/src/tmp/usr/include/c++/v1/__locale:15: In file > > included from /usr/obj/usr/src/tmp/usr/include/c++/v1/string:439: In file > > included > > from /usr/obj/usr/src/tmp/usr/include/c++/v1/algorithm:624: /usr/obj/usr/src/tmp/usr/include/c++/v1/type_traits:2033:8: > > error: keyword '__is_constructible' will be made available as an identifier > > for the remainder of the translation unit [-Werror,-Wkeyword-compat] struct > > __is_constructible // false, _Tp is not a scalar > > ^ /usr/obj/usr/src/tmp/usr/include/c++/v1/type_traits:2584:51: error: > > keyword '__is_nothrow_constructible' will be made available as an > > identifier for the remainder of the translation unit > > [-Werror,-Wkeyword-compat] template > > struct __is_nothrow_constructible; > > ^ /usr/obj/usr/src/tmp/usr/include/c++/v1/type_traits:2746:47: error: > > keyword '__is_nothrow_assignable' will be made available as an identifier > > for the remainder of the translation unit [-Werror,-Wkeyword-compat] > > template struct __is_nothrow_assignable; ^ 3 > > errors generated. *** Error code 1 > > > > Stop. > > make[6]: stopped in /usr/src/lib/atf/libatf-c++ > > *** Error code 1 > > Hi Oliver, > > This should now be fixed by r276516 and r276517. Please update your > tree to after those revisions, and try again. Thanks for the report. > > -Dimitry > Thank you very much. I can build the whole system right now and it seems that I also can rebuilt most of the ports without sruggle. oh