Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-06-02 Thread Petr Pisar
On Sun, Jun 02, 2019 at 02:00:54PM +0200, Tim Rühsen wrote: > On 31.05.19 21:15, Petr Pisar wrote: > > On Thu, May 30, 2019 at 09:56:33AM -0400, Jeffrey Walton wrote: > >> I used PERL5LIB to put teests/ on path for Perl. It looks like at > >> least one Debian machine I have is back to the

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-06-02 Thread Tim Rühsen
On 31.05.19 21:15, Petr Pisar wrote: > On Thu, May 30, 2019 at 09:56:33AM -0400, Jeffrey Walton wrote: >> I used PERL5LIB to put teests/ on path for Perl. It looks like at >> least one Debian machine I have is back to the Socket::inet_ntoa >> problems. >> >> I'm calling it good. >> >> The Perl

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-31 Thread Petr Pisar
On Thu, May 30, 2019 at 09:56:33AM -0400, Jeffrey Walton wrote: > I used PERL5LIB to put teests/ on path for Perl. It looks like at > least one Debian machine I have is back to the Socket::inet_ntoa > problems. > > I'm calling it good. > > The Perl people need to fix Socket::inet_ntoa, and the

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
On 30.05.19 15:56, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 9:50 AM Tim Rühsen wrote: >> >> On 30.05.19 12:49, Jeffrey Walton wrote: >>> On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: Reverted 79be99aff (passes CI). Could you give it try, please ? >>> >>> Where can we get

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 9:50 AM Tim Rühsen wrote: > > On 30.05.19 12:49, Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > >> > >> Reverted 79be99aff (passes CI). Could you give it try, please ? > > > > Where can we get that? > > > > It is not on the mirror (yet?),

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
On 30.05.19 12:49, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: >> >> Reverted 79be99aff (passes CI). Could you give it try, please ? > > Where can we get that? > > It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ > does not list Git or

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 7:21 AM Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:49 AM Jeffrey Walton wrote: > > > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > > > > > Reverted 79be99aff (passes CI). Could you give it try, please ? > > > > Where can we get that? > > > > It is not

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 6:49 AM Jeffrey Walton wrote: > > On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > > > Reverted 79be99aff (passes CI). Could you give it try, please ? > > Where can we get that? > > It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ > does not

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 6:30 AM Tim Rühsen wrote: > > Reverted 79be99aff (passes CI). Could you give it try, please ? Where can we get that? It is not on the mirror (yet?), and https://www.gnu.org/software/wget/ does not list Git or Savannah access. Jeff

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
Reverted 79be99aff (passes CI). Could you give it try, please ? Regards, Tim On 30.05.19 11:57, Jeffrey Walton wrote: > On Thu, May 30, 2019 at 5:40 AM Tim Rühsen wrote: >> >> The shebang line here reads >> >> #!/usr/bin/env -S perl -I . >> >> /usr/bin/env is part of coreutils ans should know

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Jeffrey Walton
On Thu, May 30, 2019 at 5:40 AM Tim Rühsen wrote: > > The shebang line here reads > > #!/usr/bin/env -S perl -I . > > /usr/bin/env is part of coreutils ans should know '-S', even on Debian > stretch. > > $ /usr/bin/env --version > env (GNU coreutils) 8.30 > > @Jeff, what does '/usr/bin/env

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
OK, just got a PM showing that '-S' is new. Not even known by coreutils 8.28 (used on Ubuntu 18.04). So this is a no-go and needs to be addressed. Thanks for pointing out. Regards, Tim On 30.05.19 11:40, Tim Rühsen wrote: > The shebang line here reads > > #!/usr/bin/env -S perl -I . > >

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-30 Thread Tim Rühsen
The shebang line here reads #!/usr/bin/env -S perl -I . /usr/bin/env is part of coreutils ans should know '-S', even on Debian stretch. $ /usr/bin/env --version env (GNU coreutils) 8.30 @Jeff, what does '/usr/bin/env --help' show ? Or 'man env' ? Regards, Tim On 29.05.19 14:35, Darshit Shah

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-29 Thread Jeffrey Walton
On Wed, May 29, 2019 at 8:38 AM Jeffrey Walton wrote: > > On Wed, May 29, 2019 at 8:35 AM Darshit Shah wrote: > > > > That's very weird, the shebang line in that file reads: > > > > ``` > > #!/usr/bin/env perl > > ``` > > > > No options are being passed to env there. I'm going to have to take

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-29 Thread Jeffrey Walton
On Wed, May 29, 2019 at 8:35 AM Darshit Shah wrote: > > That's very weird, the shebang line in that file reads: > > ``` > #!/usr/bin/env perl > ``` > > No options are being passed to env there. I'm going to have to take another > look at this later Also see

Re: [Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-29 Thread Darshit Shah
That's very weird, the shebang line in that file reads: ``` #!/usr/bin/env perl ``` No options are being passed to env there. I'm going to have to take another look at this later * Jeffrey Walton [190529 14:21]: > Hi Everyone/Tim, > > Debian 9.9: > > $ lsb_release -a > No LSB modules are

[Bug-wget] /usr/bin/env: invalid option -- 'S'

2019-05-29 Thread Jeffrey Walton
Hi Everyone/Tim, Debian 9.9: $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 9.9 (stretch) Release:9.9 Codename: stretch $ make check ... PASS: Test-ftp-pasv-not-supported.px FAIL: Test-https-pfs.px FAIL: Test-https-tlsv1.px