Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 617070 - x11-wm/xpra-2.0 will not upgrade with USE dec_avcodec2: implicit declaration of function avcodec_send_packet
Summary: x11-wm/xpra-2.0 will not upgrade with USE dec_avcodec2: implicit declaration ...
Status: RESOLVED DUPLICATE of bug 672278
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-30 02:25 UTC by deference
Modified: 2019-01-27 05:32 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emergeinfo-xpra-2.0-0.txt,8.73 KB, text/plain)
2017-04-30 02:28 UTC, deference
Details
build.log (build-xpra-2.0-0.log,50.19 KB, text/plain)
2017-04-30 02:28 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***