From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 01:19:30 2014 Return-Path: Delivered-To: freebsd-current@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 99EA6E36; Tue, 10 Jun 2014 01:19:30 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (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 C1DCF2680; Tue, 10 Jun 2014 01:19:29 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id s18so3451799lam.25 for ; Mon, 09 Jun 2014 18:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=itQLBIvhgV4NiuikTRr6Mz8lItxl+kgnOsw6bbqoaC8=; b=TPExS3JvnrEQGH64xHdNs+I1iknFprTKp3IWDt8uoYfKTTja/IcF9VniJBcGSjWhrg sCgaSKI3Dj1L3SFUqtagVrHKV6EgD7YHoX8wALBEvE52eLvT2TPaFOfpCFoREx1ohb2C FTw9NJ/TEkpGmpB8vjW493nTM5LTFbU1kwvDC50RnXU8aIRU4FVKfysdfOUbGwOpDKXy omEhKNtdY+rTAXldTZwoTpsnkBrndoIRS846VgQcgoXWKKDyHO+b80TT4UBmSboG+Ecr HC2KSJsy6Es5eF0Cp2motOZ9RTXvbie6lpmhP5IalnDKJCGMHvlvbyc9ypeH+2m/2BlU my7A== MIME-Version: 1.0 X-Received: by 10.152.19.195 with SMTP id h3mr54209lae.47.1402363167400; Mon, 09 Jun 2014 18:19:27 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Mon, 9 Jun 2014 18:19:27 -0700 (PDT) Date: Mon, 9 Jun 2014 18:19:27 -0700 X-Google-Sender-Auth: b2JbfWmp1ISVyo1PTkCQT7If7AI Message-ID: Subject: clang-tblgen: Too many positional arguments specified! From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 Cc: Dimitry Andric , Ed Maste X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 01:19:30 -0000 Hi, I did the following with a tree checked out from HEAD at svn r267307: (1) Did a "make buildworld; make buildkernel; make installkernel; make installworld", with no special settings in /etc/src.conf or /etc/make.conf (2) rebooted (3) Waited for system to come up, and then did the following: cd src/lib/clang make WITH_LLDB=yes obj all I got this error: ===> liblldb (all) clang-tblgen -gen-clang-diags-defs -clang-component=Common -I /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic -d DiagnosticCommonKinds.inc.d -o DiagnosticCommonKinds.inc.h /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticAnalysisKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCategories.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommentKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td /opt2/branches/head/lib/clang/liblldb/../../../contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td /opt2/branches/head/lib/clang/liblldb/../../../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[1]: stopped in /opt2/branches/head/lib/clang/liblldb *** Error code 1 Stop. make: stopped in /opt2/branches/head/lib/clang I'm not familiar with this clang error. Any idea what caused it? A similar error (not identical) was reported here: http://lists.freebsd.org/pipermail/freebsd-stable/2014-June/078879.html -- Craig