Skip to content

update pyproj recipe #2017

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

Merged
merged 1 commit into from
Nov 17, 2019
Merged

update pyproj recipe #2017

merged 1 commit into from
Nov 17, 2019

Conversation

joergbrech
Copy link
Contributor

bumps pyproj version to 1.9.6 and fixes the source url. Previously the url pointed to the latest pyproj version, which

  1. did not match the recipe version and
  2. seems not to be compatible with hostpython3

AndreMiras
AndreMiras previously approved these changes Nov 9, 2019
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!
As another improvement I would suggest to use the {version} tag rather overriding.
Also please squash to one commit if you know how to, otherwise we would do it on merge time if the build turns green

@AndreMiras
Copy link
Member

AndreMiras commented Nov 9, 2019

Thanks for addressing. Build is failing certainly because of #2011
I'm going to look into it before we can merge this one.
Edit:
Addressed in #2018

@joergbrech
Copy link
Contributor Author

Sorry for force pushing again, there still was a typo in the url (missing v before {version}). I tested it and it should work now.

@AndreMiras
Copy link
Member

Ahah no prob. Could you rebase on develop since I've merge the CI fix. That way we'll all see if your PR builds ok

@AndreMiras
Copy link
Member

Thanks for rebasing!
Apparently only the build of pyproj seems to be failing, I'll try to investigate this week to see if it comes from the CI. The error is:

Exception in thread background thread for pid 15:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 1540, in wrap
    fn(*args, **kwargs)
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 2459, in background_thread
    handle_exit_code(exit_code)
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 2157, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 
  RAN: /usr/bin/python setup_testapp_python3_sqlite_openssl.py apk --sdk-dir /home/user/.android/android-sdk --ndk-dir /home/user/.android/android-ndk --requirements pyproj,python3
  STDOUT:
Traceback (most recent call last):
  File "setup_testapp_python3_sqlite_openssl.py", line 3, in <module>
    from setuptools import find_packages
ImportError: No module named setuptools
  STDERR:
Traceback (most recent call last):
  File "setup_testapp_python3_sqlite_openssl.py", line 3, in <module>
    from setuptools import find_packages
ImportError: No module named setuptools
Traceback (most recent call last):
  File "ci/rebuild_updated_recipes.py", line 112, in <module>
    main()
  File "ci/rebuild_updated_recipes.py", line 108, in main
    build(target_python, recipes)
  File "ci/rebuild_updated_recipes.py", line 71, in build
    requirements, _err_to_out=True, _iter=True):
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 863, in next
    self.wait()
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 792, in wait
    self.handle_command_exit_code(exit_code)
  File "/home/user/app/venv/lib/python3.6/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 
  RAN: /usr/bin/python setup_testapp_python3_sqlite_openssl.py apk --sdk-dir /home/user/.android/android-sdk --ndk-dir /home/user/.android/android-ndk --requirements pyproj,python3
  STDOUT:
Traceback (most recent call last):
  File "setup_testapp_python3_sqlite_openssl.py", line 3, in <module>
    from setuptools import find_packages
ImportError: No module named setuptools
  STDERR:
Makefile:34: recipe for target 'rebuild_updated_recipes' failed
make: *** [rebuild_updated_recipes] Error 1
Makefile:76: recipe for target 'docker/run/make/rebuild_updated_recipes' failed
make: *** [docker/run/make/rebuild_updated_recipes] Error 2
The command "make docker/run/make/rebuild_updated_recipes" exited with 2.
Done. Your build exited with 1.

Full log https://travis-ci.org/kivy/python-for-android/jobs/609959438

@joergbrech
Copy link
Contributor Author

joergbrech commented Nov 11, 2019

Yes, this is strange, why would setuptools not be installed? FYI, I managed to build my app on travis using the proposed recipe change:

Edit

I just realized, that the build logs were cached away by travis, here is the build log from my local machine.

Here is the excerpt related to the pyproj build:

�[1m[INFO]�[0m:    �[36m<- directory context /data/tools/python-for-android�[39m
�[1m[INFO]�[0m:    �[1m�[32mBuilding pyproj for armeabi-v7a�[0m�[39m
�[1m[INFO]�[0m:    pyproj apparently isn't already in site-packages
�[1m[INFO]�[0m:    Cythonizing anything necessary in pyproj
�[1m[INFO]�[0m:    �[36m-> directory context /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running python3 -c import sys; print(sys.path)�[0m
�[0m
           working: ['', '/data/tools/mapfix/.buildozer/android/p...(and 796 more) �[0m
                                                                                   
�[1m[INFO]�[0m:    Trying first build of pyproj to get cython files: this is expected to fail
�[1m[INFO]�[0m:    �[90m->�[0m running python3 setup.py build_ext -v�[0m
�[0m
           working: using bundled proj4..                                          �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 137 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 143 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: _proj.c does not exist in a repository copy.                   �[0m
           working: ImportError: Cython must be installed in order...(and 20 more) �[0m
           working:  to install Cython run `pip install cython`                    �[0m
                                                                                   
Exception in thread background thread for pid 6347:
Traceback (most recent call last):
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "/home/jan/.local/lib/python3.6/site-packages/sh.py", line 1540, in wrap
    fn(*args, **kwargs)
  File "/home/jan/.local/lib/python3.6/site-packages/sh.py", line 2459, in background_thread
    handle_exit_code(exit_code)
  File "/home/jan/.local/lib/python3.6/site-packages/sh.py", line 2157, in fn
    return self.command.handle_command_exit_code(exit_code)
  File "/home/jan/.local/lib/python3.6/site-packages/sh.py", line 815, in handle_command_exit_code
    raise exc
sh.ErrorReturnCode_1: 

  RAN: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 setup.py build_ext -v

  STDOUT:
using bundled proj4..
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/alaska < datumgrid/alaska.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/conus < datumgrid/conus.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/FL < datumgrid/FL.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/hawaii < datumgrid/hawaii.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/MD < datumgrid/MD.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/null < datumgrid/null.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/prvi < datumgrid/prvi.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/stgeorge < datumgrid/stgeorge.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/stlrnc < datumgrid/stlrnc.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/stpaul < datumgrid/stpaul.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/TN < datumgrid/TN.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/WI < datumgrid/WI.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error
executing /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin lib/pyproj/data/WO < datumgrid/WO.lla
/bin/sh: 1: /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj/nad2bin: Exec format error


_proj.c does not exist in a repository copy.
ImportError: Cython must be installed in order to generate _proj.c
	to install Cython run `pip install cython`


  STDERR:


�[1m[INFO]�[0m:    pyproj first build failed (as expected)
�[1m[INFO]�[0m:    Running cython where appropriate
�[1m[INFO]�[0m:    Cythonize _proj.pyx
�[1m[INFO]�[0m:    �[90m->�[0m running python3 -m Cython.Build.Cythonize ./_proj.pyx�[0m

�[0m
           working: Compiling /data/tools/mapfix/.buildozer/andro...(and 115 more) �[0m
           working: [1/1] Cythonizing /data/tools/mapfix/.buildoz...(and 103 more) �[0m
           working: /home/jan/.local/lib/python3.6/site-packages/...(and 283 more) �[0m
           working:   tree = Parsing.p_module(s, pxd, full_module_name)            �[0m
                                                                                   
�[1m[INFO]�[0m:    �[90m->�[0m running python3 setup.py build_ext -v�[0m
�[0m
           working: using bundled proj4..                                          �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 137 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 143 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: running build_ext                                              �[0m
           working: building 'pyproj._proj' extension                              �[0m
           working: creating build                                                 �[0m
           working: creating build/temp.linux-x86_64-3.7                           �[0m
           working: creating build/temp.linux-x86_64-3.7/src                       �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1015 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1015 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1033 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1015 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1041 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1043 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1033 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: src/pj_strtod.c:83:2: warning: "localeconv not...(and 25 more) �[0m
           working: #warning "localeconv not available"                            �[0m
           working:  ^                                                             �[0m
           working: 1 warning generated.                                           �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1029 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1021 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1023 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1027 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1025 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1017 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1019 more) �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 1007 more) �[0m
           working: _proj.c:2514:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 60 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:2543:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 60 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:3203:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 55 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:3232:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 55 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:4555:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 57 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:4584:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 57 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:4624:19: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:     __pyx_t_2 = ((PyObject_AsWriteBuffer(__py...(and 59 more)  �[0m
           working:                   ^                                            �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:5356:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 59 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6276:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 63 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6305:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 63 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6334:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 57 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6363:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 60 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6900:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 64 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6929:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 64 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6958:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 60 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: _proj.c:6987:17: warning: 'PyObject_AsWriteBuf...(and 46 more) �[0m
           working:   __pyx_t_1 = ((PyObject_AsWriteBuffer(__pyx_...(and 61 more)  �[0m
           working:                 ^                                              �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 193 more) �[0m
           working:                                        Py_DEPRECATED(3.0);     �[0m
           working:                                        ^                       �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 159 more) �[0m
           working: #define Py_DEPRECATED(VERSION_UNUSED) __attrib...(and 23 more) �[0m
           working:                                                      ^         �[0m
           working: 16 warnings generated.                                         �[0m
           working: creating build/lib.linux-x86_64-3.7                            �[0m
           working: creating build/lib.linux-x86_64-3.7/pyproj                     �[0m
           working: /usr/bin/ccache /home/jan/.buildozer/android...(and 8628 more) �[0m
                                                                                   
�[1m[INFO]�[0m:    �[36m-> directory context /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj�[39m
�[1m[INFO]�[0m:    Stripping object files
�[1m[INFO]�[0m:    �[90m->�[0m running find . -iname *.so -exec /usr/bin/echo {} ;�[0m
�[0m
           working: /usr/bin/find: ‘/usr/bin/echo’: No such file or directory      �[0m
                                                                                   
�[1m[INFO]�[0m:    �[90m->�[0m running find . -iname *.so -exec arm-linux-...(and 39 more)�[0m
�[1m[INFO]�[0m:    �[36m<- directory context /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj�[39m
�[1m[INFO]�[0m:    �[36m<- directory context /data/tools/python-for-android�[39m
�[1m[INFO]�[0m:    Installing pyproj into site-packages
�[1m[INFO]�[0m:    �[36m-> directory context /data/tools/mapfix/.buildozer/android/platform/build/build/other_builds/pyproj-python3/armeabi-v7a__ndk_target_26/pyproj�[39m
�[1m[INFO]�[0m:    �[90m->�[0m running python3 setup.py install -O2 --roo...(and 99 more)�[0m
�[0m
           working: using bundled proj4..                                          �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 137 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 135 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 143 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 139 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: executing /data/tools/mapfix/.buildozer/andro...(and 131 more) �[0m
           working: /bin/sh: 1: /data/tools/mapfix/.buildozer/and...(and 114 more) �[0m
           working: running install                                                �[0m
           working: running build                                                  �[0m
           working: running build_py                                               �[0m
           working: copying lib/pyproj/datadir.py -> build/lib.lin...(and 20 more) �[0m
           working: copying lib/pyproj/__init__.py -> build/lib.li...(and 21 more) �[0m
           working: creating build/lib.linux-x86_64-3.7/pyproj/data                �[0m
           working: copying lib/pyproj/data/epsg -> build/lib.linu...(and 24 more) �[0m
           working: copying lib/pyproj/data/esri -> build/lib.linu...(and 24 more) �[0m
           working: copying lib/pyproj/data/esri.extra -> build/li...(and 30 more) �[0m
           working: copying lib/pyproj/data/GL27 -> build/lib.linu...(and 24 more) �[0m
           working: copying lib/pyproj/data/IGNF -> build/lib.linu...(and 24 more) �[0m
           working: copying lib/pyproj/data/nad.lst -> build/lib.l...(and 27 more) �[0m
           working: copying lib/pyproj/data/nad27 -> build/lib.lin...(and 25 more) �[0m
           working: copying lib/pyproj/data/nad83 -> build/lib.lin...(and 25 more) �[0m
           working: copying lib/pyproj/data/ntf_r93.gsb -> build/l...(and 31 more) �[0m
           working: copying lib/pyproj/data/ntv1_can.dat -> build/...(and 32 more) �[0m
           working: copying lib/pyproj/data/ntv2_out.dist -> build...(and 33 more) �[0m
           working: copying lib/pyproj/data/nzgd2kgrid0005.gsb -> ...(and 38 more) �[0m
           working: copying lib/pyproj/data/other.extra -> build/l...(and 31 more) �[0m
           working: copying lib/pyproj/data/pj_out27.dist -> build...(and 33 more) �[0m
           working: copying lib/pyproj/data/pj_out83.dist -> build...(and 33 more) �[0m
           working: copying lib/pyproj/data/proj_def.dat -> build/...(and 32 more) �[0m
           working: copying lib/pyproj/data/proj_outIGNF.dist -> b...(and 37 more) �[0m
           working: copying lib/pyproj/data/README -> build/lib.li...(and 26 more) �[0m
           working: copying lib/pyproj/data/td_out.dist -> build/l...(and 31 more) �[0m
           working: copying lib/pyproj/data/test27 -> build/lib.li...(and 26 more) �[0m
           working: copying lib/pyproj/data/test83 -> build/lib.li...(and 26 more) �[0m
           working: copying lib/pyproj/data/testdatumfile -> build...(and 33 more) �[0m
           working: copying lib/pyproj/data/testIGNF -> build/lib....(and 28 more) �[0m
           working: copying lib/pyproj/data/testntv2 -> build/lib....(and 28 more) �[0m
           working: copying lib/pyproj/data/testvarious -> build/l...(and 31 more) �[0m
           working: copying lib/pyproj/data/tv_out.dist -> build/l...(and 31 more) �[0m
           working: copying lib/pyproj/data/world -> build/lib.lin...(and 25 more) �[0m
           working: running build_ext                                              �[0m
           working: running install_lib                                            �[0m
           working: creating /data/tools/mapfix/.buildozer/android...(and 51 more) �[0m
           working: creating /data/tools/mapfix/.buildozer/androi...(and 57 more)  �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 105 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 105 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 111 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 105 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 105 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 108 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 106 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 106 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 112 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 113 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 114 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 119 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 112 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 114 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 114 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 113 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 118 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 107 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 112 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 107 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 107 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 114 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 109 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 109 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 112 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 112 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 106 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/dat...(and 101 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/_pr...(and 128 more) �[0m
           working: copying build/lib.linux-x86_64-3.7/pyproj/__i...(and 102 more) �[0m
           working: byte-compiling /data/tools/mapfix/.buildozer/...(and 97 more)  �[0m
           working: byte-compiling /data/tools/mapfix/.buildozer/...(and 99 more)  �[0m
           working: writing byte-compilation script '/tmp/tmpyj4ip386.py'          �[0m
           working: /data/tools/mapfix/.buildozer/android/platfor...(and 99 more)  �[0m
           working: removing /tmp/tmpyj4ip386.py                                   �[0m
           working: running install_egg_info                                       �[0m
           working: running egg_info                                               �[0m
           working: creating lib/pyproj.egg-info                                   �[0m
           working: writing lib/pyproj.egg-info/PKG-INFO                           �[0m
           working: writing dependency_links to lib/pyproj.egg-inf...(and 22 more) �[0m
           working: writing top-level names to lib/pyproj.egg-info/top_level.txt   �[0m
           working: writing manifest file 'lib/pyproj.egg-info/SOURCES.txt'        �[0m
           working: reading manifest file 'lib/pyproj.egg-info/SOURCES.txt'        �[0m
           working: reading manifest template 'MANIFEST.in'                        �[0m
           working: warning: no files found matching 'src/*diff'                   �[0m
           working: writing manifest file 'lib/pyproj.egg-info/SOURCES.txt'        �[0m
           working: Copying lib/pyproj.egg-info to /data/tools/ma...(and 97 more)  �[0m
           working: running install_scripts                                        �[0m

@AndreMiras
Copy link
Member

Thank you @joergbrech for looking into it and sharing the logs.
Yes that error doesn't make much sense, but I'd like to fix it. It's probably still a regression introduced recently when refactored Travis CI. I'll spend time on this and come back to you hopefully soon

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
The build was fixed by @opacam via.
I've tried your PR locally and I'm confident it should just fine after merging

@AndreMiras AndreMiras merged commit 865de72 into kivy:develop Nov 17, 2019
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

Successfully merging this pull request may close these issues.

2 participants