Skip to content
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

Python-4-Android NumPy error: 'struct lconv' has no member named 'decimal_point' #1450

Closed
ahmedfgad opened this issue Nov 8, 2018 · 7 comments

Comments

@ahmedfgad
Copy link

[INFO]: Will compile for the following archs: armeabi-v7a
[INFO]: Found Android API target in $ANDROIDAPI
[INFO]: Available Android APIs are (19)
[INFO]: Requested API target 19 is available, continuing.
[INFO]: Found NDK dir in $ANDROIDNDK
[INFO]: Got NDK version from $ANDROIDNDKVER
[INFO]: Using Google NDK r9c
[INFO]: Found virtualenv at /home/ahmedgad/NewKivyAndroid/bin/virtualenv
[INFO]: Found the following toolchain versions: ['4.6', '4.8', 'clang3.3']
[INFO]: Picking the latest gcc toolchain, here 4.8
[INFO]: No existing dists meet the given requirements!
[INFO]: No dist exists that meets your requirements, so one will be built.
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/requests/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import PythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython2/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import Recipe, shprint, current_directory, info, warning
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython2/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join, exists
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython2/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import os
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython2/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/setuptools/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import PythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python2/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import TargetPythonRecipe, Recipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python2/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint, current_directory, info
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python2/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import (is_darwin, is_api_gt,
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python2/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join, realpath
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python2/init.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import TargetPythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.logger import info, error
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import ensure_dir, temp_directory
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/python3crystax/init.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython3crystax/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import Recipe, shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython3crystax/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/hostpython3crystax/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2_image/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2_image/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import is_arch
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2_mixer/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl2_ttf/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pyjnius/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import CythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pyjnius/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shprint, current_directory, info
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pyjnius/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.patching import will_build
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pyjnius/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pyjnius/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/six/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import PythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/genericndkbuild/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/genericndkbuild/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/genericndkbuild/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import BootstrapNDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, info, shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sdl/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/kivy/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import CythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/kivy/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import current_directory, shprint
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/kivy/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import exists, join, basename
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/kivy/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/kivy/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import Recipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.util import current_directory, ensure_dir
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.logger import debug, shprint, info, warning
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:5: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:6: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/pygame/init.py:7: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import glob
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/openssl/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from functools import partial
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/openssl/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import Recipe, shprint, current_directory
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/openssl/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sqlite3/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import NDKRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sqlite3/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import shutil
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sqlite3/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/sqlite3/init.py:4: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
import sh
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/numpy/init.py:1: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/numpy/init.py:2: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from pythonforandroid.toolchain import warning
/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/recipes/numpy/init.py:3: RuntimeWarning: Parent module 'pythonforandroid.recipes' not found while handling absolute import
from os.path import join
[INFO]: Found a single valid recipe set: ['hostpython2', u'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'sqlite3', 'python2', u'numpy', u'sdl2', 'setuptools', 'six', u'pyjnius', u'requests', u'kivy']
[INFO]: The selected bootstrap is sdl2_gradle
[INFO]: # Creating dist with sdl2_gradle bootstrap
[INFO]: Dist will have name myapp and recipes (requests, sdl2, pyjnius, kivy, python2, openssl, sqlite3, numpy)
[INFO]: Dist will also contain modules () installed from pip
[INFO]: -> running cp -r /home/ahmedgad/Desktop/...(and 171 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Recipe build order is ['hostpython2', u'openssl', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', u'sqlite3', 'python2', u'numpy', u'sdl2', 'setuptools', 'six', u'pyjnius', u'requests', u'kivy']
[INFO]: # Downloading recipes
[INFO]: Downloading hostpython2
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 64 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/hostpython2
[INFO]: -> running basename https://python.org/ft...(and 35 more)
[INFO]: hostpython2 download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading openssl
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 60 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/openssl
[INFO]: -> running basename https://www.openssl.o...(and 31 more)
[INFO]: openssl download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading sdl2_image
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 63 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/sdl2_image
[INFO]: -> running basename https://www.libsdl.o...(and 53 more)
[INFO]: sdl2_image download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading sdl2_mixer
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 63 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/sdl2_mixer
[INFO]: -> running basename https://www.libsdl.o...(and 53 more)
[INFO]: sdl2_mixer download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading sdl2_ttf
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 61 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/sdl2_ttf
[INFO]: -> running basename https://www.libsdl.or...(and 49 more)
[INFO]: sdl2_ttf download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading sqlite3
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 60 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/sqlite3
[INFO]: -> running basename https://www.sqlite.or...(and 38 more)
[INFO]: sqlite3 download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading python2
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 60 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/python2
[INFO]: -> running basename https://python.org/ft...(and 35 more)
workin[INFO]: python2 download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading numpy
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 58 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/numpy
[INFO]: -> running basename https://pypi.python.o...(and 43 more)
[INFO]: numpy download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading sdl2
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 57 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/sdl2
[INFO]: -> running basename https://www.libsdl.or...(and 27 more)
[INFO]: sdl2 download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading setuptools
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 63 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/setuptools
[INFO]: -> running basename https://pypi.python....(and 54 more)
[INFO]: setuptools download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading six
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 56 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/six
[INFO]: -> running basename https://pypi.python.o...(and 41 more)
[INFO]: six download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading pyjnius
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 60 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/pyjnius
[INFO]: -> running basename https://github.com/ki...(and 28 more)
[INFO]: pyjnius download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading requests
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 61 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/requests
[INFO]: -> running basename https://github.com/ke...(and 42 more)
working: v2.13.0.tar.gz [INFO]: requests download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Downloading kivy
[INFO]: -> running mkdir -p /home/ahmedgad/Deskt...(and 57 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/packages/kivy
[INFO]: -> running basename https://github.com/ki...(and 26 more)
[INFO]: kivy download already cached, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: # Building all recipes for arch armeabi-v7a
[INFO]: # Unpacking recipes
[INFO]: Unpacking hostpython2 for armeabi-v7a
[INFO]: -> running basename https://python.org/ft...(and 35 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop
[INFO]: hostpython2 is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking openssl for armeabi-v7a
[INFO]: -> running basename https://www.openssl.o...(and 31 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/openssl/armeabi-v7a
[INFO]: openssl is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking sdl2_image for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.o...(and 53 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni
[INFO]: sdl2_image is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking sdl2_mixer for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.o...(and 53 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni
[INFO]: sdl2_mixer is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking sdl2_ttf for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.or...(and 49 more)
working: SDL2_ttf-2.0.14.tar.gz [INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni
[INFO]: sdl2_ttf is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking sqlite3 for armeabi-v7a
[INFO]: -> running basename https://www.sqlite.or...(and 38 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/sqlite3/armeabi-v7a
[INFO]: sqlite3 is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking python2 for armeabi-v7a
[INFO]: -> running basename https://python.org/ft...(and 35 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/python2-openssl-sqlite3/armeabi-v7a
[INFO]: python2 is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking numpy for armeabi-v7a
[INFO]: -> running basename https://pypi.python.o...(and 43 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a
[INFO]: numpy is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking sdl2 for armeabi-v7a
[INFO]: -> running basename https://www.libsdl.or...(and 27 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/bootstrap_builds/sdl2_gradle-python2/jni
[INFO]: sdl2 is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking setuptools for armeabi-v7a
[INFO]: -> running basename https://pypi.python....(and 54 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/setuptools-python2/armeabi-v7a
[INFO]: setuptools is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking six for armeabi-v7a
[INFO]: -> running basename https://pypi.python.o...(and 41 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/six-python2/armeabi-v7a
[INFO]: six is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking pyjnius for armeabi-v7a
[INFO]: -> running basename https://github.com/ki...(and 28 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/pyjnius-python2-sdl2/armeabi-v7a
[INFO]: pyjnius is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking requests for armeabi-v7a
[INFO]: -> running basename https://github.com/ke...(and 42 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/requests-hostpython2/armeabi-v7a
[INFO]: requests is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Unpacking kivy for armeabi-v7a
[INFO]: -> running basename https://github.com/ki...(and 26 more)
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/kivy-python2-sdl2/armeabi-v7a
[INFO]: kivy is already unpacked, skipping
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: # Prebuilding recipes
[INFO]: Prebuilding hostpython2 for armeabi-v7a
[INFO]: -> running cp /home/ahmedgad/Desktop/New...(and 194 more)
[INFO]: Applying patches for hostpython2[armeabi-v7a]
[INFO]: hostpython2 already patched, skipping
[INFO]: Prebuilding openssl for armeabi-v7a
[INFO]: openssl has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sdl2_image for armeabi-v7a
[INFO]: sdl2_image has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_image[armeabi-v7a]
[INFO]: sdl2_image already patched, skipping
[INFO]: Prebuilding sdl2_mixer for armeabi-v7a
[INFO]: sdl2_mixer has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2_mixer[armeabi-v7a]
[INFO]: sdl2_mixer already patched, skipping
[INFO]: Prebuilding sdl2_ttf for armeabi-v7a
[INFO]: sdl2_ttf has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding sqlite3 for armeabi-v7a
[INFO]: sqlite3 has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding python2 for armeabi-v7a
[INFO]: python2 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for python2[armeabi-v7a]
[INFO]: python2 already patched, skipping
[INFO]: Prebuilding numpy for armeabi-v7a
[INFO]: numpy has no prebuild_armeabi_v7a, skipping
[WARNING]: Numpy is built assuming the archiver name is arm-linux-androideabi-ar, which may not always be true!
[INFO]: Applying patches for numpy[armeabi-v7a]
[INFO]: numpy already patched, skipping
[INFO]: Prebuilding sdl2 for armeabi-v7a
[INFO]: sdl2 has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for sdl2[armeabi-v7a]
[INFO]: sdl2 already patched, skipping
[INFO]: Prebuilding setuptools for armeabi-v7a
[INFO]: setuptools has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding six for armeabi-v7a
[INFO]: six has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding pyjnius for armeabi-v7a
[INFO]: pyjnius has no prebuild_armeabi_v7a, skipping
[INFO]: Applying patches for pyjnius[armeabi-v7a]
[INFO]: pyjnius already patched, skipping
[INFO]: Prebuilding requests for armeabi-v7a
[INFO]: requests has no prebuild_armeabi_v7a, skipping
[INFO]: Prebuilding kivy for armeabi-v7a
[INFO]: kivy has no prebuild_armeabi_v7a, skipping
[INFO]: # Building recipes
[INFO]: Building hostpython2 for armeabi-v7a
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/hostpython2/desktop/hostpython2
[INFO]: hostpython already exists, skipping build
[INFO]: <- directory context /home/ahmedgad/Desktop/NewApp/python-for-android
[INFO]: Building openssl for armeabi-v7a
[INFO]: openssl said it is already built, skipping
[INFO]: Building sdl2_image for armeabi-v7a
[INFO]: Building sdl2_mixer for armeabi-v7a
[INFO]: Building sdl2_ttf for armeabi-v7a
[INFO]: Building sqlite3 for armeabi-v7a
[INFO]: sqlite3 said it is already built, skipping
[INFO]: Building python2 for armeabi-v7a
[INFO]: Copying hostpython binary to targetpython folder
[INFO]: -> running cp /home/ahmedgad/Desktop/New...(and 207 more)
[INFO]: Building numpy for armeabi-v7a
[INFO]: numpy apparently isn't already in site-packages
[INFO]: Building compiled components in numpy
[INFO]: -> directory context /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy
[INFO]: -> running python.host setup.py build_ext -v
working: numpy/core/src/multException in thread background thread for pid 8490:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 1540, in wrap
fn(*args, **kwargs)
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 2459, in background_thread
handle_exit_code(exit_code)
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 2157, in fn
return self.command.handle_command_exit_code(exit_code)
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 815, in handle_command_exit_code
raise exc
ErrorReturnCode_1:

RAN: /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v

STDOUT:
Running from numpy source directory.
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXwPaDl/tmp
creating /tmp/tmpXwPaDl/tmp/tmpXwPaDl
compile options: '-MMD -MF /tmp/tmpXwPaDl/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXwPaDl/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

blis_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpk72Pe3/tmp
creating /tmp/tmpk72Pe3/tmp/tmpk72Pe3
compile options: '-MMD -MF /tmp/tmpk72Pe3/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpk72Pe3/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqQHLC_/tmp
creating /tmp/tmpqQHLC_/tmp/tmpqQHLC_
compile options: '-MMD -MF /tmp/tmpqQHLC_/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqQHLC_/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpkyKu_u/tmp
creating /tmp/tmpkyKu_u/tmp/tmpkyKu_u
compile options: '-MMD -MF /tmp/tmpkyKu_u/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpkyKu_u/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpNMOxTN/tmp
creating /tmp/tmpNMOxTN/tmp/tmpNMOxTN
compile options: '-MMD -MF /tmp/tmpNMOxTN/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpNMOxTN/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp8sQIYx/tmp
creating /tmp/tmp8sQIYx/tmp/tmp8sQIYx
compile options: '-MMD -MF /tmp/tmp8sQIYx/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp8sQIYx/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpYkjXXz/tmp
creating /tmp/tmpYkjXXz/tmp/tmpYkjXXz
compile options: '-MMD -MF /tmp/tmpYkjXXz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpYkjXXz/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmps5KW_B/tmp
creating /tmp/tmps5KW_B/tmp/tmps5KW_B
compile options: '-MMD -MF /tmp/tmps5KW_B/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmps5KW_B/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

accelerate_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmphwXjC3/tmp
creating /tmp/tmphwXjC3/tmp/tmphwXjC3
compile options: '-MMD -MF /tmp/tmphwXjC3/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmphwXjC3/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE

/bin/sh: 1: svnversion: not found
non-existing path in 'numpy/distutils': 'site.cfg'
/bin/sh: 1: svnversion: not found
F2PY Version 2
lapack_opt_info:
lapack_mkl_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpQ2xR8s/tmp
creating /tmp/tmpQ2xR8s/tmp/tmpQ2xR8s
compile options: '-MMD -MF /tmp/tmpQ2xR8s/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpQ2xR8s/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_lapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpNShR4f/tmp
creating /tmp/tmpNShR4f/tmp/tmpNShR4f
compile options: '-MMD -MF /tmp/tmpNShR4f/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpNShR4f/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpj4Ed9c/tmp
creating /tmp/tmpj4Ed9c/tmp/tmpj4Ed9c
compile options: '-MMD -MF /tmp/tmpj4Ed9c/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpj4Ed9c/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_clapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpX5lS2y/tmp
creating /tmp/tmpX5lS2y/tmp/tmpX5lS2y
compile options: '-MMD -MF /tmp/tmpX5lS2y/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpX5lS2y/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpMQW_W8/tmp
creating /tmp/tmpMQW_W8/tmp/tmpMQW_W8
compile options: '-MMD -MF /tmp/tmpMQW_W8/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpMQW_W8/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXkb0TP/tmp
creating /tmp/tmpXkb0TP/tmp/tmpXkb0TP
compile options: '-MMD -MF /tmp/tmpXkb0TP/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXkb0TP/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqhCJ4B/tmp
creating /tmp/tmpqhCJ4B/tmp/tmpqhCJ4B
compile options: '-MMD -MF /tmp/tmpqhCJ4B/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqhCJ4B/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpbr2L8R/tmp
creating /tmp/tmpbr2L8R/tmp/tmpbr2L8R
compile options: '-MMD -MF /tmp/tmpbr2L8R/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpbr2L8R/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpSXUeSG/tmp
creating /tmp/tmpSXUeSG/tmp/tmpSXUeSG
compile options: '-MMD -MF /tmp/tmpSXUeSG/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpSXUeSG/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpCAaRS7/tmp
creating /tmp/tmpCAaRS7/tmp/tmpCAaRS7
compile options: '-MMD -MF /tmp/tmpCAaRS7/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpCAaRS7/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpYlP7I8/tmp
creating /tmp/tmpYlP7I8/tmp/tmpYlP7I8
compile options: '-MMD -MF /tmp/tmpYlP7I8/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpYlP7I8/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmprGMVwf/tmp
creating /tmp/tmprGMVwf/tmp/tmprGMVwf
compile options: '-MMD -MF /tmp/tmprGMVwf/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmprGMVwf/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpKFrDQK/tmp
creating /tmp/tmpKFrDQK/tmp/tmpKFrDQK
compile options: '-MMD -MF /tmp/tmpKFrDQK/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpKFrDQK/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE

atlas_3_10_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpRe8740/tmp
creating /tmp/tmpRe8740/tmp/tmpRe8740
compile options: '-MMD -MF /tmp/tmpRe8740/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpRe8740/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp2JN2um/tmp
creating /tmp/tmp2JN2um/tmp/tmp2JN2um
compile options: '-MMD -MF /tmp/tmp2JN2um/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp2JN2um/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXBFhoc/tmp
creating /tmp/tmpXBFhoc/tmp/tmpXBFhoc
compile options: '-MMD -MF /tmp/tmpXBFhoc/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXBFhoc/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpaQZdD1/tmp
creating /tmp/tmpaQZdD1/tmp/tmpaQZdD1
compile options: '-MMD -MF /tmp/tmpaQZdD1/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpaQZdD1/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpratP_1/tmp
creating /tmp/tmpratP_1/tmp/tmpratP_1
compile options: '-MMD -MF /tmp/tmpratP_1/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpratP_1/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpP9SQwx/tmp
creating /tmp/tmpP9SQwx/tmp/tmpP9SQwx
compile options: '-MMD -MF /tmp/tmpP9SQwx/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpP9SQwx/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpRQiSCb/tmp
creating /tmp/tmpRQiSCb/tmp/tmpRQiSCb
compile options: '-MMD -MF /tmp/tmpRQiSCb/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpRQiSCb/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpDLmP1N/tmp
creating /tmp/tmpDLmP1N/tmp/tmpDLmP1N
compile options: '-MMD -MF /tmp/tmpDLmP1N/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpDLmP1N/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpgiDb5q/tmp
creating /tmp/tmpgiDb5q/tmp/tmpgiDb5q
compile options: '-MMD -MF /tmp/tmpgiDb5q/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpgiDb5q/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpfAL4Up/tmp
creating /tmp/tmpfAL4Up/tmp/tmpfAL4Up
compile options: '-MMD -MF /tmp/tmpfAL4Up/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpfAL4Up/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpOc7D46/tmp
creating /tmp/tmpOc7D46/tmp/tmpOc7D46
compile options: '-MMD -MF /tmp/tmpOc7D46/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpOc7D46/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp64G1bz/tmp
creating /tmp/tmp64G1bz/tmp/tmp64G1bz
compile options: '-MMD -MF /tmp/tmp64G1bz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp64G1bz/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqShfZr/tmp
creating /tmp/tmpqShfZr/tmp/tmpqShfZr
compile options: '-MMD -MF /tmp/tmpqShfZr/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqShfZr/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp5hcxUJ/tmp
creating /tmp/tmp5hcxUJ/tmp/tmp5hcxUJ
compile options: '-MMD -MF /tmp/tmp5hcxUJ/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp5hcxUJ/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmphcrHL2/tmp
creating /tmp/tmphcrHL2/tmp/tmphcrHL2
compile options: '-MMD -MF /tmp/tmphcrHL2/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmphcrHL2/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpbTB32e/tmp
creating /tmp/tmpbTB32e/tmp/tmpbTB32e
compile options: '-MMD -MF /tmp/tmpbTB32e/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpbTB32e/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE

atlas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpFyn0wB/tmp
creating /tmp/tmpFyn0wB/tmp/tmpFyn0wB
compile options: '-MMD -MF /tmp/tmpFyn0wB/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpFyn0wB/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpwEKpgu/tmp
creating /tmp/tmpwEKpgu/tmp/tmpwEKpgu
compile options: '-MMD -MF /tmp/tmpwEKpgu/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpwEKpgu/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpluqWoe/tmp
creating /tmp/tmpluqWoe/tmp/tmpluqWoe
compile options: '-MMD -MF /tmp/tmpluqWoe/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpluqWoe/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpPbALMs/tmp
creating /tmp/tmpPbALMs/tmp/tmpPbALMs
compile options: '-MMD -MF /tmp/tmpPbALMs/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpPbALMs/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp2mXBKw/tmp
creating /tmp/tmp2mXBKw/tmp/tmp2mXBKw
compile options: '-MMD -MF /tmp/tmp2mXBKw/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp2mXBKw/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpTLq1sn/tmp
creating /tmp/tmpTLq1sn/tmp/tmpTLq1sn
compile options: '-MMD -MF /tmp/tmpTLq1sn/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpTLq1sn/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpkXeFvS/tmp
creating /tmp/tmpkXeFvS/tmp/tmpkXeFvS
compile options: '-MMD -MF /tmp/tmpkXeFvS/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpkXeFvS/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpoSBx5d/tmp
creating /tmp/tmpoSBx5d/tmp/tmpoSBx5d
compile options: '-MMD -MF /tmp/tmpoSBx5d/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpoSBx5d/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE

lapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpAUfeiM/tmp
creating /tmp/tmpAUfeiM/tmp/tmpAUfeiM
compile options: '-MMD -MF /tmp/tmpAUfeiM/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpAUfeiM/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running build_ext
running build_src
build_src
building py_modules sources
building library "npymath" sources
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgfortran
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize NAGFCompiler
customize VastFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PathScaleFCompiler
Could not locate executable pathf95
customize NAGFORCompiler
Could not locate executable nagfor
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
_=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -o _configtest
success!
removing: configtest.c configtest.o configtest.o.d configtest
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default]
int exp (void);
^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -o _configtest
_configtest.c:6: error: undefined reference to 'exp'
collect2: error: ld returned 1 exit status
configtest.c:6: error: undefined reference to 'exp'
collect2: error: ld returned 1 exit status
failure.
removing: configtest.c configtest.o configtest.o.d
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default]
int exp (void);
^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest.o.d _configtest
adding 'build/src.linux-x86_64-2.7/numpy/core/src/npymath' to include_dirs.
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_internal.h']
building library "npysort" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs.
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h']
building extension "numpy.core._dummy" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._umath_tests" sources
building extension "numpy.core._rational_tests" sources
building extension "numpy.core._struct_ufunc_tests" sources
building extension "numpy.core._multiarray_tests" sources
building extension "numpy.core._operand_flag_tests" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources

Warning: Using unoptimized lapack

adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
building extension "numpy.linalg._umath_linalg" sources

Warning: Using unoptimized lapack

adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
building extension "numpy.random.mtrand" sources
building data_files sources
build_src: building npy-pkg config files
running build_clib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpv9sjOz/tmp
creating /tmp/tmpv9sjOz/tmp/tmpv9sjOz
compile options: '-MMD -MF /tmp/tmpv9sjOz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpv9sjOz/file.c
customize UnixCCompiler using build_clib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp3Tm_DI/tmp
creating /tmp/tmp3Tm_DI/tmp/tmp3Tm_DI
compile options: '-MMD -MF /tmp/tmp3Tm_DI/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp3Tm_DI/file.c
customize UnixCCompiler using build_ext
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1

STDERR:

Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in run_code
exec code in run_globals
File "/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/toolchain.py", line 1003, in
main()
File "/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/toolchain.py", line 999, in main
ToolchainCL()
File "/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/toolchain.py", line 532, in init
getattr(self, args.subparser_name.replace('-', '
'))(args)
File "/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/toolchain.py", line 145, in wrapper_func
build_dist_from_args(ctx, dist, args)
File "/home/ahmedgad/Desktop/NewApp/python-for-android/pythonforandroid/toolchain.py", line 189, in build_dist_from_args
build_recipes(build_order, python_modules, ctx)
File "pythonforandroid/build.py", line 580, in build_recipes
File "pythonforandroid/recipe.py", line 881, in build_arch
File "pythonforandroid/recipe.py", line 893, in build_compiled_components
File "pythonforandroid/logger.py", line 176, in shprint
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 863, in next
self.wait()
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 792, in wait
self.handle_command_exit_code(exit_code)
File "/home/ahmedgad/NewKivyAndroid/local/lib/python2.7/site-packages/sh.py", line 815, in handle_command_exit_code
raise exc
sh.ErrorReturnCode_1:

RAN: /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/bin/python.host setup.py build_ext -v

STDOUT:
Running from numpy source directory.
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
blas_opt_info:
blas_mkl_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXwPaDl/tmp
creating /tmp/tmpXwPaDl/tmp/tmpXwPaDl
compile options: '-MMD -MF /tmp/tmpXwPaDl/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXwPaDl/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

blis_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpk72Pe3/tmp
creating /tmp/tmpk72Pe3/tmp/tmpk72Pe3
compile options: '-MMD -MF /tmp/tmpk72Pe3/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpk72Pe3/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqQHLC_/tmp
creating /tmp/tmpqQHLC_/tmp/tmpqQHLC_
compile options: '-MMD -MF /tmp/tmpqQHLC_/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqQHLC_/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpkyKu_u/tmp
creating /tmp/tmpkyKu_u/tmp/tmpkyKu_u
compile options: '-MMD -MF /tmp/tmpkyKu_u/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpkyKu_u/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpNMOxTN/tmp
creating /tmp/tmpNMOxTN/tmp/tmpNMOxTN
compile options: '-MMD -MF /tmp/tmpNMOxTN/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpNMOxTN/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp8sQIYx/tmp
creating /tmp/tmp8sQIYx/tmp/tmp8sQIYx
compile options: '-MMD -MF /tmp/tmp8sQIYx/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp8sQIYx/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpYkjXXz/tmp
creating /tmp/tmpYkjXXz/tmp/tmpYkjXXz
compile options: '-MMD -MF /tmp/tmpYkjXXz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpYkjXXz/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmps5KW_B/tmp
creating /tmp/tmps5KW_B/tmp/tmps5KW_B
compile options: '-MMD -MF /tmp/tmps5KW_B/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmps5KW_B/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

accelerate_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Atlas (http://math-atlas.sourceforge.net/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [atlas]) or by setting
the ATLAS environment variable.
self.calc_info()
blas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmphwXjC3/tmp
creating /tmp/tmphwXjC3/tmp/tmphwXjC3
compile options: '-MMD -MF /tmp/tmphwXjC3/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmphwXjC3/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [blas]) or by setting
the BLAS environment variable.
self.calc_info()
blas_src_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Blas (http://www.netlib.org/blas/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [blas_src]) or by setting
the BLAS_SRC environment variable.
self.calc_info()
NOT AVAILABLE

/bin/sh: 1: svnversion: not found
non-existing path in 'numpy/distutils': 'site.cfg'
/bin/sh: 1: svnversion: not found
F2PY Version 2
lapack_opt_info:
lapack_mkl_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpQ2xR8s/tmp
creating /tmp/tmpQ2xR8s/tmp/tmpQ2xR8s
compile options: '-MMD -MF /tmp/tmpQ2xR8s/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpQ2xR8s/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_lapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpNShR4f/tmp
creating /tmp/tmpNShR4f/tmp/tmpNShR4f
compile options: '-MMD -MF /tmp/tmpNShR4f/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpNShR4f/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpj4Ed9c/tmp
creating /tmp/tmpj4Ed9c/tmp/tmpj4Ed9c
compile options: '-MMD -MF /tmp/tmpj4Ed9c/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpj4Ed9c/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

openblas_clapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpX5lS2y/tmp
creating /tmp/tmpX5lS2y/tmp/tmpX5lS2y
compile options: '-MMD -MF /tmp/tmpX5lS2y/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpX5lS2y/file.c
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpMQW_W8/tmp
creating /tmp/tmpMQW_W8/tmp/tmpMQW_W8
compile options: '-MMD -MF /tmp/tmpMQW_W8/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpMQW_W8/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXkb0TP/tmp
creating /tmp/tmpXkb0TP/tmp/tmpXkb0TP
compile options: '-MMD -MF /tmp/tmpXkb0TP/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXkb0TP/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqhCJ4B/tmp
creating /tmp/tmpqhCJ4B/tmp/tmpqhCJ4B
compile options: '-MMD -MF /tmp/tmpqhCJ4B/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqhCJ4B/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpbr2L8R/tmp
creating /tmp/tmpbr2L8R/tmp/tmpbr2L8R
compile options: '-MMD -MF /tmp/tmpbr2L8R/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpbr2L8R/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpSXUeSG/tmp
creating /tmp/tmpSXUeSG/tmp/tmpSXUeSG
compile options: '-MMD -MF /tmp/tmpSXUeSG/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpSXUeSG/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpCAaRS7/tmp
creating /tmp/tmpCAaRS7/tmp/tmpCAaRS7
compile options: '-MMD -MF /tmp/tmpCAaRS7/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpCAaRS7/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpYlP7I8/tmp
creating /tmp/tmpYlP7I8/tmp/tmpYlP7I8
compile options: '-MMD -MF /tmp/tmpYlP7I8/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpYlP7I8/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmprGMVwf/tmp
creating /tmp/tmprGMVwf/tmp/tmprGMVwf
compile options: '-MMD -MF /tmp/tmprGMVwf/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmprGMVwf/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpKFrDQK/tmp
creating /tmp/tmpKFrDQK/tmp/tmpKFrDQK
compile options: '-MMD -MF /tmp/tmpKFrDQK/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpKFrDQK/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
NOT AVAILABLE

atlas_3_10_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpRe8740/tmp
creating /tmp/tmpRe8740/tmp/tmpRe8740
compile options: '-MMD -MF /tmp/tmpRe8740/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpRe8740/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp2JN2um/tmp
creating /tmp/tmp2JN2um/tmp/tmp2JN2um
compile options: '-MMD -MF /tmp/tmp2JN2um/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp2JN2um/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpXBFhoc/tmp
creating /tmp/tmpXBFhoc/tmp/tmpXBFhoc
compile options: '-MMD -MF /tmp/tmpXBFhoc/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpXBFhoc/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpaQZdD1/tmp
creating /tmp/tmpaQZdD1/tmp/tmpaQZdD1
compile options: '-MMD -MF /tmp/tmpaQZdD1/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpaQZdD1/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpratP_1/tmp
creating /tmp/tmpratP_1/tmp/tmpratP_1
compile options: '-MMD -MF /tmp/tmpratP_1/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpratP_1/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpP9SQwx/tmp
creating /tmp/tmpP9SQwx/tmp/tmpP9SQwx
compile options: '-MMD -MF /tmp/tmpP9SQwx/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpP9SQwx/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpRQiSCb/tmp
creating /tmp/tmpRQiSCb/tmp/tmpRQiSCb
compile options: '-MMD -MF /tmp/tmpRQiSCb/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpRQiSCb/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpDLmP1N/tmp
creating /tmp/tmpDLmP1N/tmp/tmpDLmP1N
compile options: '-MMD -MF /tmp/tmpDLmP1N/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpDLmP1N/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_3_10_info'>
NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpgiDb5q/tmp
creating /tmp/tmpgiDb5q/tmp/tmpgiDb5q
compile options: '-MMD -MF /tmp/tmpgiDb5q/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpgiDb5q/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpfAL4Up/tmp
creating /tmp/tmpfAL4Up/tmp/tmpfAL4Up
compile options: '-MMD -MF /tmp/tmpfAL4Up/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpfAL4Up/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpOc7D46/tmp
creating /tmp/tmpOc7D46/tmp/tmpOc7D46
compile options: '-MMD -MF /tmp/tmpOc7D46/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpOc7D46/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp64G1bz/tmp
creating /tmp/tmp64G1bz/tmp/tmp64G1bz
compile options: '-MMD -MF /tmp/tmp64G1bz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp64G1bz/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpqShfZr/tmp
creating /tmp/tmpqShfZr/tmp/tmpqShfZr
compile options: '-MMD -MF /tmp/tmpqShfZr/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpqShfZr/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp5hcxUJ/tmp
creating /tmp/tmp5hcxUJ/tmp/tmp5hcxUJ
compile options: '-MMD -MF /tmp/tmp5hcxUJ/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp5hcxUJ/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmphcrHL2/tmp
creating /tmp/tmphcrHL2/tmp/tmphcrHL2
compile options: '-MMD -MF /tmp/tmphcrHL2/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmphcrHL2/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpbTB32e/tmp
creating /tmp/tmpbTB32e/tmp/tmpbTB32e
compile options: '-MMD -MF /tmp/tmpbTB32e/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpbTB32e/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_threads_info'>
NOT AVAILABLE

atlas_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpFyn0wB/tmp
creating /tmp/tmpFyn0wB/tmp/tmpFyn0wB
compile options: '-MMD -MF /tmp/tmpFyn0wB/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpFyn0wB/file.c
libraries not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpwEKpgu/tmp
creating /tmp/tmpwEKpgu/tmp/tmpwEKpgu
compile options: '-MMD -MF /tmp/tmpwEKpgu/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpwEKpgu/file.c
libraries lapack_atlas not found in /home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpluqWoe/tmp
creating /tmp/tmpluqWoe/tmp/tmpluqWoe
compile options: '-MMD -MF /tmp/tmpluqWoe/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpluqWoe/file.c
libraries not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpPbALMs/tmp
creating /tmp/tmpPbALMs/tmp/tmpPbALMs
compile options: '-MMD -MF /tmp/tmpPbALMs/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpPbALMs/file.c
libraries lapack_atlas not found in /usr/local/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp2mXBKw/tmp
creating /tmp/tmp2mXBKw/tmp/tmp2mXBKw
compile options: '-MMD -MF /tmp/tmp2mXBKw/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp2mXBKw/file.c
libraries not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpTLq1sn/tmp
creating /tmp/tmpTLq1sn/tmp/tmpTLq1sn
compile options: '-MMD -MF /tmp/tmpTLq1sn/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpTLq1sn/file.c
libraries lapack_atlas not found in /usr/lib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpkXeFvS/tmp
creating /tmp/tmpkXeFvS/tmp/tmpkXeFvS
compile options: '-MMD -MF /tmp/tmpkXeFvS/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpkXeFvS/file.c
libraries not found in /usr/lib/x86_64-linux-gnu
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpoSBx5d/tmp
creating /tmp/tmpoSBx5d/tmp/tmpoSBx5d
compile options: '-MMD -MF /tmp/tmpoSBx5d/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpoSBx5d/file.c
libraries lapack_atlas not found in /usr/lib/x86_64-linux-gnu
<class 'numpy.distutils.system_info.atlas_info'>
NOT AVAILABLE

lapack_info:
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpAUfeiM/tmp
creating /tmp/tmpAUfeiM/tmp/tmpAUfeiM
compile options: '-MMD -MF /tmp/tmpAUfeiM/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpAUfeiM/file.c
libraries not found in ['/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/x86_64-linux-gnu']
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) libraries not found.
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
self.calc_info()
lapack_src_info:
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/other_builds/numpy-python2/armeabi-v7a/numpy/numpy/distutils/system_info.py:625: UserWarning:
Lapack (http://www.netlib.org/lapack/) sources not found.
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
self.calc_info()
NOT AVAILABLE

/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
warnings.warn(msg)
running build_ext
running build_src
build_src
building py_modules sources
building library "npymath" sources
get_default_fcompiler: matching types: '['gnu95', 'intel', 'lahey', 'pg', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor']'
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize LaheyFCompiler
Could not locate executable lf95
customize PGroupFCompiler
Could not locate executable pgfortran
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize NAGFCompiler
customize VastFCompiler
customize CompaqFCompiler
Could not locate executable fort
customize IntelItaniumFCompiler
Could not locate executable efort
Could not locate executable efc
customize IntelEM64TFCompiler
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PathScaleFCompiler
Could not locate executable pathf95
customize NAGFORCompiler
Could not locate executable nagfor
don't know how to compile Fortran code on platform 'posix'
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
_=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -o _configtest
success!
removing: configtest.c configtest.o configtest.o.d configtest
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default]
int exp (void);
^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -o _configtest
_configtest.c:6: error: undefined reference to 'exp'
collect2: error: ld returned 1 exit status
configtest.c:6: error: undefined reference to 'exp'
collect2: error: ld returned 1 exit status
failure.
removing: configtest.c configtest.o configtest.o.d
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: configtest.c
configtest.c:1:5: warning: conflicting types for built-in function 'exp' [enabled by default]
int exp (void);
^
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API
=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm _configtest.o -lm -o _configtest
success!
removing: _configtest.c _configtest.o _configtest.o.d _configtest
adding 'build/src.linux-x86_64-2.7/numpy/core/src/npymath' to include_dirs.
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/npymath/npy_math_internal.h']
building library "npysort" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs.
None - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/npy_partition.h', 'build/src.linux-x86_64-2.7/numpy/core/src/private/npy_binsearch.h']
building extension "numpy.core._dummy" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.multiarray" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_numpy_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/src/private' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/private/templ_common.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h']
building extension "numpy.core.umath" sources
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h' to sources.
executing numpy/core/code_generators/generate_ufunc_api.py
adding 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h' to sources.
adding 'build/src.linux-x86_64-2.7/numpy/core/src/umath' to include_dirs.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.7/numpy/core/src/umath/funcs.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/simd.inc', 'build/src.linux-x86_64-2.7/numpy/core/src/umath/loops.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-x86_64-2.7/numpy/core/include/numpy/__ufunc_api.h']
building extension "numpy.core._umath_tests" sources
building extension "numpy.core._rational_tests" sources
building extension "numpy.core._struct_ufunc_tests" sources
building extension "numpy.core._multiarray_tests" sources
building extension "numpy.core._operand_flag_tests" sources
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources

Warning: Using unoptimized lapack

adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
building extension "numpy.linalg._umath_linalg" sources

Warning: Using unoptimized lapack

adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
building extension "numpy.random.mtrand" sources
building data_files sources
build_src: building npy-pkg config files
running build_clib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmpv9sjOz/tmp
creating /tmp/tmpv9sjOz/tmp/tmpv9sjOz
compile options: '-MMD -MF /tmp/tmpv9sjOz/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmpv9sjOz/file.c
customize UnixCCompiler using build_clib
customize UnixCCompiler
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

creating /tmp/tmp3Tm_DI/tmp
creating /tmp/tmp3Tm_DI/tmp/tmp3Tm_DI
compile options: '-MMD -MF /tmp/tmp3Tm_DI/file.c.d -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: /tmp/tmp3Tm_DI/file.c
customize UnixCCompiler using build_ext
building 'numpy.core.multiarray' extension
compiling C sources
C compiler: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC

compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb'
ccache: numpy/core/src/multiarray/numpyos.c
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
numpy/core/src/multiarray/numpyos.c: In function 'change_decimal_from_locale_to_dot':
numpy/core/src/multiarray/numpyos.c:182:44: error: 'struct lconv' has no member named 'decimal_point'
const char *decimal_point = locale_data->decimal_point;
^
error: Command "/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -L/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm/usr/lib --sysroot=/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-x86_64-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -Ibuild/src.linux-x86_64-2.7/numpy/core/src/private -Ibuild/src.linux-x86_64-2.7/numpy/core/src/npymath -c -DANDROID -mandroid -fomit-frame-pointer -D__ANDROID_API__=19 -I/home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -isysroot /home/ahmedgad/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -I/home/ahmedgad/Desktop/NewApp/.buildozer/android/platform/build/build/python-installs/myapp/include/python2.7 -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb numpy/core/src/multiarray/numpyos.c -o build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o -MMD -MF build/temp.linux-x86_64-2.7/numpy/core/src/multiarray/numpyos.o.d" failed with exit status 1

@brentpicasso
Copy link
Contributor

Getting this error as well. using p4a master, numpy default

from buildozer:

requirements = kivy==1.10.1, numpy, ...

@DerThorsten
Copy link

same here

@dphilmai
Copy link

Got the same error using requirements = kivy,numpy,docutils
and p4a master
Any news on this?

@zworkb
Copy link
Contributor

zworkb commented Dec 3, 2018

that is because for whatever reason in your android NDK folder the file "android-19/arch-arm/usr/include/locale.h", line 54 the struct lconv is empty, in android-21 this not the case, so try a different api level since the empty struct seems to appear only in android-19.

numpy and especially opencv seem currently a mess with p4a master

@DerThorsten
Copy link

DerThorsten commented Dec 3, 2018

@zworkb which branch/fork/wizardry would you recommend to build numpy?

@zworkb
Copy link
Contributor

zworkb commented Dec 3, 2018

Followup:

for those folks that got stuck here (as I got too) there is a workaround:
I managed to get numpy and opencv 2.4.10 recipes in my p4a fork compatible with api level 26.

I pinned the versions as follows:

android.api = 26   
android.minapi = 21
android.sdk = 24
android.ndk = 15b

In order to get it running download the above mentioned fork of p4a and refer to it in your buildozer.spec:

p4a.source_dir=<path to p4a>

NDK versions 16+ might require further work because support for gcc has been removed in favor of clang/LLVM which I didnt dig into yet. I am happy to be sort of productive again with the whole stack.
I havent tested it enough to make a pull request, I hope I will have the time soon.

@inclement
Copy link
Member

inclement commented Dec 3, 2018

If this works with API 21, then all should be good with p4a master since it compiles against this target by default (unless your android target api is lower, but there's no good reason to do that any more).

I'll try to confirm this before closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants