Am 01/31/13 05:06, schrieb Jesse: > z > > On 1/31/13, Jesse <jesse_at_glx.me> wrote: >> i set these in make.conf: >> CXXFLAGS+=-stdlib=libc++ >> CXXFLAGS+=-std=c++11 >> >> i comment them and rebuild world ok >> but it works at previous revision. >> >> On 1/30/13, Dimitry Andric <dim_at_freebsd.org> wrote: >>> On 2013-01-30 10:37, Jesse wrote: >>>> I just update /usr/src and make buildworld. The building proccess stop >>>> as >>>> errors: >>>> >>>> ===> lib/clang/libllvmx86asmparser (all) >>>> ===> lib/clang/libllvmx86codegen (all) >>>> ===> lib/clang/libllvmx86desc (all) >>>> ===> lib/clang/libllvmx86disassembler (all) >>>> ===> lib/clang/libllvmx86info (all) >>>> ===> lib/clang/libllvmx86instprinter (all) >>>> ===> lib/clang/libllvmx86utils (all) >>>> ===> lib/clang/libllvmdebuginfo (all) >>>> ===> lib/clang/libllvmexecutionengine (all) >>>> ===> lib/clang/libllvminterpreter (all) >>>> ===> lib/clang/libllvmjit (all) >>>> ===> lib/clang/libllvmmcdisassembler (all) >>>> ===> lib/clang/libllvmmcjit (all) >>>> ===> lib/clang/libllvmruntimedyld (all) >>>> ===> lib/clang/include (all) >>>> 1 error >>>> *** [everything] Error code 2 >>>> 1 error >>>> *** [buildworld] Error code 2 >>>> 1 error >>> >>> Because you are making buildworld with -j, the actual error message is >>> not visible. Try searching back in the log to find the actual error, >>> and post that. Alternatively, make buildworld without -j. >>> >> > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" > I see the very same issue and reported this already. Since I'm not a professional developer, I'm not quite sure what and how to report the issue in exactly and accurate. In my case, this issue came "out of the blue". I also have set CXXFLAGS+= -stdlib=libc++ -std=c++11 but in /etc/src.conf. Commenting out "-std=c++11" makes the build of world fail with something like [...] fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /usr/src/lib/atf/libatf-c++/../../../contrib/atf/atf-c++/detail/application.cpp:42: In file included from /usr/obj/usr/src/tmp/usr/include/c++/v1/iostream:38: 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:434: In file included from /usr/obj/usr/src/tmp/usr/include/c++/v1/algorithm:594: In file included from /usr/obj/usr/src/tmp/usr/include/c++/v1/memory:597: /usr/obj/usr/src/tmp/usr/include/c++/v1/__functional_base:22:1: error: inline namespaces are a C++11 feature [-Werror,-Wc++11-extensions] [...] which sounds strange to me, since I completely erase /usr/obj before building and I do not use a ccache or any other similar facility. Regards, Oliver
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:34 UTC