X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=WKKMORE20g8r1epr 50EEDrsKLY+t9KPSfKznJUIei+oLpM4sPjytEYHvUT2ALtBRbcqidd1Zssy5gK/M i3lRZZ25+s0p2zoc8olmo1Zy3dkNG4PuEthrc4aFzXAPhdYP5eafT1iL5lkAEDRU gBN6PDMzjPXR2TgcoSGV4mej85I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=hmllDEE4CeWd6MALyTPNMx A453c=; b=lK16IE0DW72vuiKK6+qdZlAi8AFU0cyalM0rDmxUJT1NzezP1glCrp B3xJg75ithvg1BDvCnFfhj88uRw8aKS1ryVgm4kcOcJSqjTCX/sw5kIoNjoaBrOm S8bOFg4MZ3H/LdY43omPJswHQDHnyx5YllHmfOIkRjqjJLn+Jed3Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:Sendmail, H*RU:Sendmail, H*Ad:D*edu, H*Ad:D*cornell.edu X-HELO: limerock01.mail.cornell.edu Subject: Re: Entry point not found issues with cygwin DLLs To: cygwin AT cygwin DOT com References: <8e0411f4-4df9-63f7-2fd8-02fd6975e778 AT avenger DOT ws> From: Ken Brown Message-ID: <1a6860b1-6888-7d76-a934-83d86f93a1a5@cornell.edu> Date: Mon, 2 Jul 2018 15:35:47 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <8e0411f4-4df9-63f7-2fd8-02fd6975e778@avenger.ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/2/2018 3:08 PM, Heavenly Avenger wrote: > I'm having hard times with cygwin here, random libraries stop working > once I update or install new ones. This can happen if you update a package without updating its dependencies. For example, the dependency might have introduced a new API. > If I run ssh with 'strace' ('strace ssh'), it pops up a windows dialog > saying: > > 'the procedure entry point __memcpy_chk could not be located It is in cygwin1.dll as of cygwin-2.10; see https://cygwin.com/cygwin-ug-net/ov-new.html. > cygwin's dll is: cygwin1.dll file version: 2008.0.0.0, version: 2.8.0. You need to update the cygwin package. For best results, you should update all of your installed packages to their current versions. (If you're running setup with the --packages option to update or install certain packages, then it's a good idea to also use the --upgrade-also option.) Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple