delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/16/10:12:08

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=UZB8ASkuvRBcR/c2
Ta5VXEEslFcAbYg9TfBybEcRXDWtQ6giJ9FoHdInVy8pEjsm3C6m29R6jKaFJDW6
iYN5UhrC1dgs8osBXXReLpTGKByv0DcFOHDJgaDNRJcOigMdAxE7TUk1DKEKNZJz
/YkrUe76LAqtUTXgAXwBPUyS+Mc=
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=ZfbOFE8uJSIvQnBl1hMz2n
gAJds=; b=NVkbHR2qJLkXfTAPaR4dB3jpRcSdEXXe3SeP0cH2ky1ZZdCdOe75MW
qvyHERekYeThSsm7AGsJz2+EY43e/98iGAw49n4qkAV4nD9zl7RHVn1nNMIVu4uZ
7AIuyGigDt99OJn2f/pVvEtYT+OYL7+op20uadPL/ctyvjdlZNRHY=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.1 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=RESPONSE, coreutils, wget, execs
X-HELO: mail-wm0-f54.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=SVjRXv7hHw88jlfC09mlqZ386yIXHD2jFHuyyEbjjiE=; b=VwLJf5DCLDiAtU8/CAqVjPHVn8hqlePi2Yz0zPbwHzAqLde3FB3eI9q7NkbVEQ0BFu Fb9OJuY1UsCtIFJrzRJmZe9GeW3KvPhpnd6GPXUDvDoGa4li+Ack6S75f7LagMRhQH+m ULftKS4gkmaJsi/ILNor5u1NFTcaOlmXH8SEGa0ymHXbW3XW7sKKLCxxCiRwockRi+IG kq2HcC4sznLJFqRDkiShh8My35q3kDfYeLg24lLN0EfZp292qUtCr8kRnpn5LS9STN19 llb8Qdf/CVflyED9/b69BtCzyXLx0zcNStUJ6rIg12EBk/izZC4TeTGe1pWysenjUK/R e43g==
X-Gm-Message-State: AE9vXwPRCEDiurWR+6RbsNdj5npNZ9A1nOynKjO+ltjelzp2a5xq4Ea8MqHtcdGAU8Tmiw==
X-Received: by 10.194.56.230 with SMTP id d6mr5158658wjq.208.1474035105236; Fri, 16 Sep 2016 07:11:45 -0700 (PDT)
Subject: Re: wget seems to have lost executive capacity
To: cygwin AT cygwin DOT com
References: <002401d2101d$2cc3a140$864ae3c0$@bonhard.uklinux.net>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <9afa84dd-0393-a87d-22ce-7cd7f77e8e7a@gmail.com>
Date: Fri, 16 Sep 2016 16:11:34 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <002401d2101d$2cc3a140$864ae3c0$@bonhard.uklinux.net>
X-IsSubscribed: yes

On 16/09/2016 15:21, Fergus wrote:
> Just noticed (this has occurred since Tuesday, I think, but I can think of
> no associated Cygwin update or any other local event):

Tuesday is the usual day for MS updates ..

> all scripts involving a wget command line move on to the next line as though
> it had been  simply a comment
> of no executive status.
>
> Examples (showing other execs under /bin are not broken):
>
> ~> gcc --version
> gcc (GCC) 5.4.0
>
> ~> ls --version
> ls (GNU coreutils) 8.25
> Packaged by Cygwin (8.25-3)
>
> ~> wc --version
> wc (GNU coreutils) 8.25
> Packaged by Cygwin (8.25-3)~> wget --version
>
> ~> wget --version
> ~>
> ~> #### IE NIL RESPONSE

run
   strace /usr/bin/wget --version

likely will pop up the missing or wrong shared lib.

Regards
Marco

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019