Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 10:29:37 +0200
From:      Dimitry Andric <dimitry@andric.com>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: clang and 'make -j' problem
Message-ID:  <4C11F3F1.7020707@andric.com>
In-Reply-To: <20100610172136.GA28948@troutmask.apl.washington.edu>
References:  <20100610172136.GA28948@troutmask.apl.washington.edu>

index | next in thread | previous in thread | raw e-mail

On 2010-06-10 19:21, 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.

You should run "make buildworld" instead of just "make", or the
bootstrap tools (in this case tblgen) will not be built.


help

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