This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: wget 1.16.2-1 does not work


On Mon, 9 Mar 2015, Eric Blake wrote:

Thanks for the report. I can't reproduce it locally (that is, 'wget --help' works for me on both 32- and 64-bit cygwin). No help message printed sounds like it might be a missing entry point in a dll. To confirm, can you run:

cygcheck /bin/wget

and see if it mentions any problems?


Thanks. I could reconfirm the problem on a Win2003 64bit running a 32bit Cygwin:

cygcheck apparently is not complaining:

$cygcheck /bin/wget
D:\cygwin\bin\wget.exe
  D:\cygwin\bin\cygwin1.dll
    C:\WINDOWS\system32\KERNEL32.dll
      C:\WINDOWS\system32\ntdll.dll
  D:\cygwin\bin\cyggnutls-28.dll
    D:\cygwin\bin\cyghogweed-2.dll
      D:\cygwin\bin\cyggmp-10.dll
      D:\cygwin\bin\cygnettle-4.dll
        D:\cygwin\bin\cyggcc_s-1.dll
    D:\cygwin\bin\cygz.dll
    D:\cygwin\bin\cygiconv-2.dll
    D:\cygwin\bin\cygintl-8.dll
    D:\cygwin\bin\cygp11-kit-0.dll
      D:\cygwin\bin\cygffi-6.dll
    D:\cygwin\bin\cygtasn1-6.dll
  D:\cygwin\bin\cygidn-11.dll
  D:\cygwin\bin\cygpcre-1.dll
  D:\cygwin\bin\cyguuid-1.dll

Functionality for 1.16.2-1 is missing at all:

$wget
$

$wget --help
$


Once I revert back to wget 1.16.1-1 it works:

$wget
wget: missing URL
Usage: wget [OPTION]... [URL]...

Try `wget --help' for more options.
$

cygcheck output is identic with that for 1.16.2-1:

$cygcheck /bin/wget
D:\cygwin\bin\wget.exe
  D:\cygwin\bin\cygwin1.dll
    C:\WINDOWS\system32\KERNEL32.dll
      C:\WINDOWS\system32\ntdll.dll
  D:\cygwin\bin\cyggnutls-28.dll
    D:\cygwin\bin\cyghogweed-2.dll
      D:\cygwin\bin\cyggmp-10.dll
      D:\cygwin\bin\cygnettle-4.dll
        D:\cygwin\bin\cyggcc_s-1.dll
    D:\cygwin\bin\cygz.dll
    D:\cygwin\bin\cygiconv-2.dll
    D:\cygwin\bin\cygintl-8.dll
    D:\cygwin\bin\cygp11-kit-0.dll
      D:\cygwin\bin\cygffi-6.dll
    D:\cygwin\bin\cygtasn1-6.dll
  D:\cygwin\bin\cygidn-11.dll
  D:\cygwin\bin\cygpcre-1.dll
  D:\cygwin\bin\cyguuid-1.dll

$wget --help
GNU Wget 1.16.1, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...

...

<skipping full output here>


All other packages were updated today, including the emulation engine, of course.

Regards - UD

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]