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.

Author Michael.Felt
Recipients BTaskaya, Michael.Felt, vstinner
Date 2020-03-11.21:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583960608.92.0.403442660636.issue39936@roundup.psfhosted.org>
In-reply-to
Content
So, with the patch - the process stops at:

aixtools@x064:[/home/aixtools/python-3.9]make
 CC='xlc_r' LDSHARED='Modules/ld_so_aix xlc_r -bI:Modules/python.exp    ' OPT='-DNDEBUG -O'  _TCLTK_INCLUDES='' _TCLTK_LIBS=''  ./python -E ./setup.py  build
Traceback (most recent call last):
  File "/home/aixtools/python-3.9/Lib/subprocess.py", line 72, in <module>
    import msvcrt
ModuleNotFoundError: No module named 'msvcrt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/aixtools/python-3.9/./setup.py", line 4, in <module>
    import subprocess
  File "/home/aixtools/python-3.9/Lib/subprocess.py", line 77, in <module>
    import _posixsubprocess
ModuleNotFoundError: No module named '_posixsubprocess'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/aixtools/python-3.9/./setup.py", line 16, in <module>
    sys.modules['subprocess'] = _bootsubprocess
NameError: name 'sys' is not defined
make: 1254-004 The error code from the last command is 1.


Stop.
History
Date User Action Args
2020-03-11 21:03:28Michael.Feltsetrecipients: + Michael.Felt, vstinner, BTaskaya
2020-03-11 21:03:28Michael.Feltsetmessageid: <1583960608.92.0.403442660636.issue39936@roundup.psfhosted.org>
2020-03-11 21:03:28Michael.Feltlinkissue39936 messages
2020-03-11 21:03:28Michael.Feltcreate