Advertisement
vsokoltsov

Untitled

Mar 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. if test $? -ne 0 ; then \
  2. echo "generate-posix-vars failed" ; \
  3. rm -f ./pybuilddir.txt ; \
  4. exit 1 ; \
  5. fi
  6. XXX lineno: 418, opcode: 106
  7. Traceback (most recent call last):
  8. File "/opt/cpython/Lib/runpy.py", line 174, in _run_module_as_main
  9. "__main__", fname, loader, pkg_name)
  10. File "/opt/cpython/Lib/runpy.py", line 72, in _run_code
  11. exec code in run_globals
  12. File "/opt/cpython/Lib/sysconfig.py", line 645, in <module>
  13. _main()
  14. File "/opt/cpython/Lib/sysconfig.py", line 633, in _main
  15. _generate_posix_vars()
  16. File "/opt/cpython/Lib/sysconfig.py", line 305, in _generate_posix_vars
  17. config_h = get_config_h_filename()
  18. File "/opt/cpython/Lib/sysconfig.py", line 418, in get_config_h_filename
  19. return os.path.join(inc_dir, 'pyconfig.h')
  20. SystemError: unknown opcode
  21. generate-posix-vars failed
  22. make: *** [pybuilddir.txt] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement