Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. [INFO]: -> running mkdir assets
  2. [INFO]: -> running python.host -OO -m compileall ...(and 96 more)
  3. ('name is', None, <class 'pythonforandroid.recipes.six.SixRecipe'>)
  4. ('name is', 'jnius', <class 'pythonforandroid.recipes.pyjnius.PyjniusRecipe'>)
  5. ('name is', None, <class 'pythonforandroid.recipes.kivy.KivyRecipe'>)
  6. ('path is', '/home/kivy/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/:/home/kivy/.buildozer/android/platform/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/:/home/kivy/.buildozer/android/platform/android-ndk-r9c:/home/kivy/.buildozer/android/platform/android-sdk-20/tools:/home/kivy/.buildozer/android/platform/apache-ant-1.9.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games')
  7. objs_paths are ['/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/collated_objects']
  8. Copying libraries
  9. working:[INFO]: -> running cp -a /home/kivy/kivy/plyer/ex...(and 89 more)
  10. working: /bin/cp: cannot create regular file ‘./py...(and 64 more) Traceback (most recent call last):
  11. File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
  12. "__main__", fname, loader, pkg_name)
  13. File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
  14. exec code in run_globals
  15. File "/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 792, in <module>
  16. main()
  17. File "/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 789, in main
  18. ToolchainCL()
  19. File "/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 464, in __init__
  20. getattr(self, args.subparser_name.replace('-', '_'))(args)
  21. File "/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 145, in wrapper_func
  22. build_dist_from_args(ctx, dist, args)
  23. File "/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/python-for-android-master/pythonforandroid/toolchain.py", line 190, in build_dist_from_args
  24. ctx.bootstrap.run_distribute()
  25. File "pythonforandroid/bootstraps/sdl2/__init__.py", line 48, in run_distribute
  26. File "pythonforandroid/logger.py", line 173, in shprint
  27. File "/usr/local/lib/python2.7/dist-packages/sh.py", line 565, in next
  28. self.wait()
  29. File "/usr/local/lib/python2.7/dist-packages/sh.py", line 500, in wait
  30. self.handle_command_exit_code(exit_code)
  31. File "/usr/local/lib/python2.7/dist-packages/sh.py", line 516, in handle_command_exit_code
  32. raise exc(self.ran, self.process.stdout, self.process.stderr)
  33. sh.ErrorReturnCode_1
  34. # Command failed: python -m pythonforandroid.toolchain --color=always --storage-dir=/home/kivy/kivy/plyer/examples/gps/.buildozer/android/platform/build create --dist_name=myapp --bootstrap=sdl2 --requirements=kivy,python2 --arch armeabi-v7a --copy-libs
  35. #
  36. # Buildozer failed to execute the last command
  37. # The error might be hidden in the log above this error
  38. # Please read the full log, and search for it before
  39. # raising an issue with buildozer itself.
  40. # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement