From owner-freebsd-current@FreeBSD.ORG Thu Jan 31 04:05:26 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 952D4531 for ; Thu, 31 Jan 2013 04:05:26 +0000 (UTC) (envelope-from jesse@glx.me) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6B68C3 for ; Thu, 31 Jan 2013 04:05:26 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u54so1701352wey.2 for ; Wed, 30 Jan 2013 20:05:25 -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=LfrWYtD4KTP/ptiltffc4JqCT5pRsSxd47026JE+/lA=; b=NqQmB9JiFfi3gQdklKLo7pl+MLRpZ4gzsT2x5l4HRK9AfL9HTodcxsAUwf9muovts+ Sr3A9A550mkZlc9NBSVCS2t5hSKQKyWhAnvyywjPhMFIxVc6mW81/GrLalWNea2dtQh9 Nx/Nt25r/wzaksNq5XbPCmeSYFWdE8sfDOmeg= 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=LfrWYtD4KTP/ptiltffc4JqCT5pRsSxd47026JE+/lA=; b=awnAsLaBSAoptgUU0zlx1xw562nNt7ja6ylnbbnxx+q9xcl22tumw1ocG373Tpt8z0 rWaElj46XU8JZesEq1NR3IhllS6SQNY6Je3bboLdx24eFT6xcLjYTsrXqS/KFfCxsvgK md9sf6XzGkHenqPnZ4ue6TfDjwDQvLnCTBaJJkkmFxoYZ+r8/PKCLjJoqf9VanE6fvQt l7bGO9JNmKSbmeyokEu8M3zYapJwWKiVsunpJ5shSViTm2L//iSBHUwoARd6ekhbyr11 VjPf/OwJsLT7YrgeXY0LUx8obbD/qnRjLftOtac5CtFfx7nvGsU3shGeAr744uP7o8b5 c/Pg== MIME-Version: 1.0 X-Received: by 10.194.57.82 with SMTP id g18mr12680902wjq.25.1359605125038; Wed, 30 Jan 2013 20:05:25 -0800 (PST) Received: by 10.194.165.135 with HTTP; Wed, 30 Jan 2013 20:05:24 -0800 (PST) X-Originating-IP: [101.82.221.98] In-Reply-To: <51092025.1070906@FreeBSD.org> References: <51092025.1070906@FreeBSD.org> Date: Thu, 31 Jan 2013 12:05:24 +0800 Message-ID: Subject: Re: buildworld error From: Jesse To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnmyYjg1A4lSEkuRSbi1zfosI1Ffl8T1Ypr2Vczr4yDWTiG+scYtfS+TSHiAXIAQgc7ETdX 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:05:26 -0000 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. >