Guest User

Untitled

a guest
Oct 1st, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 58.22 KB | None | 0 0
  1. [INFO]:    Building ffpyplayer for armeabi-v7a
  2. [INFO]:    ffpyplayer apparently isn't already in site-packages
  3. [INFO]:    Cythonizing anything necessary in ffpyplayer
  4. [INFO]:    -> directory context /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer
  5. [INFO]:    -> running python.host -c import sys; print(sys.path)
  6. [INFO]:    Trying first build of ffpyplayer to get cython files: this is expected to fail                      
  7. [INFO]:    -> running python.host setup.py build_ext -v
  8. ('cwd is', '/Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/ffpyplayer')
  9.           working: error: command 'arm-linux-androideabi-gcc' failed with exit status 1                       Exception in thread background thread for pid 57439:
  10. Traceback (most recent call last):
  11.  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  12.    self.run()
  13.  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
  14.    self.__target(*self.__args, **self.__kwargs)
  15.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 2170, in background_thread
  16.    handle_exit_code(exit_code)
  17.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 1929, in fn
  18.    return self.command.handle_command_exit_code(exit_code)
  19.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 672, in handle_command_exit_code
  20.    raise exc
  21. ErrorReturnCode_1:
  22.  
  23.  RAN: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host setup.py build_ext -v
  24.  
  25.  STDOUT:
  26. Generating ffconfig.h
  27. Generating ffconfig.pxi
  28. /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'
  29.  warnings.warn(msg)
  30. running build_ext
  31. building 'ffpyplayer.pic' extension
  32. creating build
  33. creating build/temp.macosx-10.12-x86_64-2.7
  34. creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer
  35. creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/clib
  36. 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
  37. arm-linux-androideabi-gcc: error: ffpyplayer/pic.c: No such file or directory
  38. arm-linux-androideabi-gcc: fatal error: no input files
  39. compilation terminated.
  40. error: command 'arm-linux-androideabi-gcc' failed with exit status 1
  41.  
  42.  
  43.  STDERR:
  44.  
  45.  
  46. [INFO]:    ffpyplayer first build failed (as expected)                                                        
  47. [INFO]:    Running cython where appropriate
  48. [INFO]:    Cythonize ffpyplayer/pic.pyx
  49. [INFO]:    -> running cython ./ffpyplayer/pic.pyx
  50. ()
  51. [INFO]:    Cythonize ffpyplayer/threading.pyx                                                                  
  52. [INFO]:    -> running cython ./ffpyplayer/threading.pyx
  53. [INFO]:    Cythonize ffpyplayer/tools.pyx                                                                      
  54. [INFO]:    -> running cython ./ffpyplayer/tools.pyx
  55. [INFO]:    Cythonize ffpyplayer/writer.pyx                                                                    
  56. [INFO]:    -> running cython ./ffpyplayer/writer.pyx
  57. [INFO]:    Cythonize ffpyplayer/player/clock.pyx                                                              
  58. [INFO]:    -> running cython ./ffpyplayer/player/clock.pyx
  59. [INFO]:    Cythonize ffpyplayer/player/core.pyx                                                                
  60. [INFO]:    -> running cython ./ffpyplayer/player/core.pyx
  61. [INFO]:    Cythonize ffpyplayer/player/decoder.pyx                                                            
  62. [INFO]:    -> running cython ./ffpyplayer/player/decoder.pyx
  63. [INFO]:    Cythonize ffpyplayer/player/frame_queue.pyx                                                        
  64. [INFO]:    -> running cython ./ffpyplayer/player/frame_queue.pyx
  65. [INFO]:    Cythonize ffpyplayer/player/player.pyx                                                              
  66. [INFO]:    -> running cython ./ffpyplayer/player/player.pyx
  67. [INFO]:    Cythonize ffpyplayer/player/queue.pyx                                                              
  68. [INFO]:    -> running cython ./ffpyplayer/player/queue.pyx
  69. [INFO]:    -> running python.host setup.py build_ext -v                                                        
  70.           working: error: command 'arm-linux-androideabi-gcc' failed with exit status 1                       Exception in thread background thread for pid 57486:
  71. Traceback (most recent call last):
  72.  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
  73.    self.run()
  74.  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
  75.    self.__target(*self.__args, **self.__kwargs)
  76.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 2170, in background_thread
  77.    handle_exit_code(exit_code)
  78.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 1929, in fn
  79.    return self.command.handle_command_exit_code(exit_code)
  80.  File "/Users/martial/Library/Python/2.7/lib/python/site-packages/sh.py", line 672, in handle_command_exit_code
  81.    raise exc
  82. ErrorReturnCode_1:
  83.  
  84.  RAN: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host setup.py build_ext -v
  85.  
  86.  STDOUT:
  87. Generating ffconfig.h
  88. Generating ffconfig.pxi
  89. /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'
  90.  warnings.warn(msg)
  91. running build_ext
  92. building 'ffpyplayer.pic' extension
  93. 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
  94. 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,
  95.                 from ffpyplayer/pic.c:518:
  96. /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]
  97.  extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  98.  ^
  99. /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]
  100. extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  101. ^
  102. /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]
  103.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  104.  ^
  105. /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]
  106. extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  107. ^
  108. /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]
  109.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  110.  ^
  111. ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_5Image_is_ref':
  112. ffpyplayer/pic.c:6907:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  113.    __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)
  114.    ^
  115. ffpyplayer/pic.c:6907:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  116. ffpyplayer/pic.c: In function '__pyx_pf_10ffpyplayer_3pic_11ImageLoader_2__dealloc__':
  117. 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]
  118.          av_free_packet((&__pyx_v_self->pkt));
  119.          ^
  120. ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_11ImageLoader_next_frame':
  121. 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]
  122.          __pyx_v_ret = avcodec_decode_video2(__pyx_v_self->codec_ctx, __pyx_v_self->frame, (&__pyx_v_frame_decoded), (&__pyx_v_self->pkt));
  123.          ^
  124. 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]
  125.    av_free_packet((&__pyx_v_self->pkt));
  126.    ^
  127. ffpyplayer/pic.c: In function '__pyx_f_10ffpyplayer_3pic_11ImageLoader_eof_frame':
  128. 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]
  129.          __pyx_v_ret = avcodec_decode_video2(__pyx_v_self->codec_ctx, __pyx_v_self->frame, (&__pyx_v_frame_decoded), (&__pyx_v_self->pkt));
  130.          ^
  131. ffpyplayer/pic.c: In function '__pyx_array_get_memview':
  132. ffpyplayer/pic.c:12987:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  133.    __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 226, __pyx_L1_error)
  134.    ^
  135. ffpyplayer/pic.c:12987:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  136. ffpyplayer/pic.c: In function '__pyx_memoryview_is_slice':
  137. ffpyplayer/pic.c:15211:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  138.          __pyx_t_7 = __Pyx_PyBool_FromLong(__pyx_v_self->dtype_is_object); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 426, __pyx_L4_error)
  139.          ^
  140. ffpyplayer/pic.c:15211:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  141. ffpyplayer/pic.c: In function '__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_16is_c_contig':
  142. ffpyplayer/pic.c:17644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  143.    __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)
  144.    ^
  145. ffpyplayer/pic.c:17644:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  146. ffpyplayer/pic.c: In function '__pyx_memoryview___pyx_pf_15View_dot_MemoryView_10memoryview_18is_f_contig':
  147. ffpyplayer/pic.c:17715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  148.    __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)
  149.    ^
  150. ffpyplayer/pic.c:17715:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  151. ffpyplayer/pic.c: In function '__pyx_memoryview_new':
  152. ffpyplayer/pic.c:18056:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  153.    __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 646, __pyx_L1_error)
  154.    ^
  155. ffpyplayer/pic.c:18056:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  156. ffpyplayer/pic.c: In function '_unellipsify':
  157. ffpyplayer/pic.c:18565:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  158.      __pyx_t_4 = __Pyx_PyBool_FromLong(__pyx_v_have_slices); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 686, __pyx_L1_error)
  159.      ^
  160. ffpyplayer/pic.c:18565:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  161. ffpyplayer/pic.c: In function '__pyx_memoryview_fromslice':
  162. ffpyplayer/pic.c:20974:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  163.    __pyx_t_2 = __Pyx_PyBool_FromLong(__pyx_v_dtype_is_object); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1001, __pyx_L1_error)
  164.    ^
  165. ffpyplayer/pic.c:20974:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  166. ffpyplayer/pic.c: In function '__Pyx_RaiseArgtupleInvalid':
  167. ffpyplayer/pic.c:27084:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  168.                   (num_expected == 1) ? "" : "s", num_found);
  169.                   ^
  170. ffpyplayer/pic.c:27084:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
  171. ffpyplayer/pic.c: In function '__Pyx_RaiseTooManyValuesError':
  172. ffpyplayer/pic.c:27671:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  173.                   "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
  174.                   ^
  175. ffpyplayer/pic.c: In function '__Pyx_RaiseNeedMoreValuesError':
  176. ffpyplayer/pic.c:27678:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  177.                   index, (index == 1) ? "" : "s");
  178.                   ^
  179. ffpyplayer/pic.c: In function '__Pyx_ImportType':
  180. ffpyplayer/pic.c:30870:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
  181.              module_name, class_name, basicsize, size);
  182.              ^
  183. ffpyplayer/pic.c:30876:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  184.              module_name, class_name, basicsize, size);
  185.              ^
  186. 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
  187. creating build/lib.macosx-10.12-x86_64-2.7
  188. creating build/lib.macosx-10.12-x86_64-2.7/ffpyplayer
  189. /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
  190. liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
  191. building 'ffpyplayer.threading' extension
  192. 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
  193. 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,
  194.                  from ffpyplayer/threading.c:518:
  195. /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]
  196. extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  197. ^
  198. /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]
  199.  extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  200.  ^
  201. /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]
  202. extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  203. ^
  204. /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]
  205.  extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  206.  ^
  207. /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]
  208. extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  209. ^
  210. ffpyplayer/threading.c: In function '__Pyx_RaiseArgtupleInvalid':
  211. ffpyplayer/threading.c:9032:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  212.                  (num_expected == 1) ? "" : "s", num_found);
  213.                  ^
  214. ffpyplayer/threading.c:9032:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
  215. ffpyplayer/threading.c: In function '__Pyx_ImportType':
  216. ffpyplayer/threading.c:10827:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
  217.             module_name, class_name, basicsize, size);
  218.             ^
  219. ffpyplayer/threading.c:10833:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  220.             module_name, class_name, basicsize, size);
  221.             ^
  222. 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
  223. /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
  224. liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
  225. building 'ffpyplayer.tools' extension
  226. 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
  227. 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,
  228.                 from ffpyplayer/tools.c:518:
  229. /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]
  230.  extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  231.  ^
  232. /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]
  233. extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  234. ^
  235. /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]
  236.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  237.  ^
  238. /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]
  239. extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  240. ^
  241. /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]
  242.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  243.  ^
  244. ffpyplayer/tools.c: In function '__Pyx_RaiseArgtupleInvalid':
  245. ffpyplayer/tools.c:15796:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  246.                   (num_expected == 1) ? "" : "s", num_found);
  247.                   ^
  248. ffpyplayer/tools.c:15796:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
  249. ffpyplayer/tools.c: In function '__Pyx_RaiseTooManyValuesError':
  250. ffpyplayer/tools.c:16052:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  251.                   "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
  252.                   ^
  253. ffpyplayer/tools.c: In function '__Pyx_RaiseNeedMoreValuesError':
  254. ffpyplayer/tools.c:16059:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  255.                   index, (index == 1) ? "" : "s");
  256.                   ^
  257. ffpyplayer/tools.c: In function '__Pyx_ImportType':
  258. ffpyplayer/tools.c:18437:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
  259.              module_name, class_name, basicsize, size);
  260.              ^
  261. ffpyplayer/tools.c:18443:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  262.              module_name, class_name, basicsize, size);
  263.              ^
  264. 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
  265. /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
  266. liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
  267. building 'ffpyplayer.writer' extension
  268. 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
  269. 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,
  270.                  from ffpyplayer/writer.c:518:
  271. /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]
  272. extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  273. ^
  274. /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]
  275.  extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  276.  ^
  277. /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]
  278. extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  279. ^
  280. /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]
  281.  extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  282.  ^
  283. /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]
  284. extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  285. ^
  286. ffpyplayer/writer.c: In function '__pyx_f_10ffpyplayer_6writer_11MediaWriter_close':
  287. 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]
  288.             __pyx_v_res = avcodec_encode_video2((__pyx_v_self->streams[__pyx_v_r]).codec_ctx, (&__pyx_v_pkt), NULL, (&__pyx_v_got_pkt));
  289.             ^
  290. ffpyplayer/writer.c: In function '__pyx_pf_10ffpyplayer_6writer_11MediaWriter_6write_frame':
  291. 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]
  292.             __pyx_v_s->codec_ctx->coded_frame->interlaced_frame = __pyx_t_9;
  293.             ^
  294. 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]
  295.             __pyx_v_s->codec_ctx->coded_frame->top_field_first = __pyx_t_9;
  296.             ^
  297. 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]
  298.             __pyx_t_2 = ((!(__pyx_v_s->codec_ctx->me_threshold != 0)) != 0);
  299.             ^
  300. 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]
  301.             __pyx_v_res = avcodec_encode_video2(__pyx_v_s->codec_ctx, (&__pyx_v_pkt), __pyx_v_frame_out, (&__pyx_v_got_pkt));
  302.             ^
  303. ffpyplayer/writer.c: In function '__Pyx_RaiseArgtupleInvalid':
  304. ffpyplayer/writer.c:10313:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  305.                  (num_expected == 1) ? "" : "s", num_found);
  306.                  ^
  307. ffpyplayer/writer.c:10313:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 7 has type 'Py_ssize_t' [-Wformat=]
  308. ffpyplayer/writer.c: In function '__Pyx_RaiseTooManyValuesError':
  309. ffpyplayer/writer.c:10922:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  310.                  "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected);
  311.                  ^
  312. ffpyplayer/writer.c: In function '__Pyx_RaiseNeedMoreValuesError':
  313. ffpyplayer/writer.c:10929:18: warning: format '%zd' expects argument of type 'signed size_t', but argument 3 has type 'Py_ssize_t' [-Wformat=]
  314.                  index, (index == 1) ? "" : "s");
  315.                  ^
  316. ffpyplayer/writer.c: In function '__Pyx_ImportType':
  317. ffpyplayer/writer.c:12061:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 6 has type 'Py_ssize_t' [-Wformat=]
  318.             module_name, class_name, basicsize, size);
  319.             ^
  320. ffpyplayer/writer.c:12067:13: warning: format '%zd' expects argument of type 'signed size_t', but argument 5 has type 'Py_ssize_t' [-Wformat=]
  321.             module_name, class_name, basicsize, size);
  322.             ^
  323. 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
  324. /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
  325. liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
  326. building 'ffpyplayer.player.clock' extension
  327. creating build/temp.macosx-10.12-x86_64-2.7/ffpyplayer/player
  328. 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
  329. 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,
  330.                 from ffpyplayer/player/clock.c:518:
  331. /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]
  332.  extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  333.  ^
  334. /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]
  335. extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  336. ^
  337. /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]
  338.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  339.  ^
  340. /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]
  341. extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  342. ^
  343. /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]
  344.  extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  345.  ^
  346. ffpyplayer/player/clock.c: In function '__Pyx_RaiseArgtupleInvalid':
  347. 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=]
  348.                   (num_expected == 1) ? "" : "s", num_found);
  349.                   ^
  350. 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=]
  351. 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
  352. creating build/lib.macosx-10.12-x86_64-2.7/ffpyplayer/player
  353. /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
  354. liblink path is /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/other_builds/ffpyplayer-python2/armeabi-v7a/objects_ffpyplayer
  355. building 'ffpyplayer.player.core' extension
  356. 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
  357. 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,
  358.                  from ffpyplayer/player/core.c:518:
  359. /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]
  360. extern DECLSPEC void * SDLCALL SDL_AndroidGetJNIEnv();
  361. ^
  362. /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]
  363.  extern DECLSPEC void * SDLCALL SDL_AndroidGetActivity();
  364.  ^
  365. /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]
  366. extern DECLSPEC const char * SDLCALL SDL_AndroidGetInternalStoragePath();
  367. ^
  368. /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]
  369.  extern DECLSPEC int SDLCALL SDL_AndroidGetExternalStorageState();
  370.  ^
  371. /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]
  372. extern DECLSPEC const char * SDLCALL SDL_AndroidGetExternalStoragePath();
  373. ^
  374. ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_audio_thread':
  375. ffpyplayer/player/core.c:14645:9: warning: implicit declaration of function 'av_buffersink_get_time_base' [-Wimplicit-function-declaration]
  376.         __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_self->out_audio_filter);
  377.         ^
  378. ffpyplayer/player/core.c:14645:20: error: incompatible types when assigning to type 'struct AVRational' from type 'int'
  379.         __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_self->out_audio_filter);
  380.                    ^
  381. ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_video_thread':
  382. ffpyplayer/player/core.c:16158:20: error: incompatible types when assigning to type 'struct AVRational' from type 'int'
  383.         __pyx_v_tb = av_buffersink_get_time_base(__pyx_v_filt_out);
  384.                    ^
  385. ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_audio_open':
  386. ffpyplayer/player/core.c:20221:5: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'int64_t' [-Wformat=]
  387.     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);
  388.     ^
  389. ffpyplayer/player/core.c: In function '__pyx_f_10ffpyplayer_6player_4core_10VideoState_stream_component_open':
  390. ffpyplayer/player/core.c:21311:7: warning: implicit declaration of function 'av_buffersink_get_sample_rate' [-Wimplicit-function-declaration]
  391.       __pyx_v_sample_rate = av_buffersink_get_sample_rate(__pyx_v_sink);
  392.       ^
  393. ffpyplayer/player/core.c:21320:7: warning: implicit declaration of function 'av_buffersink_get_channels' [-Wimplicit-function-declaration]
  394.       __pyx_v_nb_channels = av_buffersink_get_channels(__pyx_v_sink);
  395.       ^
  396. ffpyplayer/player/core.c:21329:7: warning: implicit declaration of function 'av_buffersink_get_channel_layout' [-Wimplicit-function-declaration]
  397.       __pyx_v_channel_layout = av_buffersink_get_channel_layout(__pyx_v_sink);
  398.       ^
  399. ffpyplayer/player/core.c: In function '__Pyx_RaiseArgtupleInvalid':
  400. 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=]
  401.                  (num_expected == 1) ? "" : "s", num_found);
  402.                  ^
  403. 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=]
  404. ffpyplayer/player/core.c: In function '__Pyx_ImportType':
  405. 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=]
  406.             module_name, class_name, basicsize, size);
  407.             ^
  408. 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=]
  409.             module_name, class_name, basicsize, size);
  410.             ^
  411. ffpyplayer/player/core.c: At top level:
  412. ffpyplayer/player/core.c:3564:13: warning: '__pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback' defined but not used [-Wunused-function]
  413. 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) {
  414.             ^
  415. error: command 'arm-linux-androideabi-gcc' failed with exit status 1
  416.  
  417.  
  418.  STDERR:
  419.  
  420.  
  421. [INFO]:    STDOUT (last 20 lines of 329):                                                                      
  422.     ffpyplayer/player/core.c:21329:7: warning: implicit declaration of function 'av_buffersink_get_channel_layout' [-Wimplicit-function-declaration]   
  423.        __pyx_v_channel_layout = av_buffersink_get_channel_layout(__pyx_v_sink);
  424.        ^   
  425. ffpyplayer/player/core.c: In function '__Pyx_RaiseArgtupleInvalid':
  426. 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=]
  427.                   (num_expected == 1) ? "" : "s", num_found);  
  428.                   ^
  429. 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=]
  430. ffpyplayer/player/core.c: In function '__Pyx_ImportType':  
  431. 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=]
  432.              module_name, class_name, basicsize, size);
  433.              ^ 
  434. 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=]
  435.              module_name, class_name, basicsize, size);
  436.              ^ 
  437. ffpyplayer/player/core.c: At top level:
  438. ffpyplayer/player/core.c:3564:13: warning: '__pyx_f_10ffpyplayer_6player_4core_sdl_mixer_callback' defined but not used [-Wunused-function]
  439.  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) {   
  440.              ^ 
  441. error: command 'arm-linux-androideabi-gcc' failed with exit status 1
  442. [INFO]:    STDERR:
  443.    
  444. [INFO]:    COMMAND:
  445. 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
  446.  
  447. [WARNING]: ERROR: /Users/martial/Documents/BuildozerProjects/CIP/.buildozer/android/platform/build/build/python-installs/cip/bin/python.host failed!
  448. # 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
  449. #
  450. # Buildozer failed to execute the last command
  451. # The error might be hidden in the log above this error
  452. # Please read the full log, and search for it before
  453. # raising an issue with buildozer itself.
  454. # In case of a bug report, please add a full log with log_level = 2
Advertisement
Add Comment
Please, Sign In to add comment