Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-4528

mplayer-1.3.0

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • None

       

       

      full - http://bpaste.net/show/5ececbae2d05

      info-- https://bpaste.net/show/83232cc0735c

       

       

       

           ^
      x86_64-pc-linux-gnu-gcc -MMD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -march=westmere -O2 -pipe -fno-tree-vectorize -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -fpie -DPIC -D_REENTRANT     -I/usr/include/freetype2 -DZLIB_CONST       -c -o libaf/af_lavcac3enc.o libaf/af_lavcac3enc.c
      x86_64-pc-linux-gnu-gcc -MMD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -march=westmere -O2 -pipe -fno-tree-vectorize -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -fpie -DPIC -D_REENTRANT     -I/usr/include/freetype2 -DZLIB_CONST       -c -o libaf/af_lavcresample.o libaf/af_lavcresample.c
      x86_64-pc-linux-gnu-gcc -MMD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -march=westmere -O2 -pipe -fno-tree-vectorize -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -fpie -DPIC -D_REENTRANT     -I/usr/include/freetype2 -DZLIB_CONST       -c -o libmpcodecs/ad_ffmpeg.o libmpcodecs/ad_ffmpeg.c
      libaf/af_lavcresample.c: In function 'play':
      libaf/af_lavcresample.c:159:61: warning: passing argument 4 of 'swr_convert' from incompatible pointer type [-Wincompatible-pointer-types]
         ret = swr_convert(s->swrctx, &s->tmp[0], out_len/chans/2, &s->in[0], in_len/chans/2);
                                                                   ^
      In file included from libaf/af_lavcresample.c:29:0:
      /usr/include/libswresample/swresample.h:306:5: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
       int swr_convert(struct SwrContext *s, uint8_t **out, int out_count,
           ^
      x86_64-pc-linux-gnu-gcc -MMD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -march=westmere -O2 -pipe -fno-tree-vectorize -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -fpie -DPIC -D_REENTRANT     -I/usr/include/freetype2 -DZLIB_CONST       -c -o libmpcodecs/ad_spdif.o libmpcodecs/ad_spdif.c
      libmpcodecs/ad_ffmpeg.c: In function 'init':
      libmpcodecs/ad_ffmpeg.c:137:69: error: 'FF_INPUT_BUFFER_PADDING_SIZE' undeclared (first use in this function)
               lavc_context->extradata = av_mallocz(sh_audio->wf->cbSize + FF_INPUT_BUFFER_PADDING_SIZE);
                                                                           ^
      libmpcodecs/ad_ffmpeg.c:137:69: note: each undeclared identifier is reported only once for each function it appears in
      libmpcodecs/ad_ffmpeg.c: In function 'decode_audio':
      libmpcodecs/ad_ffmpeg.c:344:2: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations]
        y=avcodec_decode_audio4(sh_audio->context, frame, &got_frame, &pkt);
        ^
      In file included from libmpcodecs/ad_ffmpeg.c:47:0:
      /usr/include/libavcodec/avcodec.h:4589:5: note: declared here
       int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
           ^
      Makefile:726: recipe for target 'libmpcodecs/ad_ffmpeg.o' failed
      make: *** [libmpcodecs/ad_ffmpeg.o] Error 1
      make: *** Waiting for unfinished jobs....
      libmpcodecs/ad_spdif.c: In function 'init':
      libmpcodecs/ad_spdif.c:129:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
                   lavf_ctx->streams[0]>codec>codec_id = fmt_id_type[i].id;
                   ^
      In file included from libmpcodecs/ad_spdif.c:25:0:
      /usr/include/libavformat/avformat.h:876:21: note: declared here
           AVCodecContext *codec;
                           ^
      libmpcodecs/ad_spdif.c:164:5: warning: 'codec' is deprecated [-Wdeprecated-declarations]
           switch (lavf_ctx->streams[0]>codec>codec_id) {
           ^
      In file included from libmpcodecs/ad_spdif.c:25:0:
      /usr/include/libavformat/avformat.h:876:21: note: declared here
           AVCodecContext *codec;
                           ^
      libmpcodecs/ad_spdif.c: In function 'uninit':
      libmpcodecs/ad_spdif.c:302:13: warning: 'codec' is deprecated [-Wdeprecated-declarations]
                   av_freep(&lavf_ctx->streams[0]->codec);
                   ^
      In file included from libmpcodecs/ad_spdif.c:25:0:
      /usr/include/libavformat/avformat.h:876:21: note: declared here
           AVCodecContext *codec;
                           ^
       * ERROR: media-video/mplayer-1.3.0::media-kit failed (compile phase):
       *   emake failed
       *
       * If you need support, post the output of `emerge --info '=media-video/mplayer-1.3.0::media-kit'`,
       * the complete build log and the output of `emerge -pqv '=media-video/mplayer-1.3.0::media-kit'`.
       * The complete build log is located at '/var/tmp/portage/media-video/mplayer-1.3.0/temp/build.log'.
       * The ebuild environment file is located at '/var/tmp/portage/media-video/mplayer-1.3.0/temp/environment'.
       * Working directory: '/var/tmp/portage/media-video/mplayer-1.3.0/work/MPlayer-1.3.0'
       * S: '/var/tmp/portage/media-video/mplayer-1.3.0/work/MPlayer-1.3.0'

      >>> Failed to emerge media-video/mplayer-1.3.0, Log file:

      >>>  '/var/tmp/portage/media-video/mplayer-1.3.0/temp/build.log'

       * Messages for package media-video/mplayer-1.3.0:

       * ERROR: media-video/mplayer-1.3.0::media-kit failed (compile phase):
       *   emake failed
       *
       * If you need support, post the output of `emerge --info '=media-video/mplayer-1.3.0::media-kit'`,
       * the complete build log and the output of `emerge -pqv '=media-video/mplayer-1.3.0::media-kit'`.
       * The complete build log is located at '/var/tmp/portage/media-video/mplayer-1.3.0/temp/build.log'.
       * The ebuild environment file is located at '/var/tmp/portage/media-video/mplayer-1.3.0/temp/environment'.

            Unassigned Unassigned
            vahe554 vahe554 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: