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 Tasy
Recipients Tasy
Date 2019-01-10.22:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547159731.63.0.590496502832.issue35713@roundup.psfhosted.org>
In-reply-to
Content
.
.
.
./python -E -S -m sysconfig --generate-posix-vars ;\
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
Fatal Python error: _PySys_BeginInit: can't initialize sys module

Current thread 0x00002b4e5f9bf400 (most recent call first):
Aborted (core dumped)
generate-posix-vars failed
make[1]: *** [pybuilddir.txt] Error 1
make[1]: Leaving directory `/usr/local/mysoftware/Python-3.7.2/build'
make: *** [profile-opt] Error 2
History
Date User Action Args
2019-01-10 22:35:34Tasysetrecipients: + Tasy
2019-01-10 22:35:31Tasysetmessageid: <1547159731.63.0.590496502832.issue35713@roundup.psfhosted.org>
2019-01-10 22:35:31Tasylinkissue35713 messages
2019-01-10 22:35:31Tasycreate