Xistic

libpython2.7.so error buildozer log

Feb 16th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.36 KB | None | 0 0
  1. # Check configuration tokens
  2. # Ensure build layout
  3. # Check configuration tokens
  4. # Preparing build
  5. # Check requirements for android
  6. # Run 'dpkg --version'
  7. # Cwd None
  8. Debian `dpkg' package management program version 1.17.5 (i386).
  9. This is free software; see the GNU General Public License version 2 or
  10. later for copying conditions. There is NO warranty.
  11. # Search for Git (git)
  12. # -> found at /usr/bin/git
  13. # Search for Cython (cython)
  14. # -> found at /home/kyle/edword/env/bin/cython
  15. # Search for Java compiler (javac)
  16. # -> found at /usr/lib/jvm/java-7-openjdk-i386/bin/javac
  17. # Search for Java keytool (keytool)
  18. # -> found at /usr/lib/jvm/java-7-openjdk-i386/jre/bin/keytool
  19. # Install platform
  20. # Apache ANT found at /home/kyle/.buildozer/android/platform/apache-ant-1.9.4
  21. # Android SDK found at /home/kyle/.buildozer/android/platform/android-sdk-20
  22. # Android NDK found at /home/kyle/.buildozer/android/platform/android-ndk-r9c
  23. # Check application requirements
  24. # Run 'python -m pythonforandroid.toolchain recipes --compact'
  25. # Cwd /home/kyle/edword/python-for-android
  26. libzmq pil pyusb kivy sdl2_ttf jpeg apsw ndg_httpsclient mysqldb pygame_bootstrap_components libmysqlclient sdl2_image fontconfig zeroconf kivysdl2python3 pyopenssl babel six twisted vispy hostpython2 cdecimal pygame libffi zope brokenrecipe android pysdl2 pyzmq libsodium freetype sqlalchemy hostpython3crystax cryptography pycparser vlc evdev python3crystax pytz harfbuzz sdl pyjnius sdl2python3 ipaddress audiostream png python2 sdl2python3crystax pycrypto sdl2 enum34 numpy zope_interface hostpython3 openssl python3 pyasn1 sdl2_mixer netifaces setuptools idna cffi
  27. # Application requirements already installed, pass
  28. # Check garden requirements
  29. # Compile platform
  30. # Run 'python -m pythonforandroid.toolchain recipes --compact'
  31. # Cwd /home/kyle/edword/python-for-android
  32. libzmq pil pyusb kivy sdl2_ttf jpeg apsw ndg_httpsclient mysqldb pygame_bootstrap_components libmysqlclient sdl2_image fontconfig zeroconf kivysdl2python3 pyopenssl babel six twisted vispy hostpython2 cdecimal pygame libffi zope brokenrecipe android pysdl2 pyzmq libsodium freetype sqlalchemy hostpython3crystax cryptography pycparser vlc evdev python3crystax pytz harfbuzz sdl pyjnius sdl2python3 ipaddress audiostream png python2 sdl2python3crystax pycrypto sdl2 enum34 numpy zope_interface hostpython3 openssl python3 pyasn1 sdl2_mixer netifaces setuptools idna cffi
  33. # Run 'python -m pythonforandroid.toolchain create --dist_name=edword --bootstrap=sdl2 --requirements=pyopenssl,cryptography,pyasn1,apsw,ndg_httpsclient,kivy --arch armeabi-v7a '
  34. # Cwd /home/kyle/edword/python-for-android
  35. # Build the application #3
  36. # Copy application source from /home/kyle/edword/src
  37. # Create directory /home/kyle/edword/src/.buildozer/android/app
  38. # Copy /home/kyle/edword/src/main.py
  39. # Create directory /home/kyle/edword/src/.buildozer/android/app/client
  40. # Copy /home/kyle/edword/src/client/__init__.py
  41. # Copy /home/kyle/edword/src/client/web_client.py
  42. # Create directory /home/kyle/edword/src/.buildozer/android/app/manager
  43. # Copy /home/kyle/edword/src/manager/__init__.py
  44. # Copy /home/kyle/edword/src/manager/level_manager.py
  45. # Create directory /home/kyle/edword/src/.buildozer/android/app/ui
  46. # Copy /home/kyle/edword/src/ui/__init__.py
  47. # Copy /home/kyle/edword/src/ui/short_definition.py
  48. # Copy /home/kyle/edword/src/ui/aspectratiolayout.py
  49. # Copy /home/kyle/edword/src/ui/hexagon.py
  50. # Copy /home/kyle/edword/src/ui/login_popup.py
  51. # Copy /home/kyle/edword/src/ui/main_menu.py
  52. # Copy /home/kyle/edword/src/ui/title.py
  53. # Copy /home/kyle/edword/src/ui/remaining_tile_list.py
  54. # Copy /home/kyle/edword/src/ui/game_board.py
  55. # Copy /home/kyle/edword/src/ui/menu_popup.py
  56. # Copy /home/kyle/edword/src/ui/control_panel.py
  57. # Copy /home/kyle/edword/src/ui/definition_popup.py
  58. # Copy /home/kyle/edword/src/ui/score_popup.py
  59. # Copy /home/kyle/edword/src/ui/current_score.py
  60. # Copy /home/kyle/edword/src/ui/hex_grid.py
  61. # Copy /home/kyle/edword/src/ui/finished_popup.py
  62. # Copy /home/kyle/edword/src/ui/credits.py
  63. # Copy /home/kyle/edword/src/ui/confirm_popup.py
  64. # Copy /home/kyle/edword/src/ui/animated_scrollview.py
  65. # Copy /home/kyle/edword/src/ui/dynamic_widgets.py
  66. # Copy /home/kyle/edword/src/ui/board_select.py
  67. # Copy /home/kyle/edword/src/ui/word_list.py
  68. # Create directory /home/kyle/edword/src/.buildozer/android/app/src
  69. # Copy /home/kyle/edword/src/src/__init__.py
  70. # Copy /home/kyle/edword/src/src/definition_manager.py
  71. # Copy /home/kyle/edword/src/src/data_builder.py
  72. # Copy /home/kyle/edword/src/src/globals.py
  73. # Create directory /home/kyle/edword/src/.buildozer/android/app/model
  74. # Copy /home/kyle/edword/src/model/__init__.py
  75. # Copy /home/kyle/edword/src/model/board_string_gen.py
  76. # Copy /home/kyle/edword/src/model/board_model.py
  77. # Copy /home/kyle/edword/src/model/prefix_tree.py
  78. # Copy /home/kyle/edword/src/model/scoring.py
  79. # Copy /home/kyle/edword/src/model/det_random.py
  80. # Copy /home/kyle/edword/src/model/word_manager.py
  81. # Copy /home/kyle/edword/src/model/string_tracking.py
  82. # Create directory /home/kyle/edword/src/.buildozer/android/app/model/dawg_python
  83. # Copy /home/kyle/edword/src/model/dawg_python/__init__.py
  84. # Copy /home/kyle/edword/src/model/dawg_python/dawgs.py
  85. # Copy /home/kyle/edword/src/model/dawg_python/compat.py
  86. # Copy /home/kyle/edword/src/model/dawg_python/units.py
  87. # Copy /home/kyle/edword/src/model/dawg_python/wrapper.py
  88. # Create directory /home/kyle/edword/src/.buildozer/android/app/data
  89. # Copy /home/kyle/edword/src/data/word.dawg
  90. # Copy /home/kyle/edword/src/data/server.crt
  91. # Copy /home/kyle/edword/src/data/definition.db
  92. # Copy /home/kyle/edword/src/data/main.kv
  93. # Create directory /home/kyle/edword/src/.buildozer/android/app/data/fonts
  94. # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro BI.ttf
  95. # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro I.ttf
  96. # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro.ttf
  97. # Copy /home/kyle/edword/src/data/fonts/Anonymous Pro B.ttf
  98. # Create directory /home/kyle/edword/src/.buildozer/android/app/data/images
  99. # Copy /home/kyle/edword/src/data/images/lock.png
  100. # Copy /home/kyle/edword/src/data/images/hex.png
  101. # Copy /home/kyle/edword/src/data/images/undo.png
  102. # Package the application
  103. # Captured version: 0.8.0.0
  104. # Run 'python -m pythonforandroid.toolchain apk --bootstrap=sdl2 --dist_name edword --name EdWord --version 0.8.0.0 --package edword.test.edword --android_api 12 --minsdk 8 --private /home/kyle/edword/src/.buildozer/android/app --permission WAKE_LOCK --permission INTERNET --orientation portrait --wakelock'
  105. # Cwd /home/kyle/edword/python-for-android
  106.  
  107. working: Buildfile: /home/kyle/.local/share/python-for-android/dists/edword/build.xml
  108. working: -set-mode-check:
  109. working: -set-debug-files:
  110. working: -check-env:
  111. working: [checkenv] Android SDK Tools Revision 22.6.2
  112. working: [checkenv] Installed at /home/kyle/.buildozer/android/platform/android-sdk-20
  113. working: -setup:
  114. working: [echo] Project Name: EdWord-0.8.0.0
  115. working: [gettype] Project Type: Application
  116. working: -set-debug-mode:
  117. working: -debug-obfuscation-check:
  118. working: -pre-build:
  119. working: [copy] Copying 21 files to /home/kyle/.local/share/python-f...(and 31 more)
  120. working: -build-setup:
  121. working: [getbuildtools] Using latest Build Tools: 19.1.0
  122. working: [echo] Resolving Build Target for EdWord-0.8.0.0...
  123. working: [gettarget] Project Target: Android 3.1
  124. working: [gettarget] API level: 12
  125. working: [echo] ----------
  126. working: [echo] Creating output directories if needed...
  127. working: [echo] ----------
  128. working: [echo] Resolving Dependencies for EdWord-0.8.0.0...
  129. working: [dependency] Library dependencies:
  130. working: [dependency] No Libraries
  131. working: [dependency]
  132. working: [dependency] ------------------
  133. working: [dependency] API<=15: Adding annotations.jar to the classpath.
  134. working: [echo] ----------
  135. working: [echo] Building Libraries with 'debug'...
  136. working: [subant] No sub-builds to iterate on
  137. working: -code-gen:
  138. working: [mergemanifest] Found modified input file
  139. working: [mergemanifest] Merging AndroidManifest files into one.
  140. working: [mergemanifest] Manifest merger disabled. Using project manifest only.
  141. working: [echo] Handling aidl files...
  142. working: [aidl] No AIDL files to compile.
  143. working: [echo] ----------
  144. working: [echo] Handling RenderScript files...
  145. working: [echo] ----------
  146. working: [echo] Handling Resources...
  147. working: [aapt] Found modified input file
  148. working: [aapt] Generating resource IDs...
  149. working: [aapt] (skipping file '.gitkeep' due to ANDROID_AAPT_IG...(and 18 more)
  150. working: [echo] ----------
  151. working: [echo] Handling BuildConfig class...
  152. working: [buildconfig] No need to generate new BuildConfig.
  153. working: -pre-compile:
  154. working: -compile:
  155. working: [javac] Compiling 22 source files to /home/kyle/.local/shar...(and 45 more)
  156. working: [javac] Note: /home/kyle/.local/share/python-for-android/di...(and 86 more)
  157. working: [javac] Note: Recompile with -Xlint:deprecation for details.
  158. working: -post-compile:
  159. working: -obfuscate:
  160. working: -dex:
  161. working: [dex] input: /home/kyle/.local/share/python-for-android/di...(and 22 more)
  162. working: [dex] input: /home/kyle/.buildozer/android/platform/andro...(and 39 more)
  163. working: [dex] Using Pre-Dexed annotations-7789e9dd5f015431143a322...(and 100 more)
  164. working: [dex] Found modified input file
  165. working: [dex] Converting compiled files and external libraries in...(and 77 more)
  166. working: [dx] Merged dex A (52 defs/66.6KiB) with dex B (2 defs/1...(and 44 more)
  167. working: -crunch:
  168. working: [crunch] Crunching PNG Files in source dir: /home/kyle/.loca...(and 43 more)
  169. working: [crunch] To destination dir: /home/kyle/.local/share/python-f...(and 31 more)
  170. working: [crunch] Processing image to cache: /home/kyle/.local/share/...(and 138 more)
  171. working: [crunch] (processed image to cache entry /home/kyle/.local...(and 85 more)
  172. working: [crunch] Crunched 1 PNG files to update cache
  173. working: -package-resources:
  174. working: [aapt] Found modified input file
  175. working: [aapt] Creating full resource package...
  176. working: [aapt] (skipping file '.gitkeep' due to ANDROID_AAPT_IG...(and 18 more)
  177. working: -package:
  178. working: [apkbuilder] Found modified input file
  179. working: [apkbuilder] Creating EdWord-0.8.0.0-debug-unaligned.apk and sig...(and 27 more)
  180. working: -post-package:
  181. working: -do-debug:
  182. working: [zipalign] Running zip align on final apk...
  183. working: [echo] Debug Package: /home/kyle/.local/share/python-for-a...(and 48 more)
  184. working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
  185. working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
  186. working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
  187. working: [propertyfile] Updating property file: /home/kyle/.local/share/...(and 46 more)
  188. working: -post-build:
  189. working: [delete] Deleting directory /home/kyle/.local/share/python-fo...(and 30 more)
  190. working: debug:
  191. working: BUILD SUCCESSFUL
  192. working: Total time: 25 seconds
  193.  
  194. # Android packaging done!
  195. # APK EdWord-0.8.0.0-debug.apk available in the bin directory
Advertisement
Add Comment
Please, Sign In to add comment