[issue42657] Python 3.9.1 building process could not use local standard library

2022-01-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Alas, there haven't been any other reports of similar behavior that I am aware of and, without more information, I am unable to reproduce it with the current 3.9 branch. So I am going to close this issue. Feel free to re-open it and provide

[issue42657] Python 3.9.1 building process could not use local standard library

2020-12-16 Thread xz_sophos
New submission from xz_sophos : When trying to build python 3.9.1 on Mac OSX 10.15, one of the building step by make is to run this command: DYLD_FRAMEWORK_PATH=/Users/jenkins/BaseFolder/savmac-python ./python.exe -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \