X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 864713858004 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1605717365; bh=RzKCZSwgXfJP602EpoGW6iOJn2hI+xmt1Y0e2dMIZRM=; 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=Oz0c0OkxrpZb9Dbbj1EzQxeciCnJUJB9FUeuT8YtNkzgSN10DUp7nYsBiQJzQh+1H njUc8qBrogQOuCGuyOUbPOuRMJWwinfYeKpynSI19/EShnYdfpT9zeumothtAxUaza Ri1C9NXKI9fHOcNDyey95cJH/RgS47u5ejyaAXhI= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D88A83858004 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=jDAryurRtzlXu14MAz79vkwoWfKC1+j7pEOoTTzuOZY=; b=fGiFx/HzfF1C2z5cbKfIiSSbI/EVRl+0qyDKICqWZGcEHwDb/DEO6+c4D3/HV60Qff tUHuQWA1ph2uqWVMaZSq404wPBdWKsXozLC8tTStPceDkShARb0C56ujfEhWxDF289i3 +xF8qOuFs5YizsX2TPvQbGE6YdnS3mXjyMm3Q6Xap4Rpv5kWyLw85fL3JqAwwX/Ox77K PfezTsMEVQiYHYtziyWV8rQpoQ1NfYowDJ0eHoRviYooB8M+aOgDQGMq5AVg0cx160h0 NPqQDEKvCsSfW2xxTonY2fqFz3IdLuecaoPWuUDjGYamE5U0AvwR1ekwL5QiSwG6qvlQ Pk9w== X-Gm-Message-State: AOAM532sm5uBOt+nDOPUz9ePbCmPC1ktEDPsSjkR+l71JAYk0FY2/B20 NwjXPRQFsGWQYkcgkNfrIxIjPoYI/A1ASA== X-Google-Smtp-Source: ABdhPJxDJBImuQEOUd3xPiu310rmuvaoTHKYVP1uPgHfm+XMp/n2EwQYTvi4z4WvILxJyeD6+Sd10w== X-Received: by 2002:aa7:c151:: with SMTP id r17mr26603109edp.216.1605717359161; Wed, 18 Nov 2020 08:35:59 -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: <231052ff-cf72-c496-2424-a28eac6d3270@gmail.com> Date: Wed, 18 Nov 2020 17:35:58 +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: Content-Language: it X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On 18.11.2020 17:09, Norton Allen wrote: > On 11/18/2020 10:33 AM, Marco Atzeri via Cygwin wrote: >> 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. > _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev is the symbol > that popped up in the strace error dialog. > can you try to re-install libstdc++6 ? $ cygcheck -f /usr/bin/cmake.exe cmake-3.17.3-2 $ cygcheck -f /usr/bin/cygstdc++-6.dll libstdc++6-10.2.0-1 $ objdump -x cygstdc++-6.dll | grep _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev [3985] _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev $ objdump -x cmake.exe | grep _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev 561e40 3969 _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev -- 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