Advertisement
Guest User

Untitled

a guest
Mar 15th, 2022
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a(ffmpeg_vid_codecs.o): in function `ffmpeg_codec_encode_whole':
  2. /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia-codec/ffmpeg_vid_codecs.c:1463: undefined reference to `avcodec_encode_video2'
  3. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a(ffmpeg_vid_codecs.o): in function `ffmpeg_codec_decode_whole':
  4. /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia-codec/ffmpeg_vid_codecs.c:1720: undefined reference to `avcodec_decode_video2'
  5. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/lib/libpjmedia-codec-x86_64-unknown-linux-gnu.a(ffmpeg_vid_codecs.o): in function `pjmedia_codec_ffmpeg_vid_init':
  6. /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia-codec/ffmpeg_vid_codecs.c:625: undefined reference to `avcodec_register_all'
  7. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia-codec/ffmpeg_vid_codecs.c:628: undefined reference to `av_codec_next'
  8. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia-codec/ffmpeg_vid_codecs.c:628: undefined reference to `av_codec_next'
  9. /usr/bin/ld: /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/lib/libpjmedia-x86_64-unknown-linux-gnu.a(ffmpeg_util.o): in function `pjmedia_ffmpeg_add_ref':
  10. /home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/pjmedia/build/../src/pjmedia/ffmpeg_util.c:81: undefined reference to `av_register_all'
  11. collect2: error: ld returned 1 exit status
  12. make[2]: *** [/home/benibr/.cache/yay/python-sipsimple/src/python3-sipsimple-5.2.6/build/temp.linux-x86_64-3.10/pjsip/build/rules.mak:125: ../bin/pjmedia-test-x86_64-unknown-linux-gnu] Error 1
  13. make[1]: *** [Makefile:245: pjmedia-test-x86_64-unknown-linux-gnu] Error 2
  14. make: *** [Makefile:14: all] Error 1
  15.  
  16. Compiling Cython extension sipsimple.util._sha1
  17. cythoning sipsimple/util/_sha1.pyx to sipsimple/util/_sha1.c
  18. error: in 'ext_modules' option (extension 'sipsimple.core._core'), 'sources' must be present and must be a list of source filenames
  19. ==> ERROR: A failure occurred in build().
  20. Aborting...
  21. error making: python-sipsimple
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement