Can't build stable/10 from a stable/10 box

Ryan Stone rysto32 at gmail.com
Mon Jun 9 02:02:21 UTC 2014


I get the following error if I try to build stable/10 on a stable/10
VM that I built last night (r267214).  It fails if I do either a make
buildworld or a make kernel-toolchain.  I'm not building with -j as
the VM has only a single CPU.

===> lib/clang/include (depend)
rm -f .depend
===> lib/clang/libclanganalysis (all)
clang-tblgen -gen-clang-diags-defs -clang-component=Common  -I
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic
-d DiagnosticCommonKinds.inc.d  -o DiagnosticCommonKinds.inc.h
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
/mnt/build/freebsd/lib/clang/libclanganalysis/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td
clang-tblgen: Too many positional arguments specified!
Can specify at most 1 positional arguments: See: clang-tblgen -help
*** Error code 1

Stop.
make[4]: stopped in /mnt/build/freebsd/lib/clang/libclanganalysis
*** Error code 1

I've tried several different revisions, including r267214 itself and
none of them build.  Anybody have an idea as to what's wrong?


More information about the freebsd-stable mailing list