Re: 500 error while building during bootstrap

2021-10-03 Thread Carl Marcum
Hi Andrea, On 10/3/21 5:42 PM, Andrea Pescetti wrote: Andrea Pescetti wrote: It is fixed by editing line 541 of main/solenv/bin/download_external_dependencies.pl so that it reads (add the middle line): $agent->env_proxy; $agent->ssl_opts(verify_hostname => 0); my $response =

Re: 500 error while building during bootstrap

2021-10-03 Thread Pedro Lino
Hi Andrea > On 10/03/2021 10:42 PM Andrea Pescetti wrote: > Again, this is a local workaround for those who know what they are doing. Clearly not my case (I'm not a programmer) so I won't risk it :) Thank you anyway for the workarounds but I was "lucky" to have successfully compiled the RC1

Re: 500 error while building during bootstrap

2021-10-03 Thread Andrea Pescetti
Andrea Pescetti wrote: It is fixed by editing line 541 of main/solenv/bin/download_external_dependencies.pl so that it reads (add the middle line):     $agent->env_proxy;     $agent->ssl_opts(verify_hostname => 0);     my $response = $agent->get($URL); Additional note: if you want to

Re: 500 error while building during bootstrap

2021-10-03 Thread Andrea Pescetti
On 02/10/2021 Pedro Lino wrote: I can confirm that bootstrapping works as expected on my Ubuntu 18.04.6 OS I've bumped into the same problem while building on an old CentOS 7 VM (but doing a clean build). It is fixed by editing line 541 of main/solenv/bin/download_external_dependencies.pl

Re: 500 error while building during bootstrap

2021-10-02 Thread Pedro Lino
Hi Matthias, Carl I can confirm that bootstrapping works as expected on my Ubuntu 18.04.6 OS which is running OpenSSL 1.1.1 11 Sep 2018 (2018!) There are two glitches (caused by missing MD5 files?) downloading dmake-4.12.tar.bz2 downloading to

Re: 500 error while building during bootstrap

2021-10-02 Thread Matthias Seidel
Hi Carl, Am 01.10.21 um 21:08 schrieb Carl Marcum: > Hi Matthias, > > On 10/1/21 1:25 PM, Matthias Seidel wrote: >> Hi Carl, >> >> Am 01.10.21 um 19:21 schrieb Carl Marcum: >>> Hi All, >>> >>> I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X >>> and trunk on for quite awhile.

Re: 500 error while building during bootstrap

2021-10-01 Thread Carl Marcum
Hi Matthias, On 10/1/21 1:25 PM, Matthias Seidel wrote: Hi Carl, Am 01.10.21 um 19:21 schrieb Carl Marcum: Hi All, I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X and trunk on for quite awhile. When building this RC1 in a new directory I'm getting "500 Can't connect to

Re: 500 error while building during bootstrap

2021-10-01 Thread Matthias Seidel
Hi Carl, Am 01.10.21 um 19:21 schrieb Carl Marcum: > Hi All, > > I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X > and trunk on for quite awhile. > > When building this RC1 in a new directory I'm getting "500 Can't > connect to sourceforge.net" for many dependencies during

500 error while building during bootstrap

2021-10-01 Thread Carl Marcum
Hi All, I'm building 4.1.11 RC1 on a CentOS 7 VM I've been building both 41X and trunk on for quite awhile. When building this RC1 in a new directory I'm getting "500 Can't connect to sourceforge.net" for many dependencies during bootstrap. Probably related to my SSL or something? Anyway,