From owner-freebsd-current@FreeBSD.ORG Fri Jun 11 07:28:14 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 033F2106564A for ; Fri, 11 Jun 2010 07:28:14 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id B33E68FC1B for ; Fri, 11 Jun 2010 07:28:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 233B99CB0AE; Fri, 11 Jun 2010 09:24:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mbWFsHqatrUZ; Fri, 11 Jun 2010 09:24:26 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 24C809CB111; Fri, 11 Jun 2010 09:24:26 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o5B7OP5p064816; Fri, 11 Jun 2010 09:24:25 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 11 Jun 2010 09:24:25 +0200 From: Roman Divacky To: Steve Kargl Message-ID: <20100611072425.GB64034@freebsd.org> References: <20100610172136.GA28948@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100610172136.GA28948@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: clang and 'make -j' problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 11 Jun 2010 07:28:14 -0000 On Thu, Jun 10, 2010 at 10:21:36AM -0700, Steve Kargl wrote: > nice make -j3 > > d > DiagnosticCommonKinds.inc.h > tblgen: not found > *** Error code 127 > *** Error code 127 > tblgen -I/usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/include -I/usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/lib/Analysis -I. -I/usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/../../lib/clang/include -I/usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/AST -gen-clang-stmt-nodes /usr/src/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/AST/StmtNodes.td > StmtNodes.inc.h > tblgen: not found > *** Error code 127 > 3 errors > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > Please fix. for some reason tblgen from bootstrap-tools target has not been built before libs. is there some sort of ordering we can use?