On Thu, 1 Jan 2015 23:53:03 +0100 Dimitry Andric <dim_at_FreeBSD.org> wrote: > On 01 Jan 2015, at 12:50, O. Hartmann <ohartman_at_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. ohReceived on Fri Jan 02 2015 - 11:27:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:54 UTC