Jarek Zgoda added the comment:
Not really. I tried with limited test list and I keep getting the exact same
failure in test_logging, moreover build passes all tests on all other machines
we have. I guess this is some weird isolated issue not related to Python at all
so I'm closing
Change by Jarek Zgoda :
Added file: https://bugs.python.org/file48519/test.pythoninfo.libressl-2.9.2.txt
___
Python tracker
<https://bugs.python.org/issue37544>
___
___
Jarek Zgoda added the comment:
Thank you for the information.
The build system is standard Ubuntu 18.04.2 and openssl is system provided. I
will try to build Python against other openssl versions, as well against
libressl.
--
___
Python tracker
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
<https://bugs.python.org/issue37
Jarek Zgoda added the comment:
test.pythoninfo output
--
Added file: https://bugs.python.org/file48467/test.pythoninfo.txt
___
Python tracker
<https://bugs.python.org/issue37
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: