Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 09:24:25 +0200
From:      Roman Divacky <rdivacky@freebsd.org>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: clang and 'make -j' problem
Message-ID:  <20100611072425.GB64034@freebsd.org>
In-Reply-To: <20100610172136.GA28948@troutmask.apl.washington.edu>
References:  <20100610172136.GA28948@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100611072425.GB64034>