Closed naro closed 4 years ago
Python 2.4 (or 2.5, 2.6 and 3.2-3.4 can’t be built with OpenSSL 1.1; you’d have to install OpenSSL 1.0.x somewhere and configure your buildout to use that when building these older Python versions.
That said, this is exactly the error that causes the 16.04 and 18.04 builds for 2.4 and 3.2 to fail, whereas the 2.5 and 3.3 builds work fine. I'm investigating this now.
Fixed by #92
I'm trying to build python 2.4 on Debian 9 Stretch but it fails on SSL build.
The most important part of the log is:
I have tried to build Python outside of buildout.python as well and if I remove that line, as of https://github.com/python/cpython/commit/0dddf600d480108040557ebb24584ae86cf46a09 then the build fails on
Full log as follows: