From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from endymion.arp.harvard.edu (endymion.arp.harvard.edu [140.247.179.94]) by sourceware.org (Postfix) with ESMTPS id 49E7A386F44D for ; Tue, 17 Nov 2020 23:21:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 49E7A386F44D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=huarp.harvard.edu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=allen@huarp.harvard.edu Received: from [192.168.7.23] (pool-74-104-152-231.bstnma.fios.verizon.net [74.104.152.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by endymion.arp.harvard.edu (Postfix) with ESMTPSA id 89A2F6C0964 for ; Tue, 17 Nov 2020 18:21:17 -0500 (EST) Subject: Re: cmake suddenly stopped working To: "cygwin@cygwin.com" References: <2f4aa73e-781e-ba06-f230-4fa884715988@maxrnd.com> From: Norton Allen Message-ID: Date: Tue, 17 Nov 2020 18:21:12 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <2f4aa73e-781e-ba06-f230-4fa884715988@maxrnd.com> Content-Language: en-US X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, HTML_MESSAGE, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, 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 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Tue, 17 Nov 2020 23:21:19 -0000 On 11/17/2020 5:48 PM, Mark Geisert wrote: > Norton Allen wrote: >> Is anyone else seeing this? Any suggestions? > > I'm not seeing it.  'cmake --help' works for me. > Does 'ldd /usr/bin/cmake' give any hint? ldd did not complain, but your question reminded me that I should try running under strace. That produce the complaint: The procedure entry point _ZNSt19basic_ostringstreamlcSt11char_traitslcESalcEEC1Ev could not be located in the dynamic link library C:\cygwin64\bin\cmake.exe (I had to type that in, as I could not copy from strace's error dialog.) That looks like it might be an issue with the g++ library? Any chance there was a change in the library that might require a recompile/relink? I will try rolling that one back.