Re: [Bug-wget] bootstrap problem

2015-05-07 Thread Mariusz Balewski
On Wed, May 06, 2015 at 11:52:04PM +0200, Ángel González wrote: On 06/05/15 10:46, Giuseppe Scrivano wrote: Ander Juaristiajuari...@gmx.es writes: Why don't we just add Bash to the dependency list, at README.checkout? This is (or at least, should be) the first resource to read for current and

Re: [Bug-wget] bootstrap problem

2015-05-06 Thread Ander Juaristi
On 05/06/2015 02:31 AM, Ángel González wrote: A really clean solution :) test $(echo y) = y || exit 1 It would be simple to add to bootstrap a line like test $(echo y) = y || die 'No $() support. Please use a POSIX shell.' Why don't we just add Bash to the dependency list, at

Re: [Bug-wget] bootstrap problem

2015-05-06 Thread Giuseppe Scrivano
Ander Juaristi ajuari...@gmx.es writes: On 05/06/2015 02:31 AM, Ángel González wrote: A really clean solution :) test $(echo y) = y || exit 1 It would be simple to add to bootstrap a line like test $(echo y) = y || die 'No $() support. Please use a POSIX shell.' Why don't we just add

Re: [Bug-wget] bootstrap problem

2015-05-06 Thread Ángel González
On 06/05/15 10:46, Giuseppe Scrivano wrote: Ander Juaristiajuari...@gmx.es writes: Why don't we just add Bash to the dependency list, at README.checkout? This is (or at least, should be) the first resource to read for current and future Wget developers. that won't be enough, I am afraid. He

Re: [Bug-wget] bootstrap problem

2015-05-06 Thread Jim Meyering
On Wed, May 6, 2015 at 1:46 AM, Giuseppe Scrivano gscriv...@gnu.org wrote: Ander Juaristi ajuari...@gmx.es writes: On 05/06/2015 02:31 AM, Ángel González wrote: A really clean solution :) test $(echo y) = y || exit 1 It would be simple to add to bootstrap a line like test $(echo y) = y

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Jim Meyering
On Tue, May 5, 2015 at 2:50 PM, Ángel González keis...@gmail.com wrote: On 05/05/15 12:45, Dagobert Michelsen wrote: Hi Darshit, Am 05.05.2015 um 12:23 schrieb Darshit Shahdar...@gmail.com: So, is the issue because some platforms are shipping a non-compatible version of sh, or is the

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Ángel González
On 05/05/15 14:21, Mariusz Balewski wrote: It was using /bin/sh. I tested it on Ubuntu Linux. Mariusz The Ubuntu default is to use bash for /bin/sh (although you didn't provide versions). And even dash should work. Did you change anything?

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Dagobert Michelsen
Hi, Am 04.05.2015 um 22:30 schrieb Ángel González keis...@gmail.com: On 04/05/15 12:54, Mariusz Balewski wrote: it looks like something fishy with your shell. Could you give us the output of ls -l /bin/sh ? Could you try to run instead bash ./bootstrap ? Problem already resolved. Bad

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Darshit Shah
So, is the issue because some platforms are shipping a non-compatible version of sh, or is the script incorrectly using bash while only claiming to use sh? On Tue, May 5, 2015 at 3:46 PM, Dagobert Michelsen d...@opencsw.org wrote: Hi, Am 04.05.2015 um 22:30 schrieb Ángel González

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Ángel González
On 05/05/15 12:45, Dagobert Michelsen wrote: Hi Darshit, Am 05.05.2015 um 12:23 schrieb Darshit Shahdar...@gmail.com: So, is the issue because some platforms are shipping a non-compatible version of sh, or is the script incorrectly using bash while only claiming to use sh? The problem is the

Re: [Bug-wget] bootstrap problem

2015-05-05 Thread Dagobert Michelsen
Hi Darshit, Am 05.05.2015 um 12:23 schrieb Darshit Shah dar...@gmail.com: So, is the issue because some platforms are shipping a non-compatible version of sh, or is the script incorrectly using bash while only claiming to use sh? The problem is the evaluation with $( ): bootstrap: syntax

Re: [Bug-wget] bootstrap problem

2015-05-04 Thread Mariusz Balewski
On Fri, May 01, 2015 at 12:24:41AM +0200, Giuseppe Scrivano wrote: Mariusz Balewski m_balew...@tlen.pl writes: On Wed, Apr 29, 2015 at 08:37:49PM +0200, Ángel González wrote: Onl 29/04/15 15:03, m_balewski wrote: Hi, It's my first mail here, so I would like to welcome you all! wget isgreat

Re: [Bug-wget] bootstrap problem

2015-04-30 Thread Ander Juaristi
On 04/29/2015 03:03 PM, m_balewski wrote: Hi, It's my first mail here, so I would like to welcome you all! wget isgreat (I'm using it for years) and I wish to try to look into it's codeand maybe do some changens some day :) But for now, I have a problem... I've just downloaded the sources and

Re: [Bug-wget] bootstrap problem

2015-04-30 Thread Giuseppe Scrivano
Mariusz Balewski m_balew...@tlen.pl writes: On Wed, Apr 29, 2015 at 08:37:49PM +0200, Ángel González wrote: Onl 29/04/15 15:03, m_balewski wrote: Hi, It's my first mail here, so I would like to welcome you all! wget isgreat (I'm using it for years) and I wish to try to look into it's codeand

[Bug-wget] bootstrap problem

2015-04-29 Thread m_balewski
Hi, It's my first mail here, so I would like to welcome you all! wget isgreat (I'm using it for years) and I wish to try to look into it's codeand maybe do some changens some day :) But for now, I have a problem... I've just downloaded the sources and trying to compile as describedin Compiling

Re: [Bug-wget] bootstrap problem

2015-04-29 Thread Ángel González
Onl 29/04/15 15:03, m_balewski wrote: Hi, It's my first mail here, so I would like to welcome you all! wget isgreat (I'm using it for years) and I wish to try to look into it's codeand maybe do some changens some day :) But for now, I have a problem... I've just downloaded the sources and