-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Unzip fails #102
Comments
Most likely not the problem, but is this a real thing? "/usr/lib/jvm/ On Tue, Mar 26, 2013 at 10:30 AM, Thomas-Karl Pietrowski <
Ben Rousch |
Yes, it is available. I was also suprised but you can install on Ubuntu using the WebUpd8 PPA: |
compilation of pyjnius should be auto compiled when you select kivy. As a general rule dependencies come before the dependent module so "pyjnius kivy". Although as stated earlier, -m "kivy" should also compile pyjnius. |
git clean -dxf, and retry. Maybe your download is broken from github (github have issues theses days.) |
:O worked thanks! 👍 |
thopiekar@thopiekar-hp:~/Projekte/python-for-android/python-for-android$ ./distribute.sh -d kivy -m "kivy pyjnius"
Check build dependencies for Ubuntu
Packages missing: cython
It might break the compilation, except if you installed thoses packages manually.
Check enviromnent
SDK located at /home/thopiekar/.android-sdk
NDK located at /home/thopiekar/.android-ndk/r8c
NDK version is r8c
API level set to 14
Check mandatory tools
Distribution will be located at /home/thopiekar/Projekte/python-for-android/python-for-android/dist/kivy
Entering in ARM enviromnent
Compiler found at /home/thopiekar/.android-ndk/r8c/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin//arm-linux-androideabi-gcc
PATH is /home/thopiekar/.android-ndk/r8c/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/:/home/thopiekar/.android-ndk/r8c:/home/thopiekar/.android-sdk/tools:/usr/lib/x86_64-linux-gnu/qt4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/home/thopiekar/.tizen-sdk/tools
Leaving ARM enviromnent
Read kivy recipe
Module kivy depend on pygame pyjnius android
Dependency order is kivy (current)
Dependency order is pygame pyjnius android kivy (computed)
Read pyjnius recipe
Module pyjnius depend on python
Dependency order is pygame pyjnius android kivy (current)
Dependency order is pygame python pyjnius android kivy (computed)
Read pygame recipe
Module pygame depend on python sdl
Dependency order is pygame python pyjnius android kivy (current)
Dependency order is sdl pygame python pyjnius android kivy (computed)
Ignored pyjnius, already processed
Read android recipe
Module android depend on pygame
Dependency order is sdl pygame python pyjnius android kivy (current)
Dependency order is sdl pygame python pyjnius android kivy (computed)
Read python recipe
Module python depend on hostpython
Dependency order is sdl pygame python pyjnius android kivy (current)
Dependency order is sdl pygame hostpython python pyjnius android kivy (computed)
Ignored python, already processed
Read sdl recipe
Module sdl depend on python
Dependency order is sdl pygame hostpython python pyjnius android kivy (current)
Dependency order is sdl pygame hostpython python pyjnius android kivy (computed)
Ignored pygame, already processed
Read hostpython recipe
Ignored python, already processed
Run get packages
Download package for sdl
No package for sdl
Download package for pygame
Module pygame already downloaded
Download package for hostpython
Module hostpython already downloaded
Download package for python
Module python already downloaded
Download package for pyjnius
Module pyjnius already downloaded
Download package for android
No package for android
Download package for kivy
Module kivy already downloaded
Extract /home/thopiekar/Projekte/python-for-android/python-for-android/.packages/kivy-master.zip
Archive: /home/thopiekar/Projekte/python-for-android/python-for-android/.packages/kivy-master.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /home/thopiekar/Projekte/python-for-android/python-for-android/.packages/kivy-master.zip or
/home/thopiekar/Projekte/python-for-android/python-for-android/.packages/kivy-master.zip.zip, and cannot find /home/thopiekar/Projekte/python-for-android/python-for-android/.packages/kivy-master.zip.ZIP, period.
I think there is nothing more to say ;)
The text was updated successfully, but these errors were encountered: