Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 650
    • Issues 650
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Issues
  • #3737

Closed
Open
Created May 04, 2022 by Sven-Hendrik Haase@svenstaro

Builds fails due to OpenSSL version updates

During build:

fetching archive http://artfiles.org/openssl.org/source/openssl-1.1.1n.tar.gz
Traceback (most recent call last):
  File "/tmp/pypy3.9-v7.3.9-src/pypy/../lib_pypy/pypy_tools/build_cffi_imports.py", line 353, in <module>
    failures = create_cffi_import_libraries(exename, options, basedir,
  File "/tmp/pypy3.9-v7.3.9-src/pypy/../lib_pypy/pypy_tools/build_cffi_imports.py", line 262, in create_cffi_import_libraries
    status, stdout, stderr = _build_dependency(key)
  File "/tmp/pypy3.9-v7.3.9-src/pypy/../lib_pypy/pypy_tools/build_cffi_imports.py", line 148, in _build_dependency
    urlretrieve(url, archive)
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 239, in urlretrieve
    with contextlib.closing(urlopen(url, data)) as fp:
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 214, in urlopen
    return opener.open(url, data, timeout)
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 561, in error
    return self._call_chain(*args)
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/tmp/pypy3.9-v7.3.9-src/lib-python/3/urllib/request.py", line 641, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

From the looks of it, two URLs need to be changed for the new OpenSSL version. Perhaps a new release for this might even be in order as it looks like relevant security updates.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking