docker-library / pypy

Docker Official Image packaging for pypy
http://pypy.org/
MIT License
69 stars 46 forks source link

Fix s390x builds #38

Closed tianon closed 4 years ago

tianon commented 4 years ago

The s390x (and ppc64le) packages updated to also need libexpat1 (on top of libncurses5).

I was hoping this would fix ppc64le too, but it's got an additional segfault in pip:

+ pypy3 get-pip.py --disable-pip-version-check --no-cache-dir pip==20.0.2
Collecting pip==20.0.2
  Downloading pip-20.0.2-py2.py3-none-any.whl (1.4 MB)
Collecting setuptools
  Downloading setuptools-46.1.3-py3-none-any.whl (582 kB)
Collecting wheel
  Downloading wheel-0.34.2-py2.py3-none-any.whl (26 kB)
Installing collected packages: pip, setuptools, wheel
Segmentation fault (core dumped)
tianon commented 4 years ago

Oh, this was hitting arm64v8 too, and this also fixes that case :sweat_smile: