This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Having issues following build instructions
Type: behavior Stage:
Components: Build Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Tianming Zhuang
Priority: normal Keywords:

Created on 2019-07-21 01:55 by Tianming Zhuang, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg348225 - (view) Author: Tianming Zhuang (Tianming Zhuang) Date: 2019-07-21 01:55
Hi there. This is my first time trying to build python from source. I am following in structions here:
https://devguide.python.org/setup/#setup

I notice that after I build, I don't get a success message like the example shown:
https://gist.github.com/tmzhuang/aacc6bf798f28ed8b673af1be009a49f

(ie. I don't see "Python build finished successfully!")

The actual python binary is built. Running "./python -m test" runs until "test_socket" which repeated for around 3 hours (after which I killed it with ^C).

"uname -a": Linux jupiter-arch 5.2.1-arch1-1-ARCH #1 SMP PREEMPT Sun Jul 14 14:52:52 UTC 2019 x86_64 GNU/Linux
History
Date User Action Args
2022-04-11 14:59:18adminsetgithub: 81819
2019-07-21 01:55:34Tianming Zhuangsettype: behavior
versions: + Python 3.9
2019-07-21 01:55:18Tianming Zhuangcreate