From owner-freebsd-current@FreeBSD.ORG Wed Jan 30 13:29:15 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3146199 for ; Wed, 30 Jan 2013 13:29:15 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 88B3B9C1 for ; Wed, 30 Jan 2013 13:29:15 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:1d8f:9e64:ac72:f29e] (unknown [IPv6:2001:7b8:3a7:0:1d8f:9e64:ac72:f29e]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 0F6045C5A; Wed, 30 Jan 2013 14:29:12 +0100 (CET) Message-ID: <51092025.1070906@FreeBSD.org> Date: Wed, 30 Jan 2013 14:29:09 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Jesse , freebsd-current@freebsd.org Subject: Re: buildworld error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 30 Jan 2013 13:29:15 -0000 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.