Date: Fri, 2 Jan 2015 13:25:42 +0100 From: "O. Hartmann" <ohartman@zedat.fu-berlin.de> To: Dimitry Andric <dim@FreeBSD.org> Cc: FreeBSD-Current <freebsd-current@freebsd.org> Subject: Re: HEADS UP: Upgraded clang, llvm and lldb to 3.5.0 Message-ID: <20150102132542.197be8c7@prometheus> In-Reply-To: <AD3384D7-7339-4B28-BA6B-B7EA583424CC@FreeBSD.org> References: <528C023D-6207-4054-917B-05D4C4E605EC@FreeBSD.org> <20150101125043.6e6e3a52.ohartman@zedat.fu-berlin.de> <AD3384D7-7339-4B28-BA6B-B7EA583424CC@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Jan 2015 23:53:03 +0100 Dimitry Andric <dim@FreeBSD.org> wrote: > On 01 Jan 2015, at 12:50, O. Hartmann <ohartman@zedat.fu-berlin.de> 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 <bool, class _Tp, class... _Args> > > 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 <bool, class _Tp, class _Arg> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150102132542.197be8c7>