* Package: media-plugins/vdr-image-0.4.0 * Repository: gentoo * Maintainer: vdr@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc exif kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Compiling against * vdr-2.2.0 [API version 2.2.0] >>> Unpacking source... >>> Unpacking vdr-image-0.4.0.tgz to /var/tmp/portage/media-plugins/vdr-image-0.4.0/work >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... * Patching Makefile * Patching for Linguas support * available Languages for vdr-image-0.4.0 are: * LINGUAS="ca cs da de el es et fi fr hr hu it nl nn pl pt ro ru sl sv tr uk " * Applying vdr-image-0.4.0-gentoo.diff ... [ ok ] * Applying vdr-image-0.4.0-ffmpeg3.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 TMPDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp make[1]: Entering directory '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0/liboutput' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -DUSE_PLUGINMISSING -D__STDC_CONSTANT_MACROS -I/usr/include/libexif -c -DHAVE_SWSCALER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -I../../../../include -I. encode.c encode.c: In static member function ‘static bool cEncode::Register()’: encode.c:52:21: warning: ‘void av_register_all()’ is deprecated [-Wdeprecated-declarations] av_register_all(); ^ In file included from encode.h:17, from encode.c:22: /usr/include/libavformat/avformat.h:2025:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ encode.c:52:21: warning: ‘void av_register_all()’ is deprecated [-Wdeprecated-declarations] av_register_all(); ^ In file included from encode.h:17, from encode.c:22: /usr/include/libavformat/avformat.h:2025:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ encode.c:53:26: warning: ‘void avcodec_register_all()’ is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:4086:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ encode.c:53:26: warning: ‘void avcodec_register_all()’ is deprecated [-Wdeprecated-declarations] avcodec_register_all(); ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:4086:6: note: declared here void avcodec_register_all(void); ^~~~~~~~~~~~~~~~~~~~ encode.c: In member function ‘void cEncode::SetupEncodingParameters(AVCodecContext*)’: encode.c:152:23: error: ‘CODEC_FLAG_QSCALE’ was not declared in this scope context->flags |= CODEC_FLAG_QSCALE; ^~~~~~~~~~~~~~~~~ encode.c:152:23: note: suggested alternative: ‘AV_CODEC_FLAG_QSCALE’ context->flags |= CODEC_FLAG_QSCALE; ^~~~~~~~~~~~~~~~~ AV_CODEC_FLAG_QSCALE encode.c: In member function ‘bool cEncode::ConvertImageToFrame(AVFrame*)’: encode.c:176:74: warning: ‘int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations] AV_PIX_FMT_RGB24, m_nWidth, m_nHeight)) ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:5419:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ encode.c:176:74: warning: ‘int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations] AV_PIX_FMT_RGB24, m_nWidth, m_nHeight)) ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:5419:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ encode.c:198:66: warning: ‘AVPicture::data’ is deprecated [-Wdeprecated-declarations] result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, ^~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3795:39: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^ encode.c:198:66: warning: ‘AVPicture::data’ is deprecated [-Wdeprecated-declarations] result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, ^~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3795:39: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^ encode.c:198:66: warning: ‘AVPicture::data’ is deprecated [-Wdeprecated-declarations] result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, ^~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3795:39: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes ^ encode.c:199:69: warning: ‘AVPicture::linesize’ is deprecated [-Wdeprecated-declarations] ((AVPicture*)m_pImageFilled)->linesize, ^~~~~~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3797:38: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^ encode.c:199:69: warning: ‘AVPicture::linesize’ is deprecated [-Wdeprecated-declarations] ((AVPicture*)m_pImageFilled)->linesize, ^~~~~~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3797:38: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^ encode.c:199:69: warning: ‘AVPicture::linesize’ is deprecated [-Wdeprecated-declarations] ((AVPicture*)m_pImageFilled)->linesize, ^~~~~~~~ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:3797:38: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^ encode.c: In member function ‘bool cEncode::EncodeFrames(AVCodecContext*, AVFrame*)’: encode.c:232:76: warning: ‘int avcodec_encode_video2(AVCodecContext*, AVPacket*, const AVFrame*, int*)’ is deprecated [-Wdeprecated-declarations] int err = avcodec_encode_video2(context, &outpkt,frame, &got_output); ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:5386:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ encode.c:232:76: warning: ‘int avcodec_encode_video2(AVCodecContext*, AVPacket*, const AVFrame*, int*)’ is deprecated [-Wdeprecated-declarations] int err = avcodec_encode_video2(context, &outpkt,frame, &got_output); ^ In file included from encode.h:16, from encode.c:22: /usr/include/libavcodec/avcodec.h:5386:5: note: declared here int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, ^~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:60: encode.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0/liboutput' make: *** [Makefile:196: subdirs] Error 1 * ERROR: media-plugins/vdr-image-0.4.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/vdr-image-0.4.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-image-0.4.0::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:vdr-image-0.4.0:20180913-143426.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0' * S: '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0'