Advertisement
Guest User

Untitled

a guest
Dec 10th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. | _PYTHON_PROJECT_BASE=/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/build _PYTHON_HOST_PLATFORM=linux-aarch64 PYTHONPATH=/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/recipe-sysroot-native/usr/lib/python3.5/lib-dynload/:/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/build/build/lib.linux-aarch64-3.5:/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/Python-3.5.3/Lib:/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/Python-3.5.3/Lib/plat-linux python -S -m sysconfig --generate-posix-vars ;\
  2. | if test $? -ne 0 ; then \
  3. | echo "generate-posix-vars failed" ; \
  4. | rm -f ./pybuilddir.txt ; \
  5. | exit 1 ; \
  6. | fi
  7. | Traceback (most recent call last):
  8. | File "/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/Python-3.5.3/Lib/encodings/__init__.py", line 31, in <module>
  9. | import codecs
  10. | File "/home/geckos/yocto/rpi-build/tmp/work/aarch64-poky-linux/python3/3.5.3-r1.0/Python-3.5.3/Lib/codecs.py", line 95
  11. | *, _is_text_encoding=None):
  12. | ^
  13. | SyntaxError: invalid syntax
  14. | generate-posix-vars failed
  15. | make: *** [Makefile:604: pybuilddir.txt] Error 1
  16. | ERROR: oe_runmake failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement