Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Add rule for python-ldap 3.2.0 #46

Merged
merged 5 commits into from
May 22, 2019

Conversation

natefoo
Copy link
Member

@natefoo natefoo commented May 21, 2019

No description provided.

@natefoo natefoo added the new wheel New wheel addition label May 21, 2019
Traceback (most recent call last):
  File "/Users/travis/venv/lib/python3.5/site-packages/starforge/commands/cmd_wheel.py", line 77, in cli
    check_wheel_source(forge.cache_manager, forge.wheel_config)
  File "/Users/travis/venv/lib/python3.5/site-packages/starforge/cache.py", line 253, in check_wheel_source
    assert cached_source is not None, 'Cache failure on: %s' % missing
AssertionError: Cache failure on: https://gmplib.org/download/gmp/gmp-6.1.2.tar.bz2

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 603, in urlopen
    chunked=chunked)
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 344, in _make_request
    self._validate_conn(conn)
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 843, in _validate_conn
    conn.connect()
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connection.py", line 350, in connect
    ssl_context=context)
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 355, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 385, in wrap_socket
    _context=self)
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 760, in __init__
    self.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 996, in do_handshake
    self._sslobj.do_handshake()
  File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 641, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:719)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/travis/venv/lib/python3.5/site-packages/requests/adapters.py", line 449, in send
    timeout=timeout
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 641, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/Users/travis/venv/lib/python3.5/site-packages/urllib3/util/retry.py", line 399, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='gmplib.org', port=443): Max retries exceeded with url: /download/gmp/gmp-6.1.2.tar.bz2 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:719)'),))
wheels/python-ldap/meta.yml Outdated Show resolved Hide resolved
wheels/python-ldap/meta.yml Outdated Show resolved Hide resolved
Use https URLs

Co-Authored-By: Nicola Soranzo <[email protected]>
@natefoo
Copy link
Member Author

natefoo commented May 22, 2019

OpenSSL 1.1.1's build process requires Perl 5.10, which isn't available in the manylinux1 image. I'm going to switch it back to 1.0.2 and let's shoot for building manylinux2010 wheels before the end of the year.

@natefoo natefoo force-pushed the python-ldap-3.2.0 branch from 71bafb5 to 51f0e82 Compare May 22, 2019 13:03
@nsoranzo
Copy link
Member

Thanks @natefoo ! Should we add an issue to the starforge repo about manylinux2010 ?

@natefoo
Copy link
Member Author

natefoo commented May 22, 2019

Sure!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new wheel New wheel addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants