When building php I get the following error which causes a multi minute
timeout.  From a wget request it looks like the web site has moved.  This
happens on many files and causes quite a slowdown in building a port.

 

===>  Checking files for py-six-1.11.0

>> Fetch https://pypi.io/packages/source/s/six/six-1.11.0.tar.gz

ftp: SSL write error: handshake failed: Operation timed out

>> Fetch https://ftp.openbsd.org/pub/OpenBSD/distfiles/six-1.11.0.tar.gz

six-1.11.0.tar.gz 100%
|********************************************************| 29860       00:00

 

With wget:

 

op1bsdtest2# wget https://pypi.io/packages/source/s/six/six-1.11.0.tar.gz

--2018-08-14 15:57:26--
https://pypi.io/packages/source/s/six/six-1.11.0.tar.gz

Resolving pypi.io (pypi.io)... 151.101.0.223, 151.101.64.223,
151.101.128.223, ...

Connecting to pypi.io (pypi.io)|151.101.0.223|:443... connected.

HTTP request sent, awaiting response... 301 Redirect to Primary Domain

Location: https://pypi.org/packages/source/s/six/six-1.11.0.tar.gz
[following]

--2018-08-14 15:57:26--
https://pypi.org/packages/source/s/six/six-1.11.0.tar.gz

Resolving pypi.org (pypi.org)... 151.101.0.223, 151.101.64.223,
151.101.128.223, ...

Connecting to pypi.org (pypi.org)|151.101.0.223|:443... connected.

HTTP request sent, awaiting response... 301 Moved Permanently

Location:
https://files.pythonhosted.org/packages/source/s/six/six-1.11.0.tar.gz
[following]

--2018-08-14 15:57:26--
https://files.pythonhosted.org/packages/source/s/six/six-1.11.0.tar.gz

Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.53.63,
2a04:4e42:d::319

Connecting to files.pythonhosted.org
(files.pythonhosted.org)|151.101.53.63|:443... connected.

HTTP request sent, awaiting response... 302 Found

Location:
https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c
111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz [following]

--2018-08-14 15:57:26--
https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c
111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz

Reusing existing connection to files.pythonhosted.org:443.

HTTP request sent, awaiting response... 200 OK

Length: 29860 (29K) [binary/octet-stream]

Saving to: 'six-1.11.0.tar.gz'

 

six-1.11.0.tar.gz   100%[===================>]  29.16K  --.-KB/s    in 0.01s

 

2018-08-14 15:57:27 (2.15 MB/s) - 'six-1.11.0.tar.gz' saved [29860/29860]

 

op1bsdtest2#

Reply via email to