wget seems to have lost executive capacity

Marco Atzeri marco.atzeri@gmail.com
Fri Sep 16 14:46:00 GMT 2016


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



More information about the Cygwin mailing list