-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyjnius build failed #1016
Comments
It looks like pyjnius was built successfully. The error in your full log is
|
I'm not really sure what's wrong here, but it looks like you may have some weird interaction with a previous buildozer build. Could you delete |
p4a apk --private helloworld --package=org.example.helloworld --name "Hello" --version 1.0 --bootstrap=sdl2 --requirements=python2,kivy,libffi --debug The pyjnius still has error when compile.Here is a updated full log [INFO]: <- directory context /home/shixudongleo/Downloads/KivyTut
[INFO]: Building pyjnius for armeabi
[INFO]: jnius apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in pyjnius
[INFO]: -> directory context /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/pyjnius
[DEBUG]: -> running python.host -c import sys; print(sys.path)
[DEBUG]: ['', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python27.zip', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/plat-linux3', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-tk', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-old', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-dynload', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages']
[INFO]: Trying first build of pyjnius to get cython files: this is expected to fail
[DEBUG]: -> running python.host setup.py build_ext -v
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running build_ext
[DEBUG]: building 'jnius' extension
[DEBUG]: creating build
[DEBUG]: creating build/temp.linux-x86_64-2.7
[DEBUG]: creating build/temp.linux-x86_64-2.7/jnius
[DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
[DEBUG]: arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
[DEBUG]: arm-linux-androideabi-gcc: fatal error: no input files
[DEBUG]: compilation terminated.
[DEBUG]: error: command '/usr/bin/ccache' failed with exit status 1
Exception in thread background thread for pid 7871:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1401, in wrap
fn(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2294, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1993, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 677, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/bin/python.host setup.py build_ext -v
STDOUT:
/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
building 'jnius' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/jnius
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command '/usr/bin/ccache' failed with exit status 1
STDERR:
[INFO]: pyjnius first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize jnius/jnius.pyx
[DEBUG]: -> running cython ./jnius/jnius.pyx
[DEBUG]: warning: jnius/jnius.pyx:2:0: __getslice__, __setslice__, and __delslice__ are not supported by Python 3, use __getitem__, __setitem__, and __delitem__ instead
[DEBUG]: -> running python.host setup.py build_ext -v
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running build_ext
[DEBUG]: building 'jnius' extension
[DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_check_assignable_from':
[DEBUG]: jnius/jnius.c:4453:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 195; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4453:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c:4472:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 197; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4472:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c:4527:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 204; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4527:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_jstringy_arg':
[DEBUG]: jnius/jnius.c:6060:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_t_3); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:6060:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_convert_jarray_to_python':
[DEBUG]: jnius/jnius.c:8441:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:8444:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_pf_5jnius_5jnius_9ByteArray_12__richcmp__':
[DEBUG]: jnius/jnius.c:13404:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_9JavaField_read_field':
[DEBUG]: jnius/jnius.c:19221:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:19224:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_9JavaField_read_static_field':
[DEBUG]: jnius/jnius.c:19772:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:19775:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_10JavaMethod_call_method':
[DEBUG]: jnius/jnius.c:21740:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:21743:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_10JavaMethod_call_staticmethod':
[DEBUG]: jnius/jnius.c:22663:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:22666:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_pf_5jnius_5jnius_18JavaMultipleMethod_6__call__':
[DEBUG]: jnius/jnius.c:24467:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_jm->is_varargs); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 893; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:24467:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_py_invoke0':
[DEBUG]: jnius/jnius.c:26741:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[DEBUG]: __pyx_t_2 = ((PyObject *)((void *)__pyx_v_jptr));
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function 'get_memview_MemoryView_5array_7memview___get__':
[DEBUG]: jnius/jnius.c:29062:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 220; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:29062:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_is_slice':
[DEBUG]: jnius/jnius.c:30613:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_7 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_7)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 385; __pyx_clineno = __LINE__; goto __pyx_L4_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:30613:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_MemoryView_10memoryview_16is_c_contig':
[DEBUG]: jnius/jnius.c:32923:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig(__pyx_v_mslice, 'C', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 579; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:32923:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_MemoryView_10memoryview_18is_f_contig':
[DEBUG]: jnius/jnius.c:32997:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig(__pyx_v_mslice, 'F', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 585; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:32997:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_new':
[DEBUG]: jnius/jnius.c:33240:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 614; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:33240:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '_unellipsify':
[DEBUG]: jnius/jnius.c:33703:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_4 = __Pyx_PyBool_FromLong(__pyx_v_have_slices); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 654; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:33703:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_fromslice':
[DEBUG]: jnius/jnius.c:35747:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 972; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:35747:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function 'initjnius':
[DEBUG]: jnius/jnius.c:42432:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(((PyObject *)((PyObject*)(&PyType_Type))));
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseTooManyValuesError':
[DEBUG]: jnius/jnius.c:43171:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseNeedMoreValuesError':
[DEBUG]: jnius/jnius.c:43177:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: index, (index == 1) ? "" : "s");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseArgtupleInvalid':
[DEBUG]: jnius/jnius.c:43917:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: (num_expected == 1) ? "" : "s", num_found);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:43917:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_BufFmt_ProcessTypeChunk':
[DEBUG]: jnius/jnius.c:44246:20: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=]
[DEBUG]: (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:44246:20: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'long int' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_GetBufferAndValidate':
[DEBUG]: jnius/jnius.c:44493:7: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : "");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:44493:7: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'long int' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_ValidateAndInit_memviewslice':
[DEBUG]: jnius/jnius.c:47649:22: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: (dtype->size > 1) ? "s" : "");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_convert_python_to_jobject':
[DEBUG]: jnius/jnius.c:10357:21: warning: '__pyx_v_retmidinit' may be used uninitialized in this function [-Wmaybe-uninitialized]
[DEBUG]: __pyx_v_retobject = (__pyx_v_j_env[0])->NewObjectA(__pyx_v_j_env, __pyx_v_retclass, __pyx_v_retmidinit, __pyx_v_j_ret);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:9134:13: note: '__pyx_v_retmidinit' was declared here
[DEBUG]: jmethodID __pyx_v_retmidinit;
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:10357:21: warning: '__pyx_v_retclass' may be used uninitialized in this function [-Wmaybe-uninitialized]
[DEBUG]: __pyx_v_retobject = (__pyx_v_j_env[0])->NewObjectA(__pyx_v_j_env, __pyx_v_retclass, __pyx_v_retmidinit, __pyx_v_j_ret);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:9126:10: note: '__pyx_v_retclass' was declared here
[DEBUG]: jclass __pyx_v_retclass;
[DEBUG]: ^
[DEBUG]: creating build/lib.linux-x86_64-2.7
[DEBUG]: creating build/lib.linux-x86_64-2.7/jnius
[DEBUG]: /usr/local/lib/python2.7/dist-packages/pythonforandroid/tools/liblink.sh -lm -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1 -L/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm build/temp.linux-x86_64-2.7/jnius/jnius.o -Llibs/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/other_builds/python2/armeabi/python2/python-install/lib -lSDL2 -llog -lpython2.7 -o build/lib.linux-x86_64-2.7/jnius/jnius.so
[DEBUG]: liblink path is /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/objects_pyjnius
[INFO]: Stripping object files
[DEBUG]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ;
[INFO]: <- directory context /home/shixudongleo/Downloads/KivyTut
[INFO]: Installing pyjnius into site-packages
[INFO]: -> directory context /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/pyjnius
[DEBUG]: -> running python.host setup.py install -O2
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running install
[DEBUG]: running build
[DEBUG]: running build_py
[DEBUG]: copying jnius_config.py -> build/lib.linux-x86_64-2.7
[DEBUG]: copying jnius/signatures.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: copying jnius/__init__.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: copying jnius/reflect.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: running build_ext
[DEBUG]: running install_lib
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius_config.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages
[DEBUG]: creating /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/signatures.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/jnius.so -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/__init__.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/reflect.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius_config.py to jnius_config.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/signatures.py to signatures.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/__init__.py to __init__.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/reflect.py to reflect.pyc
[DEBUG]: writing byte-compilation script '/tmp/tmptUFuMN.py'
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/bin/python.host -OO /tmp/tmptUFuMN.py
[DEBUG]: removing /tmp/tmptUFuMN.py
[DEBUG]: running install_egg_info
[DEBUG]: Writing /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius-1.1_dev-py2.7.egg-info |
@inclement |
The pyjnius build did not actually fail in any problematic way - to quote the log, |
yes, in the simple helloworld case, it can build a apk which is good to go in the phone. I guess this is because main.py does not depend on pyjnius. plyer/example/camera/basic will not build because of pyjnius, and they share a similar compile error. p4a apk --private plyer/examples/camera/basic --package=org.example.camera --name "Camera" --version 1.0 --bootstrap=sdl2 --requirements=python2,kivy,libffi,plyer --debug &> error_log.txt
[INFO]: <- directory context /home/shixudongleo/Downloads/KivyTut
[INFO]: Building pyjnius for armeabi
[INFO]: jnius apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in pyjnius
[INFO]: -> directory context /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/pyjnius
[DEBUG]: -> running python.host -c import sys; print(sys.path)
[DEBUG]: ['', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python27.zip', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/plat-linux3', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-tk', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-old', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-dynload', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages']
[INFO]: Trying first build of pyjnius to get cython files: this is expected to fail
[DEBUG]: -> running python.host setup.py build_ext -v
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running build_ext
[DEBUG]: building 'jnius' extension
[DEBUG]: creating build
[DEBUG]: creating build/temp.linux-x86_64-2.7
[DEBUG]: creating build/temp.linux-x86_64-2.7/jnius
[DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
[DEBUG]: arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
[DEBUG]: arm-linux-androideabi-gcc: fatal error: no input files
[DEBUG]: compilation terminated.
[DEBUG]: error: command '/usr/bin/ccache' failed with exit status 1
Exception in thread background thread for pid 28039:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1401, in wrap
fn(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2294, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1993, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 677, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/bin/python.host setup.py build_ext -v
STDOUT:
/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
building 'jnius' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/jnius
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
arm-linux-androideabi-gcc: error: jnius/jnius.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command '/usr/bin/ccache' failed with exit status 1
STDERR:
[INFO]: pyjnius first build failed (as expected)
[INFO]: Running cython where appropriate
[INFO]: Cythonize jnius/jnius.pyx
[DEBUG]: -> running cython ./jnius/jnius.pyx
[DEBUG]: warning: jnius/jnius.pyx:2:0: __getslice__, __setslice__, and __delslice__ are not supported by Python 3, use __getitem__, __setitem__, and __delitem__ instead
[DEBUG]: -> running python.host setup.py build_ext -v
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running build_ext
[DEBUG]: building 'jnius' extension
[DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c jnius/jnius.c -o build/temp.linux-x86_64-2.7/jnius/jnius.o
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_check_assignable_from':
[DEBUG]: jnius/jnius.c:4453:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 195; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4453:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c:4472:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 197; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4472:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c:4527:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_8 = __Pyx_PyBool_FromLong((!(!__pyx_t_1))); if (unlikely(!__pyx_t_8)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 204; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:4527:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_jstringy_arg':
[DEBUG]: jnius/jnius.c:6060:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_t_3); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[3]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:6060:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_convert_jarray_to_python':
[DEBUG]: jnius/jnius.c:8441:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:8444:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_pf_5jnius_5jnius_9ByteArray_12__richcmp__':
[DEBUG]: jnius/jnius.c:13404:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_9JavaField_read_field':
[DEBUG]: jnius/jnius.c:19221:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:19224:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_9JavaField_read_static_field':
[DEBUG]: jnius/jnius.c:19772:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:19775:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_10JavaMethod_call_method':
[DEBUG]: jnius/jnius.c:21740:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:21743:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_10JavaMethod_call_staticmethod':
[DEBUG]: jnius/jnius.c:22663:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_True);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:22666:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(Py_False);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_pf_5jnius_5jnius_18JavaMultipleMethod_6__call__':
[DEBUG]: jnius/jnius.c:24467:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_v_jm->is_varargs); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 893; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:24467:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_py_invoke0':
[DEBUG]: jnius/jnius.c:26741:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[DEBUG]: __pyx_t_2 = ((PyObject *)((void *)__pyx_v_jptr));
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function 'get_memview_MemoryView_5array_7memview___get__':
[DEBUG]: jnius/jnius.c:29062:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 220; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:29062:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_is_slice':
[DEBUG]: jnius/jnius.c:30613:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_7 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_7)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 385; __pyx_clineno = __LINE__; goto __pyx_L4_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:30613:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_MemoryView_10memoryview_16is_c_contig':
[DEBUG]: jnius/jnius.c:32923:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig(__pyx_v_mslice, 'C', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 579; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:32923:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_MemoryView_10memoryview_18is_f_contig':
[DEBUG]: jnius/jnius.c:32997:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig(__pyx_v_mslice, 'F', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 585; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:32997:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_new':
[DEBUG]: jnius/jnius.c:33240:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 614; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:33240:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '_unellipsify':
[DEBUG]: jnius/jnius.c:33703:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_4 = __Pyx_PyBool_FromLong(__pyx_v_have_slices); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 654; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:33703:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function '__pyx_memoryview_fromslice':
[DEBUG]: jnius/jnius.c:35747:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[7]; __pyx_lineno = 972; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:35747:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: jnius/jnius.c: In function 'initjnius':
[DEBUG]: jnius/jnius.c:42432:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
[DEBUG]: __Pyx_INCREF(((PyObject *)((PyObject*)(&PyType_Type))));
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseTooManyValuesError':
[DEBUG]: jnius/jnius.c:43171:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseNeedMoreValuesError':
[DEBUG]: jnius/jnius.c:43177:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: index, (index == 1) ? "" : "s");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__Pyx_RaiseArgtupleInvalid':
[DEBUG]: jnius/jnius.c:43917:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: (num_expected == 1) ? "" : "s", num_found);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:43917:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_BufFmt_ProcessTypeChunk':
[DEBUG]: jnius/jnius.c:44246:20: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'long int' [-Wformat=]
[DEBUG]: (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:44246:20: warning: format '%zd' expects argument of type 'signed size_t', but argument 4 has type 'long int' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_GetBufferAndValidate':
[DEBUG]: jnius/jnius.c:44493:7: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : "");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:44493:7: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'long int' [-Wformat=]
[DEBUG]: jnius/jnius.c: In function '__Pyx_ValidateAndInit_memviewslice':
[DEBUG]: jnius/jnius.c:47649:22: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
[DEBUG]: (dtype->size > 1) ? "s" : "");
[DEBUG]: ^
[DEBUG]: jnius/jnius.c: In function '__pyx_f_5jnius_5jnius_convert_python_to_jobject':
[DEBUG]: jnius/jnius.c:10357:21: warning: '__pyx_v_retmidinit' may be used uninitialized in this function [-Wmaybe-uninitialized]
[DEBUG]: __pyx_v_retobject = (__pyx_v_j_env[0])->NewObjectA(__pyx_v_j_env, __pyx_v_retclass, __pyx_v_retmidinit, __pyx_v_j_ret);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:9134:13: note: '__pyx_v_retmidinit' was declared here
[DEBUG]: jmethodID __pyx_v_retmidinit;
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:10357:21: warning: '__pyx_v_retclass' may be used uninitialized in this function [-Wmaybe-uninitialized]
[DEBUG]: __pyx_v_retobject = (__pyx_v_j_env[0])->NewObjectA(__pyx_v_j_env, __pyx_v_retclass, __pyx_v_retmidinit, __pyx_v_j_ret);
[DEBUG]: ^
[DEBUG]: jnius/jnius.c:9126:10: note: '__pyx_v_retclass' was declared here
[DEBUG]: jclass __pyx_v_retclass;
[DEBUG]: ^
[DEBUG]: creating build/lib.linux-x86_64-2.7
[DEBUG]: creating build/lib.linux-x86_64-2.7/jnius
[DEBUG]: /usr/local/lib/python2.7/dist-packages/pythonforandroid/tools/liblink.sh -lm -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/libs_collections/unnamed_dist_1 -L/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/obj/local/armeabi -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm build/temp.linux-x86_64-2.7/jnius/jnius.o -Llibs/armeabi -L/home/shixudongleo/.local/share/python-for-android/build/other_builds/python2/armeabi/python2/python-install/lib -lSDL2 -llog -lpython2.7 -o build/lib.linux-x86_64-2.7/jnius/jnius.so
[DEBUG]: liblink path is /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/objects_pyjnius
[INFO]: Stripping object files
[DEBUG]: -> running find ./build/lib.linux-x86_64-2.7 -name *.o -exec arm-linux-androideabi-strip --strip-unneeded {} ;
[INFO]: <- directory context /home/shixudongleo/Downloads/KivyTut
[INFO]: Installing pyjnius into site-packages
[INFO]: -> directory context /home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/pyjnius
[DEBUG]: -> running python.host setup.py install -O2
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running install
[DEBUG]: running build
[DEBUG]: running build_py
[DEBUG]: copying jnius_config.py -> build/lib.linux-x86_64-2.7
[DEBUG]: copying jnius/signatures.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: copying jnius/__init__.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: copying jnius/reflect.py -> build/lib.linux-x86_64-2.7/jnius
[DEBUG]: running build_ext
[DEBUG]: running install_lib
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius_config.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages
[DEBUG]: creating /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/signatures.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/jnius.so -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/__init__.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: copying build/lib.linux-x86_64-2.7/jnius/reflect.py -> /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius_config.py to jnius_config.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/signatures.py to signatures.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/__init__.py to __init__.pyc
[DEBUG]: byte-compiling /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius/reflect.py to reflect.pyc
[DEBUG]: writing byte-compilation script '/tmp/tmp5xaqso.py'
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/bin/python.host -OO /tmp/tmp5xaqso.py
[DEBUG]: removing /tmp/tmp5xaqso.py
[DEBUG]: running install_egg_info
[DEBUG]: Writing /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages/jnius-1.1_dev-py2.7.egg-info
[INFO]: <- directory context /home/shixudongleo/Downloads/KivyTut
[INFO]: Building kivy for armeabi
[INFO]: kivy apparently isn't already in site-packages
[INFO]: Cythonizing anything necessary in kivy
[INFO]: -> directory context /home/shixudongleo/.local/share/python-for-android/build/other_builds/kivy-python2-sdl2/armeabi/kivy
[DEBUG]: -> running python.host -c import sys; print(sys.path)
[DEBUG]: ['', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python27.zip', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/plat-linux3', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-tk', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-old', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/lib-dynload', '/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/site-packages']
[INFO]: Trying first build of kivy to get cython files: this is expected to fail
[DEBUG]: -> running python.host setup.py build_ext -v
[DEBUG]: Using distutils
[DEBUG]: Environ change use_sdl2 -> True
[DEBUG]:
[DEBUG]: Cython check avoided.
[DEBUG]: Using this graphics system: OpenGL ES 2
[DEBUG]: WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1)
[DEBUG]:
[DEBUG]: Package sdl2 was not found in the pkg-config search path.
[DEBUG]: Perhaps you should add the directory containing `sdl2.pc'
[DEBUG]: to the PKG_CONFIG_PATH environment variable
[DEBUG]: No package 'sdl2' found
[DEBUG]: Package SDL2_ttf was not found in the pkg-config search path.
[DEBUG]: Perhaps you should add the directory containing `SDL2_ttf.pc'
[DEBUG]: to the PKG_CONFIG_PATH environment variable
[DEBUG]: No package 'SDL2_ttf' found
[DEBUG]: Package SDL2_image was not found in the pkg-config search path.
[DEBUG]: Perhaps you should add the directory containing `SDL2_image.pc'
[DEBUG]: to the PKG_CONFIG_PATH environment variable
[DEBUG]: No package 'SDL2_image' found
[DEBUG]: Package SDL2_mixer was not found in the pkg-config search path.
[DEBUG]: Perhaps you should add the directory containing `SDL2_mixer.pc'
[DEBUG]: to the PKG_CONFIG_PATH environment variable
[DEBUG]: No package 'SDL2_mixer' found
[DEBUG]:
[DEBUG]:
[DEBUG]: SDL2: found SDL header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h
[DEBUG]: SDL2: found SDL_mixer header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/SDL_mixer.h
[DEBUG]: SDL2: found SDL_ttf header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/SDL_ttf.h
[DEBUG]: SDL2: found SDL_image header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/SDL_image.h
[DEBUG]: fatal: Not a git repository (or any parent up to mount point /home)
[DEBUG]: Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'dependency_links'
[DEBUG]: warnings.warn(msg)
[DEBUG]: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
[DEBUG]: warnings.warn(msg)
[DEBUG]: running build_ext
[DEBUG]: Build configuration is:
[DEBUG]: * use_rpi = 0
[DEBUG]: * use_mali = 0
[DEBUG]: * use_egl = 0
[DEBUG]: * use_opengl_es2 = 1
[DEBUG]: * use_opengl_mock = 0
[DEBUG]: * use_sdl2 = 1
[DEBUG]: * use_ios = 0
[DEBUG]: * use_mesagl = 0
[DEBUG]: * use_x11 = 0
[DEBUG]: * use_gstreamer = 0
[DEBUG]: * use_avfoundation = 0
[DEBUG]: * use_osx_frameworks = 0
[DEBUG]: * debug_gl = 0
[DEBUG]: * debug = False
[DEBUG]: Updated kivy/include/config.h
[DEBUG]: Updated kivy/include/config.pxi
[DEBUG]: Updated kivy/setupconfig.py
[DEBUG]: Detected compiler is unix
[DEBUG]: building 'kivy.core.text._text_sdl2' extension
[DEBUG]: creating build
[DEBUG]: creating build/temp.linux-x86_64-2.7
[DEBUG]: creating build/temp.linux-x86_64-2.7/kivy
[DEBUG]: creating build/temp.linux-x86_64-2.7/kivy/core
[DEBUG]: creating build/temp.linux-x86_64-2.7/kivy/core/text
[DEBUG]: /usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -Ikivy/include -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-2.7/kivy/core/text/_text_sdl2.o
[DEBUG]: arm-linux-androideabi-gcc: error: kivy/core/text/_text_sdl2.c: No such file or directory
[DEBUG]: arm-linux-androideabi-gcc: fatal error: no input files
[DEBUG]: compilation terminated.
[DEBUG]: error: command '/usr/bin/ccache' failed with exit status 1
Exception in thread background thread for pid 28119:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1401, in wrap
fn(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 2294, in background_thread
handle_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 1993, in fn
return self.command.handle_command_exit_code(exit_code)
File "/usr/local/lib/python2.7/dist-packages/sh.py", line 677, in handle_command_exit_code
raise exc
ErrorReturnCode_1:
RAN: /home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/bin/python.host setup.py build_ext -v
STDOUT:
Using distutils
Environ change use_sdl2 -> True
Cython check avoided.
Using this graphics system: OpenGL ES 2
WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1)
Package sdl2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sdl2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sdl2' found
Package SDL2_ttf was not found in the pkg-config search path.
Perhaps you should add the directory containing `SDL2_ttf.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SDL2_ttf' found
Package SDL2_image was not found in the pkg-config search path.
Perhaps you should add the directory containing `SDL2_image.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SDL2_image' found
Package SDL2_mixer was not found in the pkg-config search path.
Perhaps you should add the directory containing `SDL2_mixer.pc'
to the PKG_CONFIG_PATH environment variable
No package 'SDL2_mixer' found
SDL2: found SDL header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h
SDL2: found SDL_mixer header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer/SDL_mixer.h
SDL2: found SDL_ttf header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf/SDL_ttf.h
SDL2: found SDL_image header at /home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_image/SDL_image.h
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
warnings.warn(msg)
/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'dependency_links'
warnings.warn(msg)
/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build_ext
Build configuration is:
* use_rpi = 0
* use_mali = 0
* use_egl = 0
* use_opengl_es2 = 1
* use_opengl_mock = 0
* use_sdl2 = 1
* use_ios = 0
* use_mesagl = 0
* use_x11 = 0
* use_gstreamer = 0
* use_avfoundation = 0
* use_osx_frameworks = 0
* debug_gl = 0
* debug = False
Updated kivy/include/config.h
Updated kivy/include/config.pxi
Updated kivy/setupconfig.py
Detected compiler is unix
building 'kivy.core.text._text_sdl2' extension
creating build
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/kivy
creating build/temp.linux-x86_64-2.7/kivy/core
creating build/temp.linux-x86_64-2.7/kivy/core/text
/usr/bin/ccache arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /home/shixudongleo/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -fPIC -Ikivy/include -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_image -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_mixer -I/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/jni/SDL2_ttf -I/home/shixudongleo/.local/share/python-for-android/build/python-installs/unnamed_dist_1/include/python2.7 -c kivy/core/text/_text_sdl2.c -o build/temp.linux-x86_64-2.7/kivy/core/text/_text_sdl2.o
arm-linux-androideabi-gcc: error: kivy/core/text/_text_sdl2.c: No such file or directory
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
error: command '/usr/bin/ccache' failed with exit status 1
STDERR: |
This log again appears to show a correctly completing build. What goes wrong on the device? |
[DEBUG]: -> running cp /home/shixudongleo/.local/share/python-for-android/dists/unnamed_dist_1/bin/Camera-1.0-debug.apk ./
First install (expected to fail...
Second install (expected to work)
('cwd is', '/home/shixudongleo/.local/share/python-for-android/build/other_builds/pyjnius-python2-sdl2/armeabi/pyjnius')
()
('cwd is', '/home/shixudongleo/.local/share/python-for-android/build/other_builds/kivy-python2-sdl2/armeabi/kivy')
()
objs_paths are ['/home/shixudongleo/.local/share/python-for-android/build/bootstrap_builds/sdl2-python2/collated_objects']
|
This log still doesn't show any problems, did you mean to paste something else? If the build is completing (and you get an apk out), please post the |
This can be closed, it has nothing to do with pyjnius. Your APK crashing is not related to the build itself (not from what we see). Look at your device log (adb logcat *:S python:D) first to see your real issue. |
pyjnius first build failed (as expected) |
How to solve this issue? |
I am using p4a, and the compile failed when building pyjnius.
I am compiling the helloworld main.py script.
The compile is done on system with:
The error log is shown below, how to solve this problem?
the full log is provied in this gist link
partial log is shown below:
The text was updated successfully, but these errors were encountered: