Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 20:55:14 +0100
From:      Daniele Mazzotti <kappei84@gmail.com>
To:        multimedia@FreeBSD.org
Subject:   Port Install fails
Message-ID:  <CAC=ypSWmbYij7Dkt7TUxy2mK4BZopjima8uHDg-dmsqPi450Fg@mail.gmail.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]
To whom it may concern,

I am currently having issues installing port gstreamer1-libav on my freebsd
box:

FreeBSD Von-Neumann 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #0 r284626M:
Thu Jun 25 21:11:16 CEST 2015
User@Von-Neumann:/usr/obj/usr/src/sys/KERNEL_VT_ENABLED
 amd64

The port fails with the attached error. I tried to google it a bit, but I
could not find any valuable hint. Unfortunately the error is a bit cryptic
to me.

Could you please tell me if I am overlooking something here?

Best regards,
Daniele.

[-- Attachment #2 --]
===>   firefox-41.0.2,1 depends on package: nspr>=4.10.8 - found
===>   firefox-41.0.2,1 depends on package: nss>=3.19.2 - found
===>   firefox-41.0.2,1 depends on package: libevent2>=2.0.21_2 - found
===>   firefox-41.0.2,1 depends on package: soundtouch>=1.8.0 - found
===>   firefox-41.0.2,1 depends on package: harfbuzz>=0.9.34 - found
===>   firefox-41.0.2,1 depends on package: graphite2>=1.2.4 - found
===>   firefox-41.0.2,1 depends on package: libvorbis>=1.3.5 - found
===>   firefox-41.0.2,1 depends on package: libvpx>=1.3.0 - found
===>   firefox-41.0.2,1 depends on package: sqlite3>=3.8.9 - found
===>   firefox-41.0.2,1 depends on package: py27-sqlite3>0 - found
===>   firefox-41.0.2,1 depends on package: v4l_compat>0 - found
===>   firefox-41.0.2,1 depends on executable: autoconf-2.13 - found
===>   firefox-41.0.2,1 depends on executable: zip - found
===>   firefox-41.0.2,1 depends on executable: unzip - found
===>   firefox-41.0.2,1 depends on package: libnotify>0 - found
===>   firefox-41.0.2,1 depends on executable: gmake - found
===>   firefox-41.0.2,1 depends on package: libiconv>=1.14_9 - found
===>   firefox-41.0.2,1 depends on executable: pkgconf - found
===>   firefox-41.0.2,1 depends on file: /usr/local/bin/python2.7 - found
===>   firefox-41.0.2,1 depends on executable: update-desktop-database - found
===>   firefox-41.0.2,1 depends on package: cairo>=1.12.16_1,2 - found
===>   firefox-41.0.2,1 depends on package: libGL>0 - found
===>   firefox-41.0.2,1 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found
===>   firefox-41.0.2,1 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - found
===>   firefox-41.0.2,1 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found
===>   firefox-41.0.2,1 depends on file: /usr/local/libdata/pkgconfig/xrender.pc - found
===>   firefox-41.0.2,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found
===>   firefox-41.0.2,1 depends on package: gstreamer1-plugins-good>=1.4.0 - found
===>   firefox-41.0.2,1 depends on package: gstreamer1-libav>=1.0.0 - not found
===>  Building for gstreamer1-libav-1.6.0
gmake[3]: Entering directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0'
gmake  all-recursive
gmake[4]: Entering directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0'
Making all in ext
gmake[5]: Entering directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0/ext'
Making all in libav
gmake[6]: Entering directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0/ext/libav'
  CC       libgstlibav_la-gstav.lo
  CC       libgstlibav_la-gstavprotocol.lo
  CC       libgstlibav_la-gstavcodecmap.lo
  CC       libgstlibav_la-gstavutils.lo
  CC       libgstlibav_la-gstavaudenc.lo
  CC       libgstlibav_la-gstavvidenc.lo
  CC       libgstlibav_la-gstavauddec.lo
  CC       libgstlibav_la-gstavviddec.lo
  CC       libgstlibav_la-gstavcfg.lo
  CC       libgstlibav_la-gstavdemux.lo
  CC       libgstlibav_la-gstavmux.lo
gstavviddec.c:464:23: warning: 'get_buffer' is deprecated [-Wdeprecated-declarations]
  ffmpegdec->context->get_buffer = NULL;
                      ^
/usr/local/include/libavcodec/avcodec.h:2106:11: note: 'get_buffer' declared here
    int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
          ^
gstavviddec.c:465:23: warning: 'reget_buffer' is deprecated [-Wdeprecated-declarations]
  ffmpegdec->context->reget_buffer = NULL;
                      ^
/usr/local/include/libavcodec/avcodec.h:2135:11: note: 'reget_buffer' declared here
    int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
          ^
gstavviddec.c:466:23: warning: 'release_buffer' is deprecated [-Wdeprecated-declarations]
  ffmpegdec->context->release_buffer = NULL;
                      ^
/usr/local/include/libavcodec/avcodec.h:2120:12: note: 'release_buffer' declared here
    void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
           ^
gstavviddec.c:643:12: warning: 'avcodec_get_edge_width' is deprecated [-Wdeprecated-declarations]
    edge = avcodec_get_edge_width ();
           ^
/usr/local/include/libavcodec/avcodec.h:3872:10: note: 'avcodec_get_edge_width' declared here
unsigned avcodec_get_edge_width(void);
         ^
gstavviddec.c:847:12: warning: 'type' is deprecated [-Wdeprecated-declarations]
  picture->type = FF_BUFFER_TYPE_USER;
           ^
/usr/local/include/libavutil/frame.h:307:9: note: 'type' declared here
    int type;
        ^
gstavviddec.c:1386:27: warning: 'reference' is deprecated [-Wdeprecated-declarations]
      ffmpegdec->picture->reference);
                          ^
/usr/local/include/gstreamer-1.0/gst/gstinfo.h:861:96: note: expanded from macro 'GST_DEBUG_OBJECT'
#define GST_DEBUG_OBJECT(obj,...)       GST_CAT_LEVEL_LOG (GST_CAT_DEFAULT, GST_LEVEL_DEBUG,   obj,  __VA_ARGS__)
                                                                                                     ^
/usr/local/include/gstreamer-1.0/gst/gstinfo.h:541:31: note: expanded from macro 'GST_CAT_LEVEL_LOG'
        (GObject *) (object), __VA_ARGS__);                             \
                              ^
/usr/local/include/libavutil/frame.h:239:9: note: 'reference' declared here
    int reference;
        ^
gstavcfg.c:179:8: error: use of undeclared identifier 'FF_IDCT_XVID'
      {FF_IDCT_XVID, "XVID", "xvid"},
       ^
1 error generated.
Makefile:653: recipe for target 'libgstlibav_la-gstavcfg.lo' failed
gmake[6]: *** [libgstlibav_la-gstavcfg.lo] Error 1
gmake[6]: *** Waiting for unfinished jobs....
6 warnings generated.
gmake[6]: Leaving directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0/ext/libav'
Makefile:450: recipe for target 'all-recursive' failed
gmake[5]: *** [all-recursive] Error 1
gmake[5]: Leaving directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0/ext'
Makefile:543: recipe for target 'all-recursive' failed
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0'
Makefile:472: recipe for target 'all' failed
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory '/usr/ports/multimedia/gstreamer1-libav/work/gst-libav-1.6.0'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/multimedia/gstreamer1-libav
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAC=ypSWmbYij7Dkt7TUxy2mK4BZopjima8uHDg-dmsqPi450Fg>