Date: Thu, 31 Jan 2013 12:05:24 +0800 From: Jesse <jesse@glx.me> To: Dimitry Andric <dim@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: buildworld error Message-ID: <CAEMuk5-V3mS-BNJqmwrhE7c0Mre6oPYOR-moDyFtrODa9YCXCw@mail.gmail.com> In-Reply-To: <51092025.1070906@FreeBSD.org> References: <CAEMuk5-RYj2fLPPzRwxUwnDbotQa0wEK4MO2DgCa47Lvte%2B73g@mail.gmail.com> <51092025.1070906@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEMuk5-V3mS-BNJqmwrhE7c0Mre6oPYOR-moDyFtrODa9YCXCw>