After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785894 - Error during building of gst-plugins-bad
Error during building of gst-plugins-bad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-06 17:36 UTC by freeroot
Modified: 2017-08-20 02:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description freeroot 2017-08-06 17:36:00 UTC
[311/680] Compiling C object 'gst/mxf/gstmxf@sha/mxfdemux.c.o'.
FAILED: gst/mxf/gstmxf@sha/mxfdemux.c.o 
ccache cc  -Igst/mxf/gstmxf@sha -Igst/mxf -I***/JhBuild/checkout/gst-plugins-bad/gst/mxf -I. -I***/JhBuild/checkout/gst-plugins-bad/ -Igst-libs -I***/JhBuild/checkout/gst-plugins-bad/gst-libs -I/home/***/jhbuild/install/include/gstreamer-1.0 -I/home/***/jhbuild/install/include/glib-2.0 -I/home/***/jhbuild/install/lib/glib-2.0/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -fPIC -pthread -DHAVE_CONFIG_H -DGST_USE_UNSTABLE_API -MMD -MQ 'gst/mxf/gstmxf@sha/mxfdemux.c.o' -MF 'gst/mxf/gstmxf@sha/mxfdemux.c.o.d' -o 'gst/mxf/gstmxf@sha/mxfdemux.c.o' -c ***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c
***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c: Dans la fonction « gst_mxf_demux_update_tracks »:
***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c:919:37: erreur : « GST_VIDEO_TIME_CODE_INIT » undeclared (first use in this function)
   GstVideoTimeCode start_timecode = GST_VIDEO_TIME_CODE_INIT;
                                     ^~~~~~~~~~~~~~~~~~~~~~~~
***/JhBuild/checkout/gst-plugins-bad/gst/mxf/mxfdemux.c:919:37: note : each undeclared identifier is reported only once for each function it appears in
[313/680] Compiling C object 'gst/mxf/gstmxf@sha/mxfmetadata.c.o'.
ninja: build stopped: subcommand failed.
*** Error during phase build of gst-plugins-bad: ########## Error running ninja *** [37/71]
Comment 1 Marcin Kolny (IRC: loganek) 2017-08-06 19:33:33 UTC
Re-assigning to GStreamer project.
Comment 2 Tim-Philipp Müller 2017-08-06 22:08:51 UTC
I think it means you need to update your gst-plugin-base.
Comment 3 freeroot 2017-08-20 02:04:06 UTC
I buildone gst-plugins-base again and it works. Thank you !