[Bug-wget] wget 1.13.1 hangs on redirected url

2011-08-17 Thread Axel Reinhold
Hi, wget 1.13.1 hangs on redirected site foreever - this url also has digest authorization! works fine with wget 1.12 . [wpack@pie ~]$ /tmp/wget-1.13.1-1/bin/wget -O- http://calea.wpack.de/sites/active --2011-08-17 08:34:39-- http://calea.wpack.de/sites/active Resolving calea.wpack.de

[Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Jack Nagel
I have encountered an issue building wget 1.13.1 on Mac OS X 10.6.8. It fails during 'make' with gcc 4.2 here: /usr/bin/cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -I. -I../lib -I../lib -c css.c In file included from ../lib/unistd.h:113:0,

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Giuseppe Scrivano
ops... Thanks to have reported it. I am sure it depends from a fix for a similar error Perry had on AIX. At this point, it seems the only way to fix the problem is to include config.h at the very beginning of css.c. I have looked at the flex documentation but I can't find anything useful to

Re: [Bug-wget] wget 1.13.1 hangs on redirected url

2011-08-17 Thread Giuseppe Scrivano
Hello, I have tried the command you suggested but I wasn't able to let it hang. Are you able to reproduce this problem every time? If so, can you please include the debug information generated by --debug? Thanks, Giuseppe Axel Reinhold a...@freakout.de writes: Hi, wget 1.13.1 hangs on

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Perry Smith
I thought you were just going to remove the include of wget.h ? On Aug 17, 2011, at 9:09 AM, Giuseppe Scrivano wrote: ops... Thanks to have reported it. I am sure it depends from a fix for a similar error Perry had on AIX. At this point, it seems the only way to fix the problem is to

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Giuseppe Scrivano
Yes, but it seems to create another problem under Mac OS X 10.6.8. In any case, this is the hack I was talking about, does it work for both of you? Thanks, Giuseppe === modified file 'src/Makefile.am' --- src/Makefile.am 2011-08-11 08:26:43 + +++ src/Makefile.am 2011-08-17

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Giuseppe Scrivano
to facilitate the testing, I have uploaded a tarball here: http://it.gnu.org/~gscrivano/files/wget-1.13.1-dirty.tar.bz2 a263e18bc121d6195b1cf7c78b0ff0ba62ac09c3 wget-1.13.1-dirty.tar.bz2 2ee94ef1011dfea2c98615df0d59b7d1 wget-1.13.1-dirty.tar.bz2 Thanks, Giuseppe Perry Smith

[Bug-wget] How do I download this page ?

2011-08-17 Thread phil curb
http://stackprinter.appspot.com/export?question=282329format=HTMLservice=stackoverflowlinktohome=false

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Jack Nagel
On Wed, Aug 17, 2011 at 2:52 PM, Giuseppe Scrivano gscriv...@gnu.org wrote: to facilitate the testing, I have uploaded a tarball here: http://it.gnu.org/~gscrivano/files/wget-1.13.1-dirty.tar.bz2 I have the same build error with this version. Jack

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Perry Smith
On Aug 17, 2011, at 6:20 PM, Jack Nagel wrote: On Wed, Aug 17, 2011 at 2:52 PM, Giuseppe Scrivano gscriv...@gnu.org wrote: to facilitate the testing, I have uploaded a tarball here: http://it.gnu.org/~gscrivano/files/wget-1.13.1-dirty.tar.bz2 I have the same build error with this

Re: [Bug-wget] getopt/'struct options' build error in 1.13.1

2011-08-17 Thread Jack Nagel
On Wed, Aug 17, 2011 at 6:20 PM, Jack Nagel jackna...@gmail.com wrote: I have the same build error with this version. (And let me know if I can provide any relevant/helpful information). Jack