| delorie.com/archives/browse.cgi | search |
| 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:date:from:to:subject:in-reply-to:message-id | |
| :references:mime-version:content-type; q=dns; s=default; b=t5sqz | |
| wqoG5GvCwZsoTp8OuDtQrM0ImeuANJmUIyXiXK6knPayFWfyjkF+WQqun0ifCJgh | |
| yosa9HYvjg2cd5piwZrO0ftMLtfhx7NpUBjTClq+9dHGVlwsOMH8Au7UVX8rMvMa | |
| aIrfHAyUUN9qSrxJQrxJVolrkvpXIVIuH7PfPI= | |
| 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:date:from:to:subject:in-reply-to:message-id | |
| :references:mime-version:content-type; s=default; bh=GQZvUE9Ctbx | |
| RlkA4QgdLJoyH178=; b=tOcRzj7CQqaM0sCYxXc3NOzwPyUKT0bC7HndhA4LvpN | |
| lhO5xjmqsg+s5RZrJ4i0vHwpAPMFSD5be8LZ+mf48jtP5ySboQ3/rQvarghDJHF3 | |
| P59XiT7qxnWhGkXtIwvFZ2glGwcqlLV4gJlqfBs0YMTFoZUedzqBRvExSJksLuI4 | |
| = | |
| 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.6 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 |
| X-HELO: | v1.rz.uni-leipzig.de |
| Date: | Mon, 9 Mar 2015 20:53:55 +0100 |
| From: | Ulf-Dietrich Braumann <braumann AT izbi DOT uni-leipzig DOT de> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: wget 1.16.2-1 does not work |
| In-Reply-To: | <alpine.CYG.2.20.1.1503091617230.3788@zbpxnh.vmov.hav-yrvcmvt.qr> |
| Message-ID: | <alpine.CYG.2.20.1.1503092035220.306676@zvxeb.vmov.hav-yrvcmvt.qr> |
| References: | <alpine DOT CYG DOT 2 DOT 20 DOT 1 DOT 1503091617230 DOT 3788 AT zbpxnh DOT vmov DOT hav-yrvcmvt DOT qr> |
| User-Agent: | Alpine 2.20.1 (CYG 68 2015-01-25) |
| MIME-Version: | 1.0 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |