X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82AAB3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1673175783; bh=BW6LkJuXrV1gHGbCLKKnUpl/10KuzZeueqzz/F9d6ds=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=QZXmvqjrr/7B1P1eAPaafCzdbHCWPeycaPVHCvKtm2WiGqFAaz9h/jqrkFNBayLrw 0mu5UYx9z4sSJpqYu3GptVIkJcfUycT18RoMgOrSX5upAOl15NSMLSwxYR1o38wcj9 9Ws6cYoLTqq/lVQkxDb/X3jN2PbGvzzvqKKNMS4g= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 912963858D33 X-SNCR-Rigid: 61A69BAC3E94C89F X-Originating-IP: [81.153.98.246] X-OWM-Source-IP: 81.153.98.246 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrkeeggddvgecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepffekiefgudejheetudeigfejledtleegleetkeduteeftdfffefhueefgfeutedtnecukfhppeekuddrudehfedrleekrddvgeeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehfedrleekrddvgeeipdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepvddprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmpdhrtghpthhtoheprhgtshgrsggrsehgmhgrihhlrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Message-ID: <1c6e15c2-bf73-120f-9034-1680fc6e0ea3@dronecode.org.uk> Date: Sun, 8 Jan 2023 11:02:23 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: clang doesn't work from cygwin-3.4.0 (Re: clang-format and clang-check return 127 and no text) To: Csaba Raduly , The Cygwin Mailing List References: <1845715a-7507-73dd-ecc3-da0c842ac64d AT gmail DOT com> Content-Language: en-GB In-Reply-To: X-Spam-Status: No, score=-1192.0 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jon Turney via Cygwin Reply-To: Jon Turney Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 08/01/2023 09:18, Csaba Raduly via Cygwin wrote: > On Sun, 8 Jan 2023 at 09:11, ggl329 via Cygwin wrote: > > $ strace /usr/bin/clang --version > strace.exe: error creating process C:\cygwin64\bin\clang, (error 5) This will usually avail you naught, as clang is a Cygwin symlink, and strace as a pure Windows program doesn't understand those (which is what that error is trying to tell you) $ strace $(realpath $(which clang)) shows the actual problem... --------------------------- clang-8.exe - Entry Point Not Found --------------------------- The procedure entry point _alloca could not be located in the dynamic link library C:\cygwin64\bin\cygLLVMSupport-8.dll. --------------------------- ... which does correspond to a change made in Cygwin 3.5.0. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple