New issue 2234: Unable to translate PyPy with Python 2.7.11 from Linux Alpine repository https://bitbucket.org/pypy/pypy/issues/2234/unable-to-translate-pypy-with-python-2711
Omer Katz: Alpine lacks a PyPy package so I thought I'd make one (because I need it). Alpine uses musl-libc instead of GNU libc. I declared python as a build dependency for PyPy so the [python package](https://pkgs.alpinelinux.org/package/main/x86_64/python) for Alpine Linux was downloaded. For some reason, when compiling PyPy it is unable to load externmod.so. Full build log: https://bpaste.net/show/2d6361b89320 Any idea why this happens? This could be an issue with the upstream package, in which case I'd be happy to take it there. I just wanted to verify that this is not a PyPy issue first. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue