X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45434398788B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1605713603; bh=GM4/YGif2RVY3EyV3d2x+lUETwCIDEMyYwJlpyRf2d4=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=WXqXG7tmRAzBwfgfD/InL2/63DhIlTrVVz1ra4N4676n8KjbDIx/6Yq6Z1xbrI3SJ 6T5Q4tNiooHmVee0UjfbhAW1j6yGVtM9Rl4dLYRO5GfeoUja1K07K34A7+LoNxa6R0 9TOPZ0fqM+q7c0xLjEBqDuB1loD9Bn5zw21Wm+XU= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 24C89384B061 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=jrhYBCHTNiZZ+7qNVrpu9YCLgV8VaykLvZ0VY7oCgi4=; b=ZjkvFEgxNaaCZuZTB0RzH3ClIdznUL90LojrSgS5jZLnXPy7M6/kdJy5rBNxxxBumh oyVZGhDktzw3NuyIxuwfFiLo7B98pQcVtLdK2M8uJIvAMBPAMQKhC9FxO2MQvcTos198 4bmeuX/IHMvVj7lxpvGr86HNt51pcovrok26C/8YgJws0QuucW+9vpw+ibhN7IiH4efZ MyFaHfzeOaw1rInXyKGDxb69K30i5wrQV4nZ6x9cABz6voUSQKW6NS0cgppznWQpXmpW kh6izdaOnTHu5qNjV2FaJzKGUGKm5mFDJ8VcSs9WMDXil+QuDnIQ3hrckZTk9rmRfhGh 9yew== X-Gm-Message-State: AOAM531J0l+XnmsCdY6S66Ltm6STCHtWHNf51wmxYP187j9wUnfja1Ul 12W6KEuYm+4w/wUaWCF3vqMQ6ah8UH1Xvw== X-Google-Smtp-Source: ABdhPJxJIbfTIibM8jnrctRhaHhocudpHmP+tbyCjkoGWp2vGB6aPTtalN0kxqbeAD4yOPxoPcTEug== X-Received: by 2002:a17:906:3092:: with SMTP id 18mr24497761ejv.43.1605713599878; Wed, 18 Nov 2020 07:33:19 -0800 (PST) Subject: Re: cmake suddenly stopped working To: cygwin AT cygwin DOT com References: <2f4aa73e-781e-ba06-f230-4fa884715988 AT maxrnd DOT com> <3ccdc37d-953f-f6a5-76af-56e201ee864a AT huarp DOT harvard DOT edu> <0c91c91e-70e5-093a-0b61-07b76a52fc4a AT huarp DOT harvard DOT edu> <8b5c7352-0a0e-1931-fe8b-741acce9d576 AT huarp DOT harvard DOT edu> Message-ID: Date: Wed, 18 Nov 2020 16:33:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3 MIME-Version: 1.0 In-Reply-To: <8b5c7352-0a0e-1931-fe8b-741acce9d576@huarp.harvard.edu> Content-Language: it X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0AIFXo5G014104 On 18.11.2020 14:54, Norton Allen wrote: > On 11/18/2020 6:31 AM, Marco Atzeri via Cygwin wrote: >> On 18.11.2020 01:24, Norton Allen wrote: >>> Rolling back cmake from 3.17.3-2 to 3.14.5-1 seems to have resolved >>> the problem. >>> >>> Any idea why no one else seems to be seeing this problem with 3.17.3-2? >>> >> >> I assume you had an incomplete upgrade. >> >> what is the output of "cygcheck cmake" ? > > I rolled back forward to 3.17.3-2 and verified that 3.17.3-2 still shows > the problem: > > $ cygcheck cmake > Found: C:\cygwin64\bin\cmake.exe >       C:\Program > Files\OpenJDK\jdk-13\bin\api-ms-win-core-rtlsupport-l1-1-0.dll this is strange Can you try also strace -o cmake.out /usr/bin/cmake --version I expect an error with a specific shared library -- 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