Guest User

Untitled

a guest
Oct 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.48 KB | None | 0 0
  1. running build_ext
  2. Compiling Cython extension sipsimple.core._core
  3. Cleaning PJSIP
  4. Configuring PJSIP
  5. Compiling PJSIP
  6. Traceback (most recent call last):
  7. File "setup.py", line 53, in <module>
  8. provides=['sipsimple']
  9. File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
  10. dist.run_commands()
  11. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  12. self.run_command(cmd)
  13. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  14. cmd_obj.run()
  15. File "/usr/lib/python2.7/site-packages/Cython/Distutils/build_ext.py", line 164, in run
  16. _build_ext.build_ext.run(self)
  17. File "/usr/lib/python2.7/distutils/command/build_ext.py", line 339, in run
  18. self.build_extensions()
  19. File "/usr/lib/python2.7/site-packages/Cython/Distutils/build_ext.py", line 171, in build_extensions
  20. ext.sources = self.cython_sources(ext.sources, ext)
  21. File "/tmp/yaourt-tmp-eskimod/aur-python2-sipsimple/src/python-sipsimple-3.0.0/setup_pjsip.py", line 220, in cython_sources
  22. self.compile_pjsip()
  23. File "/tmp/yaourt-tmp-eskimod/aur-python2-sipsimple/src/python-sipsimple-3.0.0/setup_pjsip.py", line 177, in compile_pjsip
  24. self.distutils_exec_process([self.get_make_cmd()], silent=not self.pjsip_verbose_build, cwd=self.build_dir)
  25. File "/tmp/yaourt-tmp-eskimod/aur-python2-sipsimple/src/python-sipsimple-3.0.0/setup_pjsip.py", line 104, in distutils_exec_process
  26. raise RuntimeError('Got return value %d while executing "%s", stderr output was:\n%s' % (returncode, " ".join(cmdline), stderr.rstrip("\n")))
  27. RuntimeError: Got return value 2 while executing "make", stderr output was:
  28. ar: creating ../lib/libpj-x86_64-unknown-linux-gnu.a
  29. ar: creating ../lib/libpjlib-util-x86_64-unknown-linux-gnu.a
  30. ar: creating ../lib/libpjnath-x86_64-unknown-linux-gnu.a
  31. ar: creating ../../lib/libresample-x86_64-unknown-linux-gnu.a
  32. ar: creating ../../lib/libmilenage-x86_64-unknown-linux-gnu.a
  33. ../../srtp/crypto/cipher/aes_icm.c:312:3: warning: ‘aes_icm_advance_ismacryp’ is static but used in inline function ‘aes_icm_advance’ which is not static
  34. aes_icm_advance_ismacryp(c, 0);
  35. ^~~~~~~~~~~~~~~~~~~~~~~~
  36. ar: creating ../../lib/libsrtp-x86_64-unknown-linux-gnu.a
  37. ar: creating ../../lib/libgsmcodec-x86_64-unknown-linux-gnu.a
  38. ../../ilbc/filter.c: In function ‘DownSample’:
  39. ../../ilbc/filter.c:159:15: warning: assuming signed overflow does not occur when assuming that (X + c) <X is always false [-Wstrict-overflow]
  40. if (i<lengthIn) {
  41. ^
  42. ar: creating ../../lib/libilbccodec-x86_64-unknown-linux-gnu.a
  43. ar: creating ../../lib/libspeex-x86_64-unknown-linux-gnu.a
  44. ../../webrtc/src/modules/audio_processing/aec/main/source/aec_core.c:25:18: warning: ‘converged’ defined but not used [-Wunused-const-variable=]
  45. static const int converged = 250;
  46. ^~~~~~~~~
  47. ../../webrtc/src/modules/audio_processing/agc/main/source/analog_agc.c: In function ‘WebRtcAgc_Init’:
  48. ../../webrtc/src/modules/audio_processing/agc/main/source/analog_agc.c:1651:24: warning: iteration 10 invokes undefined behavior [-Waggressive-loop-optimizations]
  49. stt->env[0][i] = 0;
  50. ~~~~~~~~~~~~~~~^~~
  51. ../../webrtc/src/modules/audio_processing/agc/main/source/analog_agc.c:1649:5: note: within this loop
  52. for (i = 0; i < 20; i++)
  53. ^~~
  54. ar: creating ../../lib/libwebrtcaec-x86_64-unknown-linux-gnu.a
  55. ../../opus/src/opus_decoder.c: In function ‘opus_decode_frame’:
  56. ../../opus/src/opus_decoder.c:538:36: warning: ‘pcm_transition’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  57. smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5,
  58. ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  59. ../../opus/src/mlp.c: In function ‘tansig_approx’:
  60. ../../opus/src/mlp.c:76:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  61. if (!(x>-8))
  62. ^~
  63. ../../opus/src/mlp.c:78:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  64. if (x<0)
  65. ^~
  66. ar: creating ../../lib/libopuscodec-x86_64-unknown-linux-gnu.a
  67. ../../zsrtp/zrtp/zrtp/ZrtpCWrapper.cpp: In function ‘void zrtp_putPeerName(ZrtpContext*, const char*)’:
  68. ../../zsrtp/zrtp/zrtp/ZrtpCWrapper.cpp:225:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  69. if (zrtpContext && zrtpContext->zrtpEngine)
  70. ^~
  71. ../../zsrtp/zrtp/zrtp/ZrtpCWrapper.cpp:229:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
  72. std::string str(name);
  73. ^~~
  74. ar: creating ../../lib/libzsrtp-x86_64-unknown-linux-gnu.a
  75. ar: creating ../lib/libpjmedia-x86_64-unknown-linux-gnu.a
  76. ar: creating ../lib/libpjmedia-videodev-x86_64-unknown-linux-gnu.a
  77. ar: creating ../lib/libpjmedia-audiodev-x86_64-unknown-linux-gnu.a
  78. ../src/pjmedia-codec/ffmpeg_vid_codecs.c: In function ‘ffmpeg_codec_encode_whole’:
  79. ../src/pjmedia-codec/ffmpeg_vid_codecs.c:1458:5: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations]
  80. err = avcodec_encode_video2(ff->enc_ctx, &avpacket, &avframe, &got_packet);
  81. ^~~
  82. In file included from ../src/pjmedia-codec/../pjmedia/ffmpeg_util.h:38:0,
  83. from ../src/pjmedia-codec/ffmpeg_vid_codecs.c:47:
  84. /usr/include/libavcodec/avcodec.h:5261:5: note: declared here
  85. int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
  86. ^~~~~~~~~~~~~~~~~~~~~
  87. ../src/pjmedia-codec/ffmpeg_vid_codecs.c: In function ‘ffmpeg_codec_decode_whole’:
  88. ../src/pjmedia-codec/ffmpeg_vid_codecs.c:1704:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations]
  89. err = avcodec_decode_video2(ff->dec_ctx, &avframe,
  90. ^~~
  91. In file included from ../src/pjmedia-codec/../pjmedia/ffmpeg_util.h:38:0,
  92. from ../src/pjmedia-codec/ffmpeg_vid_codecs.c:47:
  93. /usr/include/libavcodec/avcodec.h:4753:5: note: declared here
  94. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  95. ^~~~~~~~~~~~~~~~~~~~~
  96. ../src/pjmedia-codec/openh264.cpp:167:3: error: ‘SSliceConfig’ does not name a type
  97. SSliceConfig sSliceCfg;
  98. ^~~~~~~~~~~~
  99. ../src/pjmedia-codec/openh264.cpp: In function ‘pj_status_t oh264_codec_open(pjmedia_vid_codec*, pjmedia_vid_codec_param*)’:
  100. ../src/pjmedia-codec/openh264.cpp:474:10: error: ‘SEncParamExt {aka struct TagEncParamExt}’ has no membernamed ‘iInputCsp’
  101. eprm.iInputCsp = videoFormatI420;
  102. ^~~~~~~~~
  103. ../src/pjmedia-codec/openh264.cpp:481:10: error: ‘SEncParamExt {aka struct TagEncParamExt}’ has no membernamed ‘uiFrameToBeCoded’
  104. eprm.uiFrameToBeCoded = (unsigned int) -1;
  105. ^~~~~~~~~~~~~~~~
  106. ../src/pjmedia-codec/openh264.cpp:484:10: error: ‘SEncParamExt {aka struct TagEncParamExt}’ has no membernamed ‘bEnableSpsPpsIdAddition’
  107. eprm.bEnableSpsPpsIdAddition = (oh264_data->whole? false : true);
  108. ^~~~~~~~~~~~~~~~~~~~~~~
  109. ../src/pjmedia-codec/openh264.cpp:507:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  110. elayer_ctx.sSliceCfg.uiSliceMode = (oh264_data->whole ?
  111. ^~~~~~~~~
  112. ../src/pjmedia-codec/openh264.cpp:508:28: error: ‘SM_DYN_SLICE’ was not declared in this scope
  113. SM_SINGLE_SLICE : SM_DYN_SLICE);
  114. ^~~~~~~~~~~~
  115. ../src/pjmedia-codec/openh264.cpp:509:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  116. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceSizeConstraint = param->enc_mtu;
  117. ^~~~~~~~~
  118. ../src/pjmedia-codec/openh264.cpp:510:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  119. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceNum = 1;
  120. ^~~~~~~~~
  121. ../src/pjmedia-codec/openh264.cpp:511:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  122. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[0] = 960;
  123. ^~~~~~~~~
  124. ../src/pjmedia-codec/openh264.cpp:512:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  125. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[1] = 0;
  126. ^~~~~~~~~
  127. ../src/pjmedia-codec/openh264.cpp:513:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  128. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[2] = 0;
  129. ^~~~~~~~~
  130. ../src/pjmedia-codec/openh264.cpp:514:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  131. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[3] = 0;
  132. ^~~~~~~~~
  133. ../src/pjmedia-codec/openh264.cpp:515:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  134. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[4] = 0;
  135. ^~~~~~~~~
  136. ../src/pjmedia-codec/openh264.cpp:516:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  137. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[5] = 0;
  138. ^~~~~~~~~
  139. ../src/pjmedia-codec/openh264.cpp:517:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  140. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[6] = 0;
  141. ^~~~~~~~~
  142. ../src/pjmedia-codec/openh264.cpp:518:16: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  143. elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[7] = 0;
  144. ^~~~~~~~~
  145. ../src/pjmedia-codec/openh264.cpp:526:13: error: ‘struct SSpatialLayerConfig’ has no member named ‘sSliceCfg’; did you mean ‘sSliceArgument’?
  146. elayer->sSliceCfg.uiSliceMode = elayer_ctx.sSliceCfg.uiSliceMode;
  147. ^~~~~~~~~
  148. ../src/pjmedia-codec/openh264.cpp:526:48: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  149. elayer->sSliceCfg.uiSliceMode = elayer_ctx.sSliceCfg.uiSliceMode;
  150. ^~~~~~~~~
  151. ../src/pjmedia-codec/openh264.cpp:528:22: error: ‘struct SSpatialLayerConfig’ has no member named ‘sSliceCfg’; did you mean ‘sSliceArgument’?
  152. memcpy( &elayer->sSliceCfg,
  153. ^~~~~~~~~
  154. ../src/pjmedia-codec/openh264.cpp:529:25: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  155. &elayer_ctx.sSliceCfg,
  156. ^~~~~~~~~
  157. ../src/pjmedia-codec/openh264.cpp:530:21: error: ‘SSliceConfig’ was not declared in this scope
  158. sizeof (SSliceConfig));
  159. ^~~~~~~~~~~~
  160. ../src/pjmedia-codec/openh264.cpp:531:22: error: ‘struct SSpatialLayerConfig’ has no member named ‘sSliceCfg’; did you mean ‘sSliceArgument’?
  161. memcpy( &elayer->sSliceCfg.sSliceArgument.uiSliceMbNum[0],
  162. ^~~~~~~~~
  163. ../src/pjmedia-codec/openh264.cpp:532:25: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  164. &elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum[0],
  165. ^~~~~~~~~
  166. ../src/pjmedia-codec/openh264.cpp:533:32: error: ‘struct SLayerPEncCtx’ has no member named ‘sSliceCfg’
  167. sizeof (elayer_ctx.sSliceCfg.sSliceArgument.uiSliceMbNum));
  168. ^~~~~~~~~
  169. ../src/pjmedia-codec/openh264.cpp:559:15: error: ‘SDecodingParam {aka struct TagSVCDecodingParam}’ has nomember named ‘iOutputColorFormat’
  170. sDecParam.iOutputColorFormat = videoFormatI420;
  171. ^~~~~~~~~~~~~~~~~~
  172. ../src/pjmedia-codec/openh264.cpp:561:15: error: ‘SDecodingParam {aka struct TagSVCDecodingParam}’ has nomember named ‘uiEcActiveFlag’; did you mean ‘eEcActiveIdc’?
  173. sDecParam.uiEcActiveFlag = 1;
  174. ^~~~~~~~~~~~~~
  175. ../src/pjmedia-codec/openh264.cpp:580:38: error: ‘DECODER_OPTION_DATAFORMAT’ was not declared in this scope
  176. rc = oh264_data->dec->SetOption (DECODER_OPTION_DATAFORMAT, &color_fmt);
  177. ^~~~~~~~~~~~~~~~~~~~~~~~~
  178. ../src/pjmedia-codec/openh264.cpp: In function ‘pj_status_t oh264_codec_encode_begin(pjmedia_vid_codec*, const pjmedia_vid_encode_opt*, const pjmedia_frame*, unsigned int, pjmedia_frame*, pj_bool_t*)’:
  179. ../src/pjmedia-codec/openh264.cpp:664:25: error: ‘struct SFrameBSInfo’ has no member named ‘eOutputFrameType’; did you mean ‘eFrameType’?
  180. if (oh264_data->bsi.eOutputFrameType == videoFrameTypeSkip) {
  181. ^~~~~~~~~~~~~~~~
  182. ../src/pjmedia-codec/openh264.cpp:684:47: error: ‘struct SLayerBSInfo’ has no member named ‘iNalLengthInByte’; did you mean ‘pNalLengthInByte’?
  183. payload_size = oh264_data->bsi.sLayerInfo[0].iNalLengthInByte[0];
  184. ^~~~~~~~~~~~~~~~
  185. ../src/pjmedia-codec/openh264.cpp:689:21: error: ‘struct SLayerBSInfo’ has no member named ‘iNalLengthInByte’; did you mean ‘pNalLengthInByte’?
  186. if (pLayerBsInfo->iNalLengthInByte[j] > (int)payload_size) {
  187. ^~~~~~~~~~~~~~~~
  188. ../src/pjmedia-codec/openh264.cpp:690:36: error: ‘struct SLayerBSInfo’ has no member named ‘iNalLengthInByte’; did you mean ‘pNalLengthInByte’?
  189. payload_size = pLayerBsInfo->iNalLengthInByte[j];
  190. ^~~~~~~~~~~~~~~~
  191. ../src/pjmedia-codec/openh264.cpp:706:36: error: ‘struct SLayerBSInfo’ has no member named ‘iNalLengthInByte’; did you mean ‘pNalLengthInByte’?
  192. payload_size += pLayerBsInfo->iNalLengthInByte[inal];
  193. ^~~~~~~~~~~~~~~~
  194. ../src/pjmedia-codec/openh264.cpp: In function ‘pj_status_t oh264_codec_encode_more(pjmedia_vid_codec*, unsigned int, pjmedia_frame*, pj_bool_t*)’:
  195. ../src/pjmedia-codec/openh264.cpp:763:29: error: ‘struct SFrameBSInfo’ has no member named ‘eOutputFrameType’; did you mean ‘eFrameType’?
  196. if (oh264_data->bsi.eOutputFrameType == videoFrameTypeIDR) {
  197. ^~~~~~~~~~~~~~~~
  198. ../src/pjmedia-codec/openh264.cpp:785:46: error: ‘struct SLayerBSInfo’ has no member named ‘iNalLengthInByte’; did you mean ‘pNalLengthInByte’?
  199. oh264_data->enc_frame_size += pLayerBsInfo->iNalLengthInByte[inal];
  200. ^~~~~~~~~~~~~~~~
  201. ../src/pjmedia-codec/openh264.cpp:812:25: error: ‘struct SFrameBSInfo’ has no member named ‘eOutputFrameType’; did you mean ‘eFrameType’?
  202. if (oh264_data->bsi.eOutputFrameType == videoFrameTypeIDR) {
  203. ^~~~~~~~~~~~~~~~
  204. make[2]: *** [/tmp/yaourt-tmp-eskimod/aur-python2-sipsimple/src/python-sipsimple-3.0.0/build/temp.linux-x86_64-2.7/pjsip/build/rules.mak:147: output/pjmedia-codec-x86_64-unknown-linux-gnu/openh264.o] Error 1
  205. make[1]: *** [Makefile:165: pjmedia-codec] Error 2
  206. make: *** [Makefile:14: all] Error 1
Add Comment
Please, Sign In to add comment