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 quellyn
Recipients eric.smith, quellyn
Date 2021-08-10.15:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628611033.9.0.52611736718.issue44877@roundup.psfhosted.org>
In-reply-to
Content
Hi Eric,

Looks like I didn't get the full output captured before. Sorry about that. The error appears when I run the make command:

```
[quellyn@cn2020 cpython]$ make -j
./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: take_gil: NULL tstate
Python runtime state: preinitialized

Current thread 0x0000200000045fe0 (most recent call first):
/bin/sh: line 5: 79067 Segmentation fault      (core dumped) ./python -E -S -m sysconfig --generate-posix-vars
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1
```

P.S. The tarball I attached before contains the configure and make output for tests on multiple python version branches. I differentiated them by adding a version identifier suffix (_3.7, _3.8, _3.9, _3.10, _3.11)
History
Date User Action Args
2021-08-10 15:57:13quellynsetrecipients: + quellyn, eric.smith
2021-08-10 15:57:13quellynsetmessageid: <1628611033.9.0.52611736718.issue44877@roundup.psfhosted.org>
2021-08-10 15:57:13quellynlinkissue44877 messages
2021-08-10 15:57:13quellyncreate