[Bug 766794] New: gst-plugins-bad does not compile
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon May 23 12:55:30 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766794
Bug ID: 766794
Summary: gst-plugins-bad does not compile
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: critical
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: deyan.dimitroff at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Trying to compile gst-plugins-bad on a RPi3 using the latest git master, but
there seems to be an issue.
pi at raspberrypi:~/Downloads/gst/gst-plugins-bad $ make -j1
make all-recursive
make[1]: Entering directory '/home/pi/Downloads/gst/gst-plugins-bad'
Making all in gst-libs
make[2]: Entering directory '/home/pi/Downloads/gst/gst-plugins-bad/gst-libs'
Making all in gst
make[3]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst'
make -C interfaces
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/interfaces'
make all-am
make[5]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/interfaces'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/interfaces'
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/interfaces'
make -C basecamerabinsrc
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/basecamerabinsrc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/basecamerabinsrc'
make -C codecparsers
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/codecparsers'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/codecparsers'
make -C insertbin
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/insertbin'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/insertbin'
make -C uridownloader
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/uridownloader'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/uridownloader'
make -C mpegts
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/mpegts'
make all-am
make[5]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/mpegts'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/mpegts'
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/mpegts'
make -C base
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/base'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/base'
make -C player
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/player'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/player'
make -C gl
make[4]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl'
Making all in glprototypes
make[5]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/glprototypes'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/glprototypes'
Making all in dispmanx
make[5]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/dispmanx'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/dispmanx'
Making all in egl
make[5]: Entering directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/egl'
CC libgstgl_egl_la-gsteglimage.lo
gsteglimage.c:74:1: error: '_init_debug' defined but not used
[-Werror=unused-function]
_init_debug (void)
^
cc1: all warnings being treated as errors
Makefile:905: recipe for target 'libgstgl_egl_la-gsteglimage.lo' failed
make[5]: *** [libgstgl_egl_la-gsteglimage.lo] Error 1
make[5]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl/egl'
Makefile:1393: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst/gl'
Makefile:1080: recipe for target 'gl' failed
make[3]: *** [gl] Error 2
make[3]: Leaving directory
'/home/pi/Downloads/gst/gst-plugins-bad/gst-libs/gst'
Makefile:791: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/pi/Downloads/gst/gst-plugins-bad/gst-libs'
Makefile:968: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/Downloads/gst/gst-plugins-bad'
Makefile:896: recipe for target 'all' failed
make: *** [all] Error 2
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list