Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. [INFO]: Building sdl2 for armeabi-v7a
  2. [INFO]: -> directory context /home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/bootstrap_builds/sdl2-python3/jni
  3. [INFO]: -> running ndk-build V=1
  4. [INFO]: <- directory context /home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android
  5. [INFO]: Building setuptools for armeabi-v7a
  6. [INFO]: setuptools apparently isn't already in site-packages
  7. [INFO]: Installing setuptools into site-packages
  8. [INFO]: -> directory context /home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools
  9. [INFO]: -> running python3 setup.py install -O2 ...(and 130 more)
  10. Exception in thread background thread for pid 13457:
  11. Traceback (most recent call last):
  12. File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  13. self.run()
  14. File "/usr/lib/python3.6/threading.py", line 864, in run
  15. self._target(*self._args, **self._kwargs)
  16. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 1540, in wrap
  17. fn(*args, **kwargs)
  18. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 2459, in background_thread
  19. handle_exit_code(exit_code)
  20. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 2157, in fn
  21. return self.command.handle_command_exit_code(exit_code)
  22. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 815, in handle_command_exit_code
  23. raise exc
  24. sh.ErrorReturnCode_1:
  25.  
  26. RAN: /home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py install -O2 --root=/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/myapp --install-lib=.
  27.  
  28. STDOUT:
  29. Traceback (most recent call last):
  30. File "setup.py", line 11, in <module>
  31. import setuptools
  32. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/__init__.py", line 20, in <module>
  33. from setuptools.dist import Distribution, Feature
  34. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/dist.py", line 36, in <module>
  35. from setuptools import windows_support
  36. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/windows_support.py", line 2, in <module>
  37. import ctypes
  38. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module>
  39. from _ctypes import Union, Structure, Array
  40. ModuleNotFoundError: No module named '_ctypes'
  41.  
  42.  
  43. STDERR:
  44.  
  45.  
  46. Traceback (most recent call last):
  47. File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
  48. "__main__", mod_spec)
  49. File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
  50. exec(code, run_globals)
  51. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 1196, in <module>
  52. main()
  53. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/entrypoints.py", line 18, in main
  54. ToolchainCL()
  55. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 671, in __init__
  56. getattr(self, args.subparser_name.replace('-', '_'))(args)
  57. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 155, in wrapper_func
  58. build_dist_from_args(ctx, dist, args)
  59. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/toolchain.py", line 209, in build_dist_from_args
  60. args, "ignore_setup_py", False
  61. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/build.py", line 580, in build_recipes
  62. recipe.build_arch(arch)
  63. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 960, in build_arch
  64. self.install_python_package(arch)
  65. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/recipe.py", line 979, in install_python_package
  66. _env=hpenv, *self.setup_extra_args)
  67. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/python-for-android/pythonforandroid/logger.py", line 180, in shprint
  68. for line in output:
  69. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 863, in next
  70. self.wait()
  71. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 792, in wait
  72. self.handle_command_exit_code(exit_code)
  73. File "/home/kivy-huynh/.local/lib/python3.6/site-packages/sh.py", line 815, in handle_command_exit_code
  74. raise exc
  75. sh.ErrorReturnCode_1:
  76.  
  77. RAN: /home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py install -O2 --root=/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/python-installs/myapp --install-lib=.
  78.  
  79. STDOUT:
  80. Traceback (most recent call last):
  81. File "setup.py", line 11, in <module>
  82. import setuptools
  83. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/__init__.py", line 20, in <module>
  84. from setuptools.dist import Distribution, Feature
  85. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/dist.py", line 36, in <module>
  86. from setuptools import windows_support
  87. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/windows_support.py", line 2, in <module>
  88. import ctypes
  89. File "/home/kivy-huynh/Desktop/ponggame/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module>
  90. from _ctypes import Union, Structure, Array
  91. ModuleNotFoundError: No module named '_ctypes'
  92.  
  93.  
  94. STDERR:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement