X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A7D86384F011 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1673364958; bh=FEh9rnWYxS4NTHODHr8GuDgnVPzSfwpn/DIH8XOcfcA=; 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=cHc1l9IYTRVs0JOxDrI945vxXUN+lJ+dwnHGMUpAoScinVEUyZP2qcm+qH7W7ozjo eQgVA92/FV/5mfPToLXtJUQ57F/Ndxl48ZfXNetf74vkvmL4/zjGqGk4eRsFA2436U uPJ3IYE2ATYi9Efbuc1TS/Nt9x5e5MGX7AmLYNPg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DBF48385B50C X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=EU+BxZfSIt3NrNEowfpLToLWqdSg/js9lpFPfgELcBo=; b=qk9MLTbnhs8mbdE98BrmkigRvJtjyYfd5ri3tthGYhf0gUgR0U5f+YuLZwtTfTO5JE HsEJ62ItYog1lkVeQLLXebuvMV7hV42//7cOxoHtR2dQO687vu9ZZf5v/Ye7ceB7V2rP aJMC5a/bypAaOiHweQ9GKHhkaDTNoBsu5Kp0yt1Vkwi4mt4nWhTLth0DRor9uV2NJMNA E+xBRPEYqkYeoS6yD4fPTAf+Vhfm9VG6lVyjJqBqcCztLckWtH5/oJsbwrlUY5ia2bqi kwZ3WW+4WnIXDrhbId+iZckScQYNSzbnuIKp5CoAgVGtPWiSBsEpi/+X769RITAVa2kP TGlA== X-Gm-Message-State: AFqh2krdaE+/DTPt/V1yb2rOKOhyI8GPVrNDO1rGG9jqcpgC5pV4NFNa bYrgRE2N4YJqO/UpLdncxBzIYe6nVtY= X-Google-Smtp-Source: AMrXdXvtzcDDYiW0oiRiJFzHI5F4XcVfjWuGZnPOTU5sQes0CMvBkqrWZDDuIJeLkt0y/9gk2DK+4w== X-Received: by 2002:a05:6a20:e616:b0:a6:7529:7c99 with SMTP id my22-20020a056a20e61600b000a675297c99mr78406833pzb.5.1673364941691; Tue, 10 Jan 2023 07:35:41 -0800 (PST) Message-ID: <3b4660b5-afee-39d0-3c7e-8e40b55593cc@gmail.com> Date: Wed, 11 Jan 2023 00:35:41 +0900 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: cygwin AT cygwin DOT com References: <1845715a-7507-73dd-ecc3-da0c842ac64d AT gmail DOT com> <1c6e15c2-bf73-120f-9034-1680fc6e0ea3 AT dronecode DOT org DOT uk> Content-Language: en-US In-Reply-To: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: ggl329 via Cygwin Reply-To: ggl329 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 2023/01/09 22:05, Corinna Vinschen via Cygwin wrote: > On Jan 8 11:02, Jon Turney via Cygwin wrote: >> >> $ 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. >> --------------------------- > > This should be fixed in cygwin-3.5.0-0.72.g7886327fbf92 and, > ultimately, a later 3.4.4 release. I confirmed that clang exits successfully in cygwin-3.5.0-0.79.g3b7df69aaa57 environment. Thanks. -- 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