Open
Description
I want to create a standalone python installation, which can be used with the
android terminal emulator.
The python installation needs zope, twisted and pyopenssl, so I need to rebuild
python_27.zip and python_extras_27.zip.
I created an Ubuntu VM (12.04.1-desktop-i386).
I downloaded and installed adt-bundle-linux-x86.zip and
android-ndk-r7c-linux-x86.tar.bz2.
I downloaded the android-python27 source.
I executed "sudo apt-get install build-essential cpp-4.4 g++-4.4 gcc-4.4-base
gcc-4.4 bison flex autoconf automake autotools-dev quilt libcurl3 curl
openssh-server ant mercurial filezilla pure-ftpd dpatch texinfo libncurses5-dev
libgmp3-dev libmpfr-dev gawk patchutils binutils-dev zlib1g-dev git"
I executed "zcat -f /var/log/dpkg.log* | grep "\ install\ " | sort | tee
jeeto_install.txt"
I configured NDK in config.sh.
I created jeeto_bootstrap.sh, jeeto_build.sh and jeeto_package.sh.
I executed "bash ./jeeto_bootstrap.sh 2>&1 | tee jeeto_bootstrap.txt"
I executed "bash ./jeeto_build.sh 2>&1 | tee jeeto_build.txt"
I executed "bash ./jeeto_package.sh 2>&1 | tee jeeto_package.txt"
The packaging shows several errors (and python_27.zip is only 2,74 MB and
python_extras_27.zip is only 1,17 KB).
What am I doing wrong?
Also, how do I add the zope, twisted and pyopenssl recipes from
kivy/python-for-android to build.sh
(https://github.com/kivy/python-for-android/tree/master/recipes)?
I do not know much about linux :(
Thank you!
Original issue reported on code.google.com by [email protected]
on 5 Jan 2013 at 11:31
Attachments: