Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO]: Building ffpyplayer for armeabi-v7a
- [INFO]: ffpyplayer apparently isn't already in site-packages
- [INFO]: Cythonizing anything necessary in ffpyplayer
- [INFO]: -> directory context /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer
- [INFO]: -> running python.host -c import sys; print(sys.path)
- [INFO]: Trying first build of ffpyplayer to get cython files: this is expected to fail
- [INFO]: -> running python.host setup.py build_ext -v
- ('cwd is', '/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer')
- working: error: command 'arm-linux-androideabi-gcc' failed with exit status 1 Exception in thread background thread for pid 57439:
- Traceback (most recent call last):
- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
- self.run()
- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
- self.__target(*self.__args, **self.__kwargs)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 2170, in background_thread
- handle_exit_code(exit_code)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 1929, in fn
- return self.command.handle_command_exit_code(exit_code)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 672, in handle_command_exit_code
- raise exc
- ErrorReturnCode_1:
- RAN: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host setup.py build_ext -v
- STDOUT:
- Generating ffconfig.h
- Generating ffconfig.pxi
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
- warnings.warn(msg)
- running build_ext
- building 'ffpyplayer.pic' extension
- creating build
- creating build/temp.macosx-10.12-x86_64-2.7
- creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer
- creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/pic.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/pic.o
- arm-linux-androideabi-gcc: error: ffpyplayer/pic.c: No such file or directory
- arm-linux-androideabi-gcc: fatal error: no input files
- compilation terminated.
- error: command 'arm-linux-androideabi-gcc' failed with exit status 1
- STDERR:
- [INFO]: ffpyplayer first build failed (as expected)
- [INFO]: Running cython where appropriate
- [INFO]: Cythonize ffpyplayer/pic.pyx
- [INFO]: -> running cython ./ffpyplayer/pic.pyx
- ()
- [INFO]: Cythonize ffpyplayer/threading.pyx
- [INFO]: -> running cython ./ffpyplayer/threading.pyx
- [INFO]: Cythonize ffpyplayer/tools.pyx
- [INFO]: -> running cython ./ffpyplayer/tools.pyx
- [INFO]: Cythonize ffpyplayer/writer.pyx
- [INFO]: -> running cython ./ffpyplayer/writer.pyx
- [INFO]: Cythonize ffpyplayer/player/clock.pyx
- [INFO]: -> running cython ./ffpyplayer/player/clock.pyx
- [INFO]: Cythonize ffpyplayer/player/core.pyx
- [INFO]: -> running cython ./ffpyplayer/player/core.pyx
- [INFO]: Cythonize ffpyplayer/player/decoder.pyx
- [INFO]: -> running cython ./ffpyplayer/player/decoder.pyx
- [INFO]: Cythonize ffpyplayer/player/frame_queue.pyx
- [INFO]: -> running cython ./ffpyplayer/player/frame_queue.pyx
- [INFO]: Cythonize ffpyplayer/player/player.pyx
- [INFO]: -> running cython ./ffpyplayer/player/player.pyx
- [INFO]: Cythonize ffpyplayer/player/queue.pyx
- [INFO]: -> running cython ./ffpyplayer/player/queue.pyx
- [INFO]: -> running python.host setup.py build_ext -v
- working: error: command 'arm-linux-androideabi-gcc' failed with exit status 1 Exception in thread background thread for pid 57486:
- Traceback (most recent call last):
- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
- self.run()
- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
- self.__target(*self.__args, **self.__kwargs)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 2170, in background_thread
- handle_exit_code(exit_code)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 1929, in fn
- return self.command.handle_command_exit_code(exit_code)
- File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 672, in handle_command_exit_code
- raise exc
- ErrorReturnCode_1:
- RAN: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host setup.py build_ext -v
- STDOUT:
- Generating ffconfig.h
- Generating ffconfig.pxi
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
- warnings.warn(msg)
- running build_ext
- building 'ffpyplayer.pic' extension
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/pic.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/pic.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/pic.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_5Image_is_ref':
- ffpyplayer/pic.c:6907:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_1 = __Pyx_PyBool_FromLong(((__pyx_v_self->frame->buf[0]) != NULL)); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 503, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:6907:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_pf_10ffpyplayer_3pic_11ImageLoader_2__dealloc__':
- ffpyplayer/pic.c:10392:9: warning: 'av_free_packet' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:4424) [-Wdeprecated-declarations]
- av_free_packet((&__pyx_v_self->pkt));
- ^
- ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_11ImageLoader_next_frame':
- ffpyplayer/pic.c:11001:9: warning: 'avcodec_decode_video2' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:4763) [-Wdeprecated-declarations]
- __pyx_v_ret = avcodec_decode_video2(__pyx_v_self->codec_ctx, __pyx_v_self->frame, (&__pyx_v_frame_decoded), (&__pyx_v_self->pkt));
- ^
- ffpyplayer/pic.c:11145:3: warning: 'av_free_packet' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:4424) [-Wdeprecated-declarations]
- av_free_packet((&__pyx_v_self->pkt));
- ^
- ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_11ImageLoader_eof_frame':
- ffpyplayer/pic.c:11407:9: warning: 'avcodec_decode_video2' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:4763) [-Wdeprecated-declarations]
- __pyx_v_ret = avcodec_decode_video2(__pyx_v_self->codec_ctx, __pyx_v_self->frame, (&__pyx_v_frame_decoded), (&__pyx_v_self->pkt));
- ^
- ffpyplayer/pic.c: In function '__pyx_array_get_memview':
- ffpyplayer/pic.c:12987:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 226, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:12987:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_memoryview_is_slice':
- ffpyplayer/pic.c:15211:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_7 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 426, __pyx_L4_error)
- ^
- ffpyplayer/pic.c:15211:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_16is_c_contig':
- ffpyplayer/pic.c:17644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig((__pyx_v_mslice[0]), 'C', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 611, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:17644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_18is_f_contig':
- ffpyplayer/pic.c:17715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_1 = __Pyx_PyBool_FromLong(__pyx_memviewslice_is_contig((__pyx_v_mslice[0]), 'F', __pyx_v_self->view.ndim)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 617, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:17715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_memoryview_new':
- ffpyplayer/pic.c:18056:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 646, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:18056:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '_unellipsify':
- ffpyplayer/pic.c:18565:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_4 = __Pyx_PyBool_FromLong(__pyx_v_have_slices); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 686, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:18565:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__pyx_memoryview_fromslice':
- ffpyplayer/pic.c:20974:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1001, __pyx_L1_error)
- ^
- ffpyplayer/pic.c:20974:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
- ffpyplayer/pic.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/pic.c:27084:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/pic.c:27084:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/pic.c: In function '__Pyx_RaiseTooManyValuesError':
- ffpyplayer/pic.c:27671:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
- ^
- ffpyplayer/pic.c: In function '__Pyx_RaiseNeedMoreValuesError':
- ffpyplayer/pic.c:27678:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- index, (index == 1) ? "" : "s");
- ^
- ffpyplayer/pic.c: In function '__Pyx_ImportType':
- ffpyplayer/pic.c:30870:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/pic.c:30876:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/clib/misc.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o
- creating build/lib.macosx-10.12-x86_64-2.7
- creating build/lib.macosx-10.12-x86_64-2.7/ffpyplayer
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/python-for-android-master/pythonforandroid/tools/liblink.sh -lm -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/pic.o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/lib -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lm -lSDL2 -lpython2.7 -o build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/pic.so
- liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
- building 'ffpyplayer.threading' extension
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/threading.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/threading.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/threading.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/threading.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/threading.c:9032:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/threading.c:9032:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/threading.c: In function '__Pyx_ImportType':
- ffpyplayer/threading.c:10827:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/threading.c:10833:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/clib/misc.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/python-for-android-master/pythonforandroid/tools/liblink.sh -lm -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/threading.o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/lib -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lm -lSDL2 -lpython2.7 -o build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/threading.so
- liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
- building 'ffpyplayer.tools' extension
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/tools.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/tools.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/tools.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/tools.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/tools.c:15796:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/tools.c:15796:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/tools.c: In function '__Pyx_RaiseTooManyValuesError':
- ffpyplayer/tools.c:16052:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
- ^
- ffpyplayer/tools.c: In function '__Pyx_RaiseNeedMoreValuesError':
- ffpyplayer/tools.c:16059:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- index, (index == 1) ? "" : "s");
- ^
- ffpyplayer/tools.c: In function '__Pyx_ImportType':
- ffpyplayer/tools.c:18437:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/tools.c:18443:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/clib/misc.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/python-for-android-master/pythonforandroid/tools/liblink.sh -lm -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/tools.o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/lib -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lm -lSDL2 -lpython2.7 -o build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/tools.so
- liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
- building 'ffpyplayer.writer' extension
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/writer.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/writer.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/writer.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/writer.c: In function '__pyx_f_10ffpyplayer_6writer_11MediaWriter_close':
- ffpyplayer/writer.c:7230:13: warning: 'avcodec_encode_video2' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:5271) [-Wdeprecated-declarations]
- __pyx_v_res = avcodec_encode_video2((__pyx_v_self->streams[__pyx_v_r]).codec_ctx, (&__pyx_v_pkt), NULL, (&__pyx_v_got_pkt));
- ^
- ffpyplayer/writer.c: In function '__pyx_pf_10ffpyplayer_6writer_11MediaWriter_6write_frame':
- ffpyplayer/writer.c:8146:13: warning: 'coded_frame' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:3080) [-Wdeprecated-declarations]
- __pyx_v_s->codec_ctx->coded_frame->interlaced_frame = __pyx_t_9;
- ^
- ffpyplayer/writer.c:8156:13: warning: 'coded_frame' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:3080) [-Wdeprecated-declarations]
- __pyx_v_s->codec_ctx->coded_frame->top_field_first = __pyx_t_9;
- ^
- ffpyplayer/writer.c:8347:13: warning: 'me_threshold' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:2255) [-Wdeprecated-declarations]
- __pyx_t_2 = ((!(__pyx_v_s->codec_ctx->me_threshold != 0)) != 0);
- ^
- ffpyplayer/writer.c:8385:13: warning: 'avcodec_encode_video2' is deprecated (declared at /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include/libavcodec/avcodec.h:5271) [-Wdeprecated-declarations]
- __pyx_v_res = avcodec_encode_video2(__pyx_v_s->codec_ctx, (&__pyx_v_pkt), __pyx_v_frame_out, (&__pyx_v_got_pkt));
- ^
- ffpyplayer/writer.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/writer.c:10313:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/writer.c:10313:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/writer.c: In function '__Pyx_RaiseTooManyValuesError':
- ffpyplayer/writer.c:10922:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
- ^
- ffpyplayer/writer.c: In function '__Pyx_RaiseNeedMoreValuesError':
- ffpyplayer/writer.c:10929:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
- index, (index == 1) ? "" : "s");
- ^
- ffpyplayer/writer.c: In function '__Pyx_ImportType':
- ffpyplayer/writer.c:12061:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/writer.c:12067:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/clib/misc.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/python-for-android-master/pythonforandroid/tools/liblink.sh -lm -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/writer.o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/lib -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lm -lSDL2 -lpython2.7 -o build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/writer.so
- liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
- building 'ffpyplayer.player.clock' extension
- creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/player
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/player/clock.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/player/clock.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/player/clock.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/player/clock.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/player/clock.c:2127:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/player/clock.c:2127:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/clib/misc.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o
- creating build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/player
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/python-for-android-master/pythonforandroid/tools/liblink.sh -lm -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/libs_collections/cip -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/obj/local/armeabi-v7a -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/player/clock.o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib/misc.o -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/lib -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/libs/armeabi-v7a -L/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/python2/armeabi-v7a/python2/python-install/lib -lavcodec -lavdevice -lavfilter -lavformat -lavutil -lswscale -lswresample -lpostproc -lm -lSDL2 -lpython2.7 -o build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/player/clock.so
- liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
- building 'ffpyplayer.player.core' extension
- arm-linux-androideabi-gcc -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DANDROID -mandroid -fomit-frame-pointer --sysroot /Users/martial/.buildozer/android/platform/android-ndk-r9c/platforms/android-19/arch-arm -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -mthumb -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffmpeg/armeabi-v7a/ffmpeg/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer/ffpyplayer/includes -I/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/include/python2.7 -c ffpyplayer/player/core.c -o build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/player/core.o
- In file included from /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL.h:54:0,
- from ffpyplayer/player/core.c:518:
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
- ^
- /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/bootstrap_builds/sdl2-python2/jni/SDL/include/SDL_system.h:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
- extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
- ^
- ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_audio_thread':
- ffpyplayer/player/core.c:14645:9: warning: implicit declaration of function 'av_buffersink_get_time_base' [-Wimplicit-function-declaration]
- __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_self->out_audio_filter);
- ^
- ffpyplayer/player/core.c:14645:20: error: incompatible types when assigning to type 'struct AVRational' from type 'int'
- __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_self->out_audio_filter);
- ^
- ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_video_thread':
- ffpyplayer/player/core.c:16158:20: error: incompatible types when assigning to type 'struct AVRational' from type 'int'
- __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_filt_out);
- ^
- ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_audio_open':
- ffpyplayer/player/core.c:20221:5: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=]
- av_log(NULL, AV_LOG_DEBUG, ((char const *)"openaudio with fmt=%u freq=%u channel_layout=%u channels=%hhu\n"), __pyx_v_audio_hw_params->fmt, __pyx_v_audio_hw_params->freq, __pyx_v_audio_hw_params->channel_layout, __pyx_v_audio_hw_params->channels);
- ^
- ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_stream_component_open':
- ffpyplayer/player/core.c:21311:7: warning: implicit declaration of function 'av_buffersink_get_sample_rate' [-Wimplicit-function-declaration]
- __pyx_v_sample_rate = av_buffersink_get_sample_rate(__pyx_v_sink);
- ^
- ffpyplayer/player/core.c:21320:7: warning: implicit declaration of function 'av_buffersink_get_channels' [-Wimplicit-function-declaration]
- __pyx_v_nb_channels = av_buffersink_get_channels(__pyx_v_sink);
- ^
- ffpyplayer/player/core.c:21329:7: warning: implicit declaration of function 'av_buffersink_get_channel_layout' [-Wimplicit-function-declaration]
- __pyx_v_channel_layout = av_buffersink_get_channel_layout(__pyx_v_sink);
- ^
- ffpyplayer/player/core.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/player/core.c:28877:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/player/core.c:28877:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/player/core.c: In function '__Pyx_ImportType':
- ffpyplayer/player/core.c:30323:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/player/core.c:30329:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/player/core.c: At top level:
- ffpyplayer/player/core.c:3564:13: warning: '__pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback' defined but not used [-Wunused-function]
- static void __pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback(CYTHON_UNUSED int __pyx_v_chan, uint8_t *__pyx_v_stream, int __pyx_v_len, struct __pyx_obj_10ffpyplayer_6player_4core_VideoState *__pyx_v_self) {
- ^
- error: command 'arm-linux-androideabi-gcc' failed with exit status 1
- STDERR:
- [INFO]: STDOUT (last 20 lines of 329):
- ffpyplayer/player/core.c:21329:7: warning: implicit declaration of function 'av_buffersink_get_channel_layout' [-Wimplicit-function-declaration]
- __pyx_v_channel_layout = av_buffersink_get_channel_layout(__pyx_v_sink);
- ^
- ffpyplayer/player/core.c: In function '__Pyx_RaiseArgtupleInvalid':
- ffpyplayer/player/core.c:28877:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- (num_expected == 1) ? "" : "s", num_found);
- ^
- ffpyplayer/player/core.c:28877:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
- ffpyplayer/player/core.c: In function '__Pyx_ImportType':
- ffpyplayer/player/core.c:30323:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/player/core.c:30329:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
- module_name, class_name, basicsize, size);
- ^
- ffpyplayer/player/core.c: At top level:
- ffpyplayer/player/core.c:3564:13: warning: '__pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback' defined but not used [-Wunused-function]
- static void __pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback(CYTHON_UNUSED int __pyx_v_chan, uint8_t *__pyx_v_stream, int __pyx_v_len, struct __pyx_obj_10ffpyplayer_6player_4core_VideoState *__pyx_v_self) {
- ^
- error: command 'arm-linux-androideabi-gcc' failed with exit status 1
- [INFO]: STDERR:
- [INFO]: COMMAND:
- cd /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer && /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host setup.py build_ext -v
- [WARNING]: ERROR: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host failed!
- # Command failed: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -m pythonforandroid.toolchain create --dist_name=cip --bootstrap=sdl2 --requirements=kivy,python2,hostpython2,ffpyplayer --arch armeabi-v7a --copy-libs --color=always --storage-dir=/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build
- #
- # Buildozer failed to execute the last command
- # The error might be hidden in the log above this error
- # Please read the full log, and search for it before
- # raising an issue with buildozer itself.
- # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment