-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
- Building 'Flask' fails...
./distribute.sh -m 'Flask'./distribute.sh -m 'Flask' -C- As a double-check, I also tried building something for which there is a recipe, sqlite3...
./distribute.sh -m 'sqlite3'./distribute.sh -m 'sqlite3' -C- The common error seems to be:
Biglink create [...]/p4a3/build/libs/libpymodules.so library
Biglink arguments:
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.- Using the -C compilation flag fails with
http://pastebin.com/yMQj4HQx
Here, the common error is:
Copy python distribution
./distribute.sh: line 769: /media/RHINO/data/projects/p4a3/build/python-install/bin/python.host: No such file or directory
Copy libs
Copy java files from various libs
cp: cannot stat ‘/media/RHINO/data/projects/p4a3/build/java/*’: No such file or directory
Fill private directory
cp: cannot stat ‘python-install/include/python2.7/pyconfig.h’: No such file or directoryNote, I'm on master:
commit a1fbc8259b6bf5831c6c10f9aad88e2cc3680fdd
Author: Mathieu Virbel <mat@kivy.org>
Date: Tue Sep 30 16:13:20 2014 +0200
fix django compilation. closes #231 I cannot seem to reproduce it, but I was able to build Flask. I had fiddled with building other things (kivy, for example) and then, in the same p4a clone directory, running distribute again to get it to build Flask. I even moved the run_pymodules_install before the run_prebuild step... that actually makes sense to me, and seemed to work, too. But I'll admit, I do not fully understand distribute.sh yet...
function run() {
check_build_deps
run_prepare
run_source_modules
run_get_packages
run_pymodules_install ## my change
run_prebuild
run_build
run_biglink
run_postbuild
run_distribute
info "All done !"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels