Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gcc -pthread -Wl,-z,relro -Wl,-z,relro -Xlinker -export-dynamic -o python Programs/python.o libpython3.8.a -lcrypt -lpthread -ldl -lutil -lm -lm
- gcc -pthread -Wl,-z,relro -Wl,-z,relro -Xlinker -export-dynamic -o Programs/_testembed Programs/_testembed.o libpython3.8.a -lcrypt -lpthread -ldl -lutil -lm -lm
- ./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
- Could not import runpy module
- Traceback (most recent call last):
- File "/tmp/python_build/rpmbuild/BUILD/Python-3.8.0/Lib/runpy.py", line 15, in <module>
- import importlib.util
- File "/tmp/python_build/rpmbuild/BUILD/Python-3.8.0/Lib/importlib/util.py", line 14, in <module>
- from contextlib import contextmanager
- File "/tmp/python_build/rpmbuild/BUILD/Python-3.8.0/Lib/contextlib.py", line 4, in <module>
- import _collections_abc
- SystemError: <built-in function compile> returned NULL without setting an error
- generate-posix-vars failed
- make[1]: *** [pybuilddir.txt] Error 1
- make[1]: *** Waiting for unfinished jobs....
- make[1]: Leaving directory `/tmp/python_build/rpmbuild/BUILD/Python-3.8.0'
- make: *** [profile-opt] Error 2
- error: Bad exit status from /var/tmp/rpm-tmp.UaaJoQ (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement