* Package: media-video/ffmpeg2theora-0.30 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libav userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ffmpeg2theora-0.30.tar.bz2 to /var/tmp/portage/media-video/ffmpeg2theora-0.30/work >>> Source unpacked in /var/tmp/portage/media-video/ffmpeg2theora-0.30/work >>> Preparing source in /var/tmp/portage/media-video/ffmpeg2theora-0.30/work/ffmpeg2theora-0.30 ... * Applying ffmpeg2theora-0.29-swr.patch ... [ ok ] * Applying ffmpeg2theora-0.29-underlinking.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/ffmpeg2theora-0.30/work/ffmpeg2theora-0.30 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-video/ffmpeg2theora-0.30/work/ffmpeg2theora-0.30 ... scons -j 1 APPEND_CCFLAGS=-O2 -pipe -march=native APPEND_LINKFLAGS=-Wl,-O1 -Wl,--as-needed prefix=/usr mandir=PREFIX/share/man libkate=0 scons: Reading SConscript files ... Checking for pkg-config... (cached) yes Checking for ogg >= 1.1... (cached) yes Checking for vorbis... (cached) yes Checking for vorbisenc... (cached) yes Checking for theoraenc >= 1.1.0... (cached) yes Checking for ogg >= 1.1 vorbis vorbisenc theoraenc >= 1.1.0... (cached) yes Checking for libswresample... (cached) no Checking for libavresample... (cached) yes Checking for libavdevice libavformat libavfilter libavcodec >= 52.30.0 libpostproc libswscale libavutil libavresample... (cached) yes Checking for C header file libavformat/framehook.h... no Checking for C header file iconv.h... yes Checking for C library iconv... no scons: done reading SConscript files. scons: Building targets ... gcc -o src/theorautils.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DHAVE_ICONV -I. src/theorautils.c gcc -o src/subtitles.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DHAVE_ICONV -I. src/subtitles.c gcc -o src/iso639.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DHAVE_ICONV -I. src/iso639.c gcc -o src/index.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DHAVE_ICONV -I. src/index.c gcc -o src/ffmpeg2theora.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native -DHAVE_ICONV -I. src/ffmpeg2theora.c src/ffmpeg2theora.c: In function 'frame_alloc': src/ffmpeg2theora.c:155:5: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] size = avpicture_get_size (pix_fmt, width, height); ^~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4522:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:161:5: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] avpicture_fill((AVPicture *) picture, picture_buf, pix_fmt, width, height); ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4507:5: note: declared here int avpicture_fill(AVPicture *picture, uint8_t *ptr, ^~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'frame_dealloc': src/ffmpeg2theora.c:170:9: warning: 'avpicture_free' is deprecated [-Wdeprecated-declarations] avpicture_free((AVPicture*)frame); ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4501:6: note: declared here void avpicture_free(AVPicture *picture); ^~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'find_category_for_subtitle_stream': src/ffmpeg2theora.c:356:3: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = this->context->streams[idx]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c: In function 'process_filter_graph': src/ffmpeg2theora.c:576:5: warning: 'data' is deprecated [-Wdeprecated-declarations] memcpy(this->filter_frame->data, src->data, sizeof(src->data)); ^~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3076:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ^~~~ src/ffmpeg2theora.c:576:5: warning: 'data' is deprecated [-Wdeprecated-declarations] memcpy(this->filter_frame->data, src->data, sizeof(src->data)); ^~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3076:14: note: declared here uint8_t *data[AV_NUM_DATA_POINTERS]; ^~~~ src/ffmpeg2theora.c:577:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] memcpy(this->filter_frame->linesize, src->linesize, sizeof(src->linesize)); ^~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3078:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ src/ffmpeg2theora.c:577:5: warning: 'linesize' is deprecated [-Wdeprecated-declarations] memcpy(this->filter_frame->linesize, src->linesize, sizeof(src->linesize)); ^~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3078:9: note: declared here int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line ^~~~~~~~ src/ffmpeg2theora.c:587:5: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] av_picture_copy(dst, (const AVPicture *) this->filter_frame, pixfmt, width, height); ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4528:6: note: declared here void av_picture_copy(AVPicture *dst, const AVPicture *src, ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'ff2theora_output': src/ffmpeg2theora.c:620:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = this->context->streams[this->audiostream]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:630:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = this->context->streams[this->videostream]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:641:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = this->context->streams[i]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:658:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] venc = vstream->codec; ^~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:1024:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] aenc = this->context->streams[this->audio_index]->codec; ^~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:1476:23: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] avcodec_decode_video2(venc, frame, &got_frame, &pkt); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3869:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1478:21: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3592:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1495:21: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] len1 = avcodec_decode_video2(venc, frame, &got_frame, &avpkt); ^~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3869:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1538:33: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] av_picture_copy((AVPicture *)output_tmp, (AVPicture *)frame, this->pix_fmt, ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4528:6: note: declared here void av_picture_copy(AVPicture *dst, const AVPicture *src, ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1552:33: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] av_picture_copy((AVPicture *)output, (AVPicture *)output_tmp, this->pix_fmt, ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4528:6: note: declared here void av_picture_copy(AVPicture *dst, const AVPicture *src, ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1561:54: error: 'AVFrame {aka struct AVFrame}' has no member named 'qscale_table' output->qscale_table, output->qstride, ^~ src/ffmpeg2theora.c:1561:76: error: 'AVFrame {aka struct AVFrame}' has no member named 'qstride' output->qscale_table, output->qstride, ^~ src/ffmpeg2theora.c:1569:33: warning: 'av_picture_crop' is deprecated [-Wdeprecated-declarations] if (av_picture_crop((AVPicture *)output_cropped, ^~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4535:5: note: declared here int av_picture_crop(AVPicture *dst, const AVPicture *src, ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1590:33: warning: 'av_picture_pad' is deprecated [-Wdeprecated-declarations] if (av_picture_pad((AVPicture *)output_padded, ^~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4542:5: note: declared here int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1630:25: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] av_picture_copy((AVPicture *)output_buffered, (AVPicture *)output_padded, this->pix_fmt, this->frame_width, this->frame_height); ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:4528:6: note: declared here void av_picture_copy(AVPicture *dst, const AVPicture *src, ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1643:25: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt); ^~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3820:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1643:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt); ^~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:1704:15: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = stream->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c:1846:13: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet (&pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:258:0, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3592:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1864:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = this->context->streams[i]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ src/ffmpeg2theora.c: In function 'main': src/ffmpeg2theora.c:2986:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] AVCodecContext *enc = convert->context->streams[i]->codec; ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29:0: /usr/include/libavformat/avformat.h:699:21: note: declared here AVCodecContext *codec; ^~~~~ scons: *** [src/ffmpeg2theora.o] Error 1 scons: building terminated because of errors. * ERROR: media-video/ffmpeg2theora-0.30::gentoo failed (compile phase): * escons failed. * * Call stack: * ebuild.sh, line 124: Called src_compile * environment, line 2029: Called escons * environment, line 849: Called die * The specific snippet of code: * die "escons failed." * * If you need support, post the output of `emerge --info '=media-video/ffmpeg2theora-0.30::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/ffmpeg2theora-0.30::gentoo'`. * The complete build log is located at '/var/log/portage/media-video:ffmpeg2theora-0.30:20180501-031320.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/ffmpeg2theora-0.30/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/ffmpeg2theora-0.30/temp/environment'. * Working directory: '/var/tmp/portage/media-video/ffmpeg2theora-0.30/work/ffmpeg2theora-0.30' * S: '/var/tmp/portage/media-video/ffmpeg2theora-0.30/work/ffmpeg2theora-0.30'