Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 617070

Summary: x11-wm/xpra-2.0 will not upgrade with USE dec_avcodec2: implicit declaration of function avcodec_send_packet
Product: Gentoo Linux Reporter: deference
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED DUPLICATE    
Severity: normal CC: deference, jstein
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log

Description deference 2017-04-30 02:25:01 UTC
xpra/codecs/dec_avcodec2/decoder.c:8942:9: error: implicit declaration of function 'avcodec_send_packet' [-Werror=implicit-function-declaration]
         __pyx_v_ret = avcodec_send_packet(__pyx_v_self->codec_ctx, (&__pyx_v_avpkt));
         ^
xpra/codecs/dec_avcodec2/decoder.c:9167:9: error: implicit declaration of function 'avcodec_receive_frame' [-Werror=implicit-function-declaration]
         __pyx_v_ret = avcodec_receive_frame(__pyx_v_self->codec_ctx, __pyx_v_self->av_frame);
         ^
cc1: all warnings being treated as errors

[ebuild   R   ] x11-wm/xpra-2.0  USE="client clipboard csc cups dbus dec_avcodec2* lz4 -enc_ffmpeg -enc_x264 -enc_x265 -jpeg -libav -lzo -opengl -pillow -pulseaudio -server -sound {-test} -vpx -webcam" PYTHON_TARGETS="python2_7"
Comment 1 deference 2017-04-30 02:28:24 UTC
Created attachment 471328 [details]
emerge --info
Comment 2 deference 2017-04-30 02:28:52 UTC
Created attachment 471330 [details]
build.log
Comment 3 Benda Xu gentoo-dev 2019-01-27 05:32:02 UTC

*** This bug has been marked as a duplicate of bug 672278 ***