[issue42608] Installation failed from source code on Debian ([307/416] test_socket)

2020-12-13 Thread Ned Deily


Ned Deily  added the comment:

Also, I have seen test_socket hang like this in the past on Debian when 
building with older versions of openssl 1.1.0. If possible, try upgrading to a 
later or current version of openssl 1.1.0.

--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42608] Installation failed from source code on Debian ([307/416] test_socket)

2020-12-11 Thread ali


ali  added the comment:

I used build_all  instead of --enable-optimizations option.

Thanks you.

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42608] Installation failed from source code on Debian ([307/416] test_socket)

2020-12-11 Thread Neil Schemenauer


Neil Schemenauer  added the comment:

Maybe something to do the configuration of the machine, so that TCP/UDP socket 
networking if failing?  Two things to try:

- give the "python" process a SIGINT signal and you should get a traceback 
showing where it is hanging.  Or you could use "gdb" and attach to the process 
(assuming you know how to use gdb).

- configure without PGO (i.e. don't specify "--enable-optimizations" to 
conifgure).  That will result in a slightly slower build but the build will not 
require running of the tests.

--
nosy: +nascheme

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42608] Installation failed from source code on Debian ([307/416] test_socket)

2020-12-09 Thread ali


New submission from ali :

I'm following guide below to install Python3.7 from source on Debian-64Bit.

https://linuxize.com/post/how-to-install-python-3-7-on-ubuntu-18-04/

I'm installing Python3.7.9-final-64bit.

But `make -j 8` hanged out more than 2 hours  on:
0:22:43 load avg: 1.29 [307/416] test_socket

How to fix it !/?

--
components: Build
messages: 382790
nosy: alimp5
priority: normal
severity: normal
status: open
title: Installation failed from source code on Debian ([307/416] test_socket)
type: crash
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com