X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=PLr 68unzlmnV7Da9/BHLKWuS3nqQmvn+cxou4mxyavSCZDlR7E4nZQQUcZs81ISMmtd 0lK4XfHVjjOHWMMQkXU/DmvWS7dJUKWK7X8OGcBXWSA9PejOLBqhTqGH/sjQpPfI ooeD5+iPMyeWJus464906hJvl7h3hD7iiENkOdX0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=tI4VNK3ph YtQ5VyPRtJ7m2QbxqA=; b=GxwBF+Fw6+2FpfyZqMpUpw/G15Dodw6tQqB8p6gNn OWg9gI8trUxTEfo95HcmxPmK8HK5K2SLy+Lgy4cSsp5vmZ/LUlCU0PXEtVbtLkZf dmLzbLWmm9tnJ8K5F53kY1T/v1hcgC4jSK2AgLsp0VcGLlOvQdTrMO4QXMErpprP 2c= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Package, HX-Received:sk:g7-v6mr, once!, UD:stackoverflow.com X-HELO: mail-wr0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=0DLnISiRZlojgNpPiP4OsP1P2ZCTi6cXK7Cubt0iJEs=; b=i4p947E62dahsRNQvuxDICQ0EmPA6IvurRMYTZcvex2qki7u0yEhTo8fq9hdqjttme qfRjRC+/X5Y0Yqt8RUb1VVFacAs+jf/vpjciFP5D4EzSw2/UQ9G/RdB7FfJ9Z0/RtuAl RncK6/Eoo9FY3RWAZGKXHtrVe/GPqVCIDeFniVXTPguaFJKz80vWJt+AGbMO8TILHfsA /O9oQnIGEH8Pf41TkTb/+s8OEbqklpZd807hZRKHcrI1/DL641N8NmvNpZnL+sept/lQ DyG+s0NAncRHuqibRqmnm72rwoMNrOov6O+NC/3MdpXrtsvKASTQBtzOt2uf4VK50DEN Jc6Q== X-Gm-Message-State: ALKqPwdZq3IeSfbW1MziCayWo/V2RYBlnlDltx/XNJLxtCQJAuwppTX6 0V8degwqgHgS4mIx7XAjH4NYMGGl X-Google-Smtp-Source: AB8JxZr49maFD80fJpS9u6hKEtZzOqKcK2sNR+G7j2ipcsoMKrq1YQxJVzhqDjTQ/08HIJcqfxjKxQ== X-Received: by 2002:adf:e407:: with SMTP id g7-v6mr3278366wrm.143.1526816255657; Sun, 20 May 2018 04:37:35 -0700 (PDT) From: Marco Atzeri Subject: clang auxiliary programs throwing errors To: cygwin AT cygwin DOT com Message-ID: Date: Sun, 20 May 2018 13:37:33 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes First reported on https://stackoverflow.com/questions/50415528/clang-format-installed-via-cygwin-wont-run on both 32 and 64 bit version, the auxiliary programs of clang package are throwing an error. $ clang-format : CommandLine Error: Option 'disable-symbolication' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options $ /usr/bin/clang-import-test.exe : CommandLine Error: Option 'disable-symbolication' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options $ /usr/bin/clang-check.exe : CommandLine Error: Option 'disable-symbolication' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options $ /usr/bin/c-index-test.exe : CommandLine Error: Option 'disable-symbolication' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options $ cygcheck -c clang Cygwin Package Information Package Version Status clang 5.0.1-2 OK $ clang clang-5.0: error: no input files $ clang --version clang version 5.0.1 (tags/RELEASE_501/final) Target: i686-pc-windows-cygnus Thread model: posix InstalledDir: /usr/bin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple