From owner-freebsd-current@FreeBSD.ORG Thu Jan 31 04:06:11 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 C6B7B64E for ; Thu, 31 Jan 2013 04:06:11 +0000 (UTC) (envelope-from jesse@glx.me) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 62E698DF for ; Thu, 31 Jan 2013 04:06:11 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id 8so1743820wgl.30 for ; Wed, 30 Jan 2013 20:06:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=glx.me; s=g; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HV1OAJqe9TmdKtv5RqYSqBwJXEEg9+MW+6rjaN1ldtM=; b=CF7eRB+Dux22jYKgtLuQYXd1hCs9YrEgsaymqj4zyhnZ8tiVxfiXl0iseC32qraX57 bMGpBxQzSupaSh0GM1UIMxt3U8jrfcwvZkC2DFbiJCARHOSJub1Z/rO+DfpFGeDwR8Rh 4curZ2diaGtmIGNS7/g+U4Zf6BrumTNTAoxYw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=HV1OAJqe9TmdKtv5RqYSqBwJXEEg9+MW+6rjaN1ldtM=; b=BtWCxJ3vVV6MsI/6QYeJdJ0dG+66Xp/spHK5DaR7sA9zbwlXhmzUNCAB8qkJCwtdMX xsLxGRhIYwhchPaUMcvAogpw1iPMtNjrFyx6hgSnWZtSTBZobxKqBYTXDAi38Ix8w7bz B3snVYKquYUg4i/MFoj757GtBH/24+148aWMQeAzNN4XXeWJD1a8RcG39unqTzDyt0FG Do1Z63dP1m3t0fa7uZ9SuSAuuUaTTyYcfI53jUghHnR/buq3bKFv8wNjcf8ijyhIbLgJ TpKWlTPe71D7wHa3mQN5v76hsH2E6GYScrQKxorzJ8AYDrDBAQfnyqaIzIxaR/PonWYo GOQA== MIME-Version: 1.0 X-Received: by 10.180.72.232 with SMTP id g8mr12625541wiv.0.1359605163850; Wed, 30 Jan 2013 20:06:03 -0800 (PST) Received: by 10.194.165.135 with HTTP; Wed, 30 Jan 2013 20:06:03 -0800 (PST) X-Originating-IP: [101.82.221.98] In-Reply-To: References: <51092025.1070906@FreeBSD.org> Date: Thu, 31 Jan 2013 12:06:03 +0800 Message-ID: Subject: Re: buildworld error From: Jesse To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn1mBNA/hYWl6kXvUeQ05MhiEPlfWh2f8R0CIWbaxuq6u+KzxRL/e8udAwXnISdZ6Oa4QOX Cc: freebsd-current@freebsd.org 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: Thu, 31 Jan 2013 04:06:11 -0000 z On 1/31/13, Jesse 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 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. >> >