[issue37544] Multiple test failures during build

2019-07-21 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional info. I see two issues here. One, you are building with OpenSSL 1.1.1, the initial release back in 2018-09. There have been a few releases since then (currently at 1.1.1c) which do fix problems. You should try to upgrade it. Second,

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: make test output from unoptimized build with --disable-shared --prefix=/opt/python-3.7.4 -- Added file: https://bugs.python.org/file48468/3.7.4-test_output.txt ___ Python tracker

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: test.pythoninfo output -- Added file: https://bugs.python.org/file48467/test.pythoninfo.txt ___ Python tracker ___ _

[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily
Ned Deily added the comment: And, if the unoptimized build succeeds, also try running the tests with it: make test -- ___ Python tracker ___ _

[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily
Ned Deily added the comment: Sorry you are having problems. Suggest first trying a clean build without --enable-optimizations. If that works, please supply the output from: ./python -m test.pythoninfo -- nosy: +ned.deily ___ Python tracker

[issue37544] Multiple test failures during build

2019-07-10 Thread Jarek Zgoda
New submission from Jarek Zgoda : I'm trying to build Python-3.7.4 from release tarball. Configure line: ./configure --prefix=/opt/python-3.7.4 --disable-shared --enable-optimizations System: Ubuntu 18.04.2 amd64, 4.15.0-54-generic #58-Ubuntu SMP Build fails. -- components: Build f