public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* wget 1.16.2-1 does not work
@ 2015-03-09 15:34 Ulf-Dietrich Braumann
  2015-03-09 16:11 ` Eric Blake
  2015-03-09 22:01 ` Ulf-Dietrich Braumann
  0 siblings, 2 replies; 5+ messages in thread
From: Ulf-Dietrich Braumann @ 2015-03-09 15:34 UTC (permalink / raw)
  To: cygwin

Hi, just had updated wget to 1.16.2-1 on a WinXP 32bit box. However, when 
calling wget it did not return anything, not even the help message. Have 
returned to 1.16.1-1 which workes without problems - Regards - UDB

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wget 1.16.2-1 does not work
  2015-03-09 15:34 wget 1.16.2-1 does not work Ulf-Dietrich Braumann
@ 2015-03-09 16:11 ` Eric Blake
  2015-03-09 22:01 ` Ulf-Dietrich Braumann
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Blake @ 2015-03-09 16:11 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

On 03/09/2015 09:20 AM, Ulf-Dietrich Braumann wrote:
> Hi, just had updated wget to 1.16.2-1 on a WinXP 32bit box. However,
> when calling wget it did not return anything, not even the help message.
> Have returned to 1.16.1-1 which workes without problems - Regards - UDB

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?

Meanwhile, upstream just released 1.16.3 today, to fix an upstream
regression introduced in 1.16.2, so I have to rebuild soon anyways. If
it was indeed a missing dll on your part, I can tweak the .hint file for
the next build to avoid the issue for the next user.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wget 1.16.2-1 does not work
  2015-03-09 15:34 wget 1.16.2-1 does not work Ulf-Dietrich Braumann
  2015-03-09 16:11 ` Eric Blake
@ 2015-03-09 22:01 ` Ulf-Dietrich Braumann
  2015-03-11 19:52   ` Ulf-Dietrich Braumann
  1 sibling, 1 reply; 5+ messages in thread
From: Ulf-Dietrich Braumann @ 2015-03-09 22:01 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wget 1.16.2-1 does not work
  2015-03-09 22:01 ` Ulf-Dietrich Braumann
@ 2015-03-11 19:52   ` Ulf-Dietrich Braumann
  2015-03-11 20:57     ` Achim Gratz
  0 siblings, 1 reply; 5+ messages in thread
From: Ulf-Dietrich Braumann @ 2015-03-11 19:52 UTC (permalink / raw)
  To: cygwin

Hi, in the meantime I could fix the missing functionality of wget 1.16.2-1 
by simply giving a second try to (solely) upgrade wget from 1.16.1-1 to 
1.16.2-1. Suddenly a lot of packages wget 1.16.1-1 apparently was not 
depending on appeared on the resolving dependeny list (see below). So 
finally wget works again. As it seems, the mechanism to resolve these 
dependencies is not perfect yet (I had this trouble on two different 
cygwin installations), as during the first try to upgrade to 1.16.2-1 they 
were not included. Greetings - UD


perl-Archive-Zip	(1.45-1)
 	Perl distribution Archive-Zip
 	Required by: perl_vendor

perl-B-Generate	(1.50-1)
 	Perl distribution B-Generate
 	Required by: perl_vendor

perl-Capture-Tiny	(0.28-1)
 	Perl distribution Capture-Tiny
 	Required by: perl-CPAN-Reporter

perl-Compress-Bzip2	(2.22-1)
 	Perl distribution Compress-Bzip2
 	Required by: perl_vendor

perl-Config-Tiny	(2.22-1)
 	Perl distribution Config-Tiny
 	Required by: perl-CPAN-Reporter

perl-CPAN-Reporter	(1.2011-1)
 	Perl distribution CPAN-Reporter
 	Required by: perl_vendor

perl-Data-Alias	(1.18-2)
 	Perl distribution Data-Alias
 	Required by: perl_vendor

perl-Devel-Autoflush	(0.06-1)
 	Perl distribution Devel-Autoflush
 	Required by: perl-CPAN-Reporter

perl-Digest-HMAC	(1.03-4)
 	Perl distribution Digest-HMAC
 	Required by: perl-Net-DNS

perl-Digest-SHA	(5.95-1)
 	Perl distribution Digest-SHA
 	Required by: perl_vendor

perl-Encode-Locale	(1.04-1)
 	Perl distribution Encode-Locale
 	Required by: perl-libwww-perl

perl-File-Copy-Recursive	(0.38-4)
 	Perl distribution File-Copy-Recursive
 	Required by: perl_vendor

perl-File-HomeDir	(1.00-2)
 	Perl distribution File-HomeDir
 	Required by: perl-CPAN-Reporter

perl-File-Listing	(6.04-4)
 	Perl distribution File-Listing
 	Required by: perl-libwww-perl

perl-File-pushd	(1.009-1)
 	Perl distribution File-pushd
 	Required by: perl_vendor

perl-HTML-Parser	(3.71-2)
 	Perl distribution HTML-Parser
 	Required by: perl-libwww-perl

perl-HTTP-Cookies	(6.01-4)
 	Perl distribution HTTP-Cookies
 	Required by: perl-libwww-perl

perl-HTTP-Daemon	(6.01-4)
 	Perl distribution HTTP-Daemon
 	Required by: perl-libwww-perl

perl-HTTP-Date	(6.02-4)
 	Perl distribution HTTP-Date
 	Required by: perl-libwww-perl

perl-HTTP-Message	(6.06-2)
 	Perl distribution HTTP-Message
 	Required by: perl-libwww-perl

perl-HTTP-Negotiate	(6.01-4)
 	Perl distribution HTTP-Negotiate
 	Required by: perl-libwww-perl

perl-IO-CaptureOutput	(1.1104-1)
 	Perl distribution IO-CaptureOutput
 	Required by: perl_vendor

perl-IO-Socket-INET6	(2.72-1)
 	Perl distribution IO-Socket-INET6
 	Required by: perl_vendor

perl-IO-String	(1.08-4)
 	Perl distribution IO-String
 	Required by: perl_vendor

perl-IO-Tty	(1.12-1)
 	Perl distribution IO-Tty
 	Required by: perl-IPC-Run

perl-IPC-Cmd	(0.92-1)
 	Perl distribution IPC-Cmd
 	Required by: perl-CPAN-Reporter

perl-IPC-Run	(0.94-1)
 	Perl distribution IPC-Run
 	Required by: perl_vendor

perl-libwww-perl	(6.13-1)
 	Perl distribution libwww-perl
 	Required by: perl-XML-Parser

perl-LWP-MediaTypes	(6.02-4)
 	Perl distribution LWP-MediaTypes
 	Required by: perl-libwww-perl

perl-Module-ScanDeps	(1.18-1)
 	Perl distribution Module-ScanDeps
 	Required by: perl_vendor

perl-Module-Signature	(0.73-2)
 	Perl distribution Module-Signature
 	Required by: perl_vendor

perl-Net-DNS	(0.83-1)
 	Perl distribution Net-DNS
 	Required by: perl_vendor

perl-Net-HTTP	(6.07-1)
 	Perl distribution Net-HTTP
 	Required by: perl-libwww-perl

perl-Net-IP	(1.26-2)
 	Perl distribution Net-IP
 	Required by: perl_vendor

perl-PadWalker	(2.0-1)
 	Perl distribution PadWalker
 	Required by: perl_vendor

perl-PAR-Dist	(0.49-2)
 	Perl distribution PAR-Dist
 	Required by: perl_vendor

perl-Pod-Coverage	(0.23-2)
 	Perl distribution Pod-Coverage
 	Required by: perl-Test-Pod-Coverage

perl-Pod-Escapes	(1.07-1)
 	Perl distribution Pod-Escapes
 	Required by: perl_vendor

perl-Pod-Simple	(3.30-1)
 	Perl distribution Pod-Simple
 	Required by: perl_vendor

perl-Probe-Perl	(0.03-2)
 	Perl distribution Probe-Perl
 	Required by: perl-CPAN-Reporter

perl-Proc-ProcessTable	(0.51-1)
 	Perl distribution Proc-ProcessTable
 	Required by: perl_vendor

perl-Socket6	(0.25-1)
 	Perl distribution Socket6
 	Required by: perl-IO-Socket-INET6

perl-Tee	(0.14-4)
 	Perl distribution Tee
 	Required by: perl_vendor

perl-Term-ReadLine-Gnu	(1.26-1)
 	Perl distribution Term-ReadLine-Gnu
 	Required by: perl_vendor

perl-Term-ReadLine-Perl	(1.0303-4)
 	Perl distribution Term-ReadLine-Perl
 	Required by: perl_vendor

perl-TermReadKey	(2.32-1)
 	Perl distribution TermReadKey
 	Required by: perl_vendor

perl-Test-NoWarnings	(1.04-3)
 	Perl distribution Test-NoWarnings
 	Required by: perl_vendor

perl-Test-Pod	(1.48-2)
 	Perl distribution Test-Pod
 	Required by: perl_vendor

perl-Test-Pod-Coverage	(1.10-1)
 	Perl distribution Test-Pod-Coverage
 	Required by: perl_vendor

perl-Test-Reporter	(1.60-2)
 	Perl distribution Test-Reporter
 	Required by: perl-CPAN-Reporter

perl-Test-Reporter-Transport-Metabase	(1.999008-4)
 	Perl distribution Test-Reporter-Transport-Metabase
 	Required by: perl_vendor

perl-Test-Simple	(1.001014-1)
 	Perl distribution Test-Simple
 	Required by: perl_vendor

perl-URI	(1.67-1)
 	Perl distribution URI
 	Required by: perl-libwww-perl, perl-Net-HTTP

perl-WWW-RobotRules	(6.02-4)
 	Perl distribution WWW-RobotRules
 	Required by: perl-libwww-perl

perl-XML-LibXML	(2.0118-1)
 	Perl distribution XML-LibXML
 	Required by: perl_vendor

perl-XML-NamespaceSupport	(1.11-4)
 	Perl distribution XML-NamespaceSupport
 	Required by: perl-XML-LibXML

perl-XML-Parser	(2.44-1)
 	Perl distribution XML-Parser
 	Required by: perl_vendor

perl-XML-SAX	(0.99-4)
 	Perl distribution XML-SAX
 	Required by: perl-XML-LibXML

perl-YAML	(1.14-1)
 	Perl distribution YAML
 	Required by: perl_vendor



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wget 1.16.2-1 does not work
  2015-03-11 19:52   ` Ulf-Dietrich Braumann
@ 2015-03-11 20:57     ` Achim Gratz
  0 siblings, 0 replies; 5+ messages in thread
From: Achim Gratz @ 2015-03-11 20:57 UTC (permalink / raw)
  To: cygwin

Ulf-Dietrich Braumann writes:
> Hi, in the meantime I could fix the missing functionality of wget
> 1.16.2-1 
> by simply giving a second try to (solely) upgrade wget from 1.16.1-1
> to 1.16.2-1. Suddenly a lot of packages wget 1.16.1-1 apparently was
> not depending on appeared on the resolving dependeny list (see
> below).

None of these have anything to do with wget, they are the result of
making perl_vendor obsolete and splitting it into its individual
constituents.  But it might be that either the mirror you are using
was/is not fully up-to-date or you might be working through a (proxy)
cache that doesn't update correctly if you are having these problems
more often.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-11 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 15:34 wget 1.16.2-1 does not work Ulf-Dietrich Braumann
2015-03-09 16:11 ` Eric Blake
2015-03-09 22:01 ` Ulf-Dietrich Braumann
2015-03-11 19:52   ` Ulf-Dietrich Braumann
2015-03-11 20:57     ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).