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 :reply-to; q=dns; s=default; b=KnFN9Hc9AR8Zb9jCDj3iKY23RN/kl/DxF 0G6CpsqUmBvSMQxchdOLEMSocpcfT5HU3J+pGlebmEENql4OG9f0MxlT62fbyoQC yoi2u5GHTpIOOT4KBF93AA2X88dsyvwgRqMtiRjs/uWfhmzDVGB7Vw9zRO0/e/C/ T3TXZke0JU= 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 :reply-to; s=default; bh=9EbW6fcXQ8++DfpjMMK/ZSlwrFw=; b=BGh/cvw 7A4eOBtLxG2qCkykQle5Za9BusKv4S/SLf8Uhx6ayt9wQH07ptOlj5SfMDcvlur7 D0KXsGHC/DzoGrujg5hmtLZiVPZ+FNQ8zNOTl8yVJvOuQVuX8XBAKMkQQjV2JGe6 t3h27Ut2HMhr/xhePpX2kULpqgpusaquNfa0= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=kaz, Kylheku, kylheku, reboot X-HELO: resqmta-po-09v.sys.comcast.net Subject: Re: Programs become a no-op To: cygwin AT cygwin DOT com References: From: David Rothenberger Message-ID: Date: Wed, 2 May 2018 16:52:47 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfFT2vacM/miribIIW3kvAANRVRSTyh9lQYALnKHSe8Zd4wc+jJVApLw0lsF5Oxl/TIrGW+MIBjIg4+a/qhqtawNVCXTmsfbrW2ubQ7/dyG0L2B0aM45G xZ8cas+kL8l7PFdl65Plw5IXS99wj+7Felj7weUdWpbguUInC+j2P6qc X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Kaz Kylheku wrote: > On 2018-05-02 14:15, David Rothenberger wrote: >> On 5/2/2018 1:13 PM, Boylan, Ross wrote: >>> I've tried >>> ssh -V >>> ssh --help >>> ssh -v somene AT somewhere >>> and in all cases nothing happens except that I get a new command >>> prompt.  They used to work fine. >> >> This is usually due to a missing dependency. You can try "echo $?" >> after one of the failing commands. If it is 127, that's probably the >> issue. I usually track down the missing dependency by running the >> program under strace (strace ssh --help). It should pop-up a dialog >> window with the missing dependency library. > > What if it is 127 and the dialog says "The procedure entry point > __locale_ctype_ptr > could not be located in the dynamic link library cygwin1.dll"? > > That looks like an outdated cygwin1.dll w.r.t. that program (in this > case gdb). > > But why doesn't setup.exe ensure that cygwin1.dll is up-to-date for > other things it installs? This can happen if you have Cygwin processes running when you run setup and you ignore warnings. If I were you, I would first try a reboot. If that doesn't work, I would ensure that all Cygwin processes and services are stopped and then use setup to reinstall all your packages. If *that* doesn't work, I would follow the instructions at http://cygwin.com/problems.html to provide additional information for troubleshooting. -- David Rothenberger ---- daveroth AT acm DOT org -- 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