* Package: media-video/harvid-0.8.2 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking harvid-0.8.2.tar.gz to /var/tmp/portage/media-video/harvid-0.8.2/work >>> Source unpacked in /var/tmp/portage/media-video/harvid-0.8.2/work >>> Preparing source in /var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2 ... make -j1 CC=x86_64-pc-linux-gnu-gcc RANLIB=x86_64-pc-linux-gnu-ranlib STRIP=true 'NM=x86_64-pc-linux-gnu-nm -B' LD=x86_64-pc-linux-gnu-ld AR=x86_64-pc-linux-gnu-ar PREFIX=/usr libdir=/usr/lib64 hdocdir=/usr/share/doc/harvid-0.8.2 -C libharvid make: Entering directory '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2/libharvid' export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o decoder_ctrl.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` decoder_ctrl.c export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o ffdecoder.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` ffdecoder.c ffdecoder.c: In function ‘ff_picture_bytesize’: ffdecoder.c:91:3: warning: ‘avpicture_get_size’ is deprecated [-Wdeprecated-declarations] 91 | const int bs = avpicture_get_size(render_fmt, w, h); | ^~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:5510:5: note: declared here 5510 | int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); | ^~~~~~~~~~~~~~~~~~ ffdecoder.c: In function ‘ff_init_moviebuffer’: ffdecoder.c:261:3: warning: ‘avpicture_fill’ is deprecated [-Wdeprecated-declarations] 261 | avpicture_fill((AVPicture *)ff->pFrameFMT, ff->buffer, ff->render_fmt, ff->out_width, ff->out_height); | ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:5495:5: note: declared here 5495 | int avpicture_fill(AVPicture *picture, const uint8_t *ptr, | ^~~~~~~~~~~~~~ ffdecoder.c: In function ‘ff_initialize’: ffdecoder.c:266:3: warning: ‘av_register_all’ is deprecated [-Wdeprecated-declarations] 266 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from ffcompat.h:33, from ffdecoder.c:33: /usr/include/libavformat/avformat.h:2050:6: note: declared here 2050 | void av_register_all(void); | ^~~~~~~~~~~~~~~ ffdecoder.c:267:3: warning: ‘avcodec_register_all’ is deprecated [-Wdeprecated-declarations] 267 | avcodec_register_all(); | ^~~~~~~~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:4159:6: note: declared here 4159 | void avcodec_register_all(void); | ^~~~~~~~~~~~~~~~~~~~ ffdecoder.c: In function ‘ff_set_framerate’: ffdecoder.c:321:5: warning: ‘av_stream_get_r_frame_rate’ is deprecated [-Wdeprecated-declarations] 321 | AVRational fr = av_stream_get_r_frame_rate (av_stream); | ^~~~~~~~~~ In file included from ffcompat.h:33, from ffdecoder.c:33: /usr/include/libavformat/avformat.h:1238:12: note: declared here 1238 | AVRational av_stream_get_r_frame_rate(const AVStream *s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ffdecoder.c: In function ‘ff_open_movie’: ffdecoder.c:410:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 410 | if(ff->pFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) | ^~ In file included from ffcompat.h:33, from ffdecoder.c:33: /usr/include/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ ffdecoder.c:461:3: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 461 | ff->pCodecCtx = ff->pFormatCtx->streams[ff->videoStream]->codec; | ^~ In file included from ffcompat.h:33, from ffdecoder.c:33: /usr/include/libavformat/avformat.h:885:21: note: declared here 885 | AVCodecContext *codec; | ^~~~~ ffdecoder.c: In function ‘parse_pts_from_frame’: ffdecoder.c:538:5: warning: ‘av_frame_get_best_effort_timestamp’ is deprecated [-Wdeprecated-declarations] 538 | pts = av_frame_get_best_effort_timestamp (f); | ^~~ In file included from /usr/include/libavcodec/avcodec.h:38, from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavutil/frame.h:683:9: note: declared here 683 | int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffdecoder.c:550:5: warning: ‘pkt_pts’ is deprecated [-Wdeprecated-declarations] 550 | pts = f->pkt_pts; | ^~~ In file included from /usr/include/libavcodec/avcodec.h:38, from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavutil/frame.h:396:13: note: declared here 396 | int64_t pkt_pts; | ^~~~~~~ ffdecoder.c: In function ‘my_seek_frame’: ffdecoder.c:620:2: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations] 620 | av_free_packet (packet); | ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:4473:6: note: declared here 4473 | void av_free_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ ffdecoder.c:627:7: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations] 627 | av_free_packet (packet); | ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:4473:6: note: declared here 4473 | void av_free_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ ffdecoder.c:635:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 635 | err = avcodec_decode_video2 (ff->pCodecCtx, ff->pFrame, &frameFinished, packet); | ^~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:4828:5: note: declared here 4828 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ ffdecoder.c:637:5: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations] 637 | av_free_packet (packet); | ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:4473:6: note: declared here 4473 | void av_free_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ ffdecoder.c: In function ‘ff_set_bufferptr’: ffdecoder.c:773:3: warning: ‘avpicture_fill’ is deprecated [-Wdeprecated-declarations] 773 | avpicture_fill((AVPicture *)ff->pFrameFMT, ff->buffer, ff->render_fmt, ff->out_width, ff->out_height); | ^~~~~~~~~~~~~~ In file included from ffcompat.h:32, from ffdecoder.c:33: /usr/include/libavcodec/avcodec.h:5495:5: note: declared here 5495 | int avpicture_fill(AVPicture *picture, const uint8_t *ptr, | ^~~~~~~~~~~~~~ export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o frame_cache.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` frame_cache.c export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o image_cache.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` image_cache.c export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o timecode.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` timecode.c export PKG_CONFIG_PATH=/usr/lib64/pkgconfig;\ x86_64-pc-linux-gnu-gcc -c -o vinfo.o -O2 -pipe -march=native `pkg-config --cflags libavcodec libavformat libavutil libswscale` vinfo.c x86_64-pc-linux-gnu-ar cru libharvid.a decoder_ctrl.o ffdecoder.o frame_cache.o image_cache.o timecode.o vinfo.o x86_64-pc-linux-gnu-ranlib libharvid.a make: Leaving directory '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2/libharvid' make -j1 CC=x86_64-pc-linux-gnu-gcc RANLIB=x86_64-pc-linux-gnu-ranlib STRIP=true 'NM=x86_64-pc-linux-gnu-nm -B' LD=x86_64-pc-linux-gnu-ld AR=x86_64-pc-linux-gnu-ar PREFIX=/usr libdir=/usr/lib64 hdocdir=/usr/share/doc/harvid-0.8.2 -C src make: Entering directory '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2/src' Makefile:20: *** "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev". Stop. make: Leaving directory '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2/src' * ERROR: media-video/harvid-0.8.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-video/harvid-0.8.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-video/harvid-0.8.2::gentoo'`. * The complete build log is located at '/var/log/portage/media-video:harvid-0.8.2:20200125-091411.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-video/harvid-0.8.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/harvid-0.8.2/temp/environment'. * Working directory: '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2' * S: '/var/tmp/portage/media-video/harvid-0.8.2/work/harvid-0.8.2'