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?
On Sun, Jun 08, 2014 at 10:02:20PM -0400, Ryan Stone wrote:> 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) > ... > /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? > ....I don't have an idea what's wrong, but I can report that I've not been seeing issues with performing in-place source upgrades of stable/10 in some time; I've been appending output of "uname -vp" to a file when I perform thos e(daily) updates, and results are linked from <http://www.catwhisker.org/~david/FreeBSD/history/>. (The most recent stable/10 results are actually for sources @r267214: I do my builds with -DNOCLEAN to save time: I actually use my laptop for things other than rebuilding FreeBSD and ports.) Peace, david -- David H. Wolfskill david at catwhisker.org Taliban: Evil cowards with guns afraid of truth from a 14-year old girl. See http://www.catwhisker.org/~david/publickey.gpg for my public key. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 949 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140608/4af37fb3/attachment.sig>
On 09 Jun 2014, at 04:02, Ryan Stone <rysto32 at gmail.com> wrote:> 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?Any special settings in make.conf or src.conf? Are you building incrementally (e.g. with -DNO_CLEAN) or with a clean /usr/obj? -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 203 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140609/ea64b0a6/attachment.sig>