Re: Tips on Applying for Wget at GSoC

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > The following message is intended to describe how I prioritize GSoC > applications; it is intended to be useful as a basis for students to > improve their chances of getting accepted. It's my assumption that > serious GSoC applican

Re: wget 1.11.1 make test fails

2008-04-02 Thread Hrvoje Niksic
Micah Cowan <[EMAIL PROTECTED]> writes: > I'm wondering whether it might make sense to go back to completely > ignoring the system-provided fnmatch? One argument against that approach is that it increases code size on systems that do correctly implement fnmatch, i.e. on most modern Unixes that we

Re: wget 1.11.1 make test fails

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hrvoje Niksic wrote: > Micah Cowan <[EMAIL PROTECTED]> writes: > >>> It sounds like a libc problem rather than a gcc problem. Try >>> #undefing SYSTEM_FNMATCH in sysdep.h and see if it works then. >> It's hard for me to imagine an fnmatch that ignore

Tips on Applying for Wget at GSoC

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following message is intended to describe how I prioritize GSoC applications; it is intended to be useful as a basis for students to improve their chances of getting accepted. It's my assumption that serious GSoC applicants will already be subscrib

Re: wget 1.11.1 make test fails

2008-04-02 Thread Hrvoje Niksic
Micah Cowan <[EMAIL PROTECTED]> writes: >> It sounds like a libc problem rather than a gcc problem. Try >> #undefing SYSTEM_FNMATCH in sysdep.h and see if it works then. > > It's hard for me to imagine an fnmatch that ignores FNM_PATHNAME: I > mean, don't most shells rely on this to handle file g

Re: FW: Looking for 1.9.1 user manual

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > [EMAIL PROTECTED] wrote: >> I downloaded and FTP'd, and untarred/expanded both of these: >> wget-1.9.tar.gz >> texi2html-1.78.zip > >> They created directories, >> /home/portal/klow/wget-1.9 >> /home/portal/klow/texi2html-1.78 >

Re: FW: Looking for 1.9.1 user manual

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > I downloaded and FTP'd, and untarred/expanded both of these: > wget-1.9.tar.gz > texi2html-1.78.zip > > They created directories, > /home/portal/klow/wget-1.9 > /home/portal/klow/texi2html-1.78 > > I ran ./configure in eac

FW: Looking for 1.9.1 user manual

2008-04-02 Thread Kevin.Low
I downloaded and FTP'd, and untarred/expanded both of these: wget-1.9.tar.gz texi2html-1.78.zip They created directories, /home/portal/klow/wget-1.9 /home/portal/klow/texi2html-1.78 I ran ./configure in each one of them, then tried the make $ cd wget-1.9/doc $ make wget_toc.html texi2ht

Re: wget fails using proxy with https-protocol

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > Julien, I've CC'd you, in case you think this might be something you'd > want to add to your GSoC proposal. If it _is_, it's probably something > that should be done before the rest, so I can backport it into the 1.11 > branch for

Re: Looking for 1.9.1 user manual

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > I've looked through both wget-1.9.1.tar.gz and wget-1.9.tar.gz and do > not see a user manual. An example of what I'm calling a "user manual" is > at http://www.gnu.org/software/wget/manual/wget.html for 1.11.1, but I > do no

Re: wget 1.11.1 make test fails

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hrvoje Niksic wrote: > Alain Guibert <[EMAIL PROTECTED]> writes: > >> Hello Micah, >> >> On Monday, March 31, 2008 at 11:39:43 -0700, Micah Cowan wrote: >> >>> could you try to isolate which part of test_dir_matches_p is failing? >> The only failing

Re: wget fails using proxy with https-protocol

2008-04-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I could've sworn I sent my response to this, to the list, but I must have accidentally hit "Reply" instead of "Reply All". Slava Grig wrote: >Hello! > > I try to set environment variable https_proxy and download something through > > wget --no-c

RE: Looking for 1.9.1 user manual

2008-04-02 Thread Kevin.Low
I've looked through both wget-1.9.1.tar.gz and wget-1.9.tar.gz and do not see a user manual. An example of what I'm calling a "user manual" is at http://www.gnu.org/software/wget/manual/wget.html for 1.11.1, but I do not see previous versions available there. Is there another place I can look? Pl

Re: wget 1.11.1 make test fails

2008-04-02 Thread Hrvoje Niksic
Alain Guibert <[EMAIL PROTECTED]> writes: > Hello Micah, > > On Monday, March 31, 2008 at 11:39:43 -0700, Micah Cowan wrote: > >> could you try to isolate which part of test_dir_matches_p is failing? > > The only failing src/utils.c test_array[] line is: > > | { { "*COMPLETE", NULL, NULL }, "

Re: wget 1.11.1 make test fails

2008-04-02 Thread Alain Guibert
Hello Micah, On Monday, March 31, 2008 at 11:39:43 -0700, Micah Cowan wrote: > could you try to isolate which part of test_dir_matches_p is failing? The only failing src/utils.c test_array[] line is: | { { "*COMPLETE", NULL, NULL }, "foo/!COMPLETE", false }, I don't understand enough of d