From owner-freebsd-stable@FreeBSD.ORG Mon Jun 9 02:02:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5E9C25E for ; Mon, 9 Jun 2014 02:02:21 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74CE92D61 for ; Mon, 9 Jun 2014 02:02:21 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id i7so473317oag.36 for ; Sun, 08 Jun 2014 19:02:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Lexu+X3gsk7UqAkqUpyiz4HqWTrTIdXrdNkqeN1XxU=; b=J9AQi1tcUs4FHk3r8MUoUaZNEKFfqGSGGkJkRcJLibhZDAePb6D0j4/9+0s7sTmGnX yx4DCEO/kZcQTYnYCTaKC6ydaBf9b70X+X2W5IUOT7dvd5JS/fxgY6We2yGO5l2DlVsm NXnigzr5zSaPOxcGcbzLDf6SLqAD6UwOvBQutHgudOdsJwjaxTDULdnJNs1JOiDUtyTl xzrKJgqA1+9Aua9RdWCWxmx7DWuO6rbJPU8hZ7FhsMQ5nAit2GRXaywODTM4ckKs0a5D pppHWv3dMuPNs18+QjkbektlOrxm2f3qM3P5ehiXuj1lHVtvRAVcM3JGJ3e5POFAOG/Q izNw== MIME-Version: 1.0 X-Received: by 10.182.232.166 with SMTP id tp6mr21774314obc.18.1402279340417; Sun, 08 Jun 2014 19:02:20 -0700 (PDT) Received: by 10.76.23.130 with HTTP; Sun, 8 Jun 2014 19:02:20 -0700 (PDT) Date: Sun, 8 Jun 2014 22:02:20 -0400 Message-ID: Subject: Can't build stable/10 from a stable/10 box From: Ryan Stone To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 02:02:21 -0000 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?