GNOME Bugzilla – Bug 785363
Error during installation of gst-plugins-base using jhbuild
Last modified: 2017-07-24 22:32:13 UTC
Jhbuild stopped because of an error during building of gst-plugins-base. *** Building gst-plugins-base *** [35/71] ninja [1/203] Compiling c object 'ext/alsa/gstalsa@sha/gstalsasrc.c.o' FAILED: ext/alsa/gstalsa@sha/gstalsasrc.c.o ccache cc '-Iext/alsa/gstalsa@sha' '-Iext/alsa' '-Igst-libs/gst/audio' '-Igst-libs/gst/tag' '-I../../../../jhbuild/checkout/gst-plugins-base/ext/alsa' '-I.' '-I../../../../jhbuild/checkout/gst-plugins-base/' '-Igst-libs' '-I../../../../jhbuild/checkout/gst-plugins-base/gst-libs' '-I/home/luc/jhbuild/install/include/glib-2.0' '-I/home/luc/jhbuild/install/lib/glib-2.0/include' '-I/usr/include/alsa' '-I/home/luc/jhbuild/install/include/gstreamer-1.0' '-fdiagnostics-color=always' '-pipe' '-D_FILE_OFFSET_BITS=64' '-Wall' '-Winvalid-pch' '-O2' '-g' '-fPIC' '-pthread' '-DHAVE_CONFIG_H' '-MMD' '-MQ' 'ext/alsa/gstalsa@sha/gstalsasrc.c.o' '-MF' 'ext/alsa/gstalsa@sha/gstalsasrc.c.o.d' -o 'ext/alsa/gstalsa@sha/gstalsasrc.c.o' -c ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c: Dans la fonction « gst_alsasrc_change_state »: ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c:240:10: erreur : « GST_STATE_CHANGE_NULL_TO_NULL » undeclared (first use in this function) case GST_STATE_CHANGE_NULL_TO_NULL: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c:240:10: note : each undeclared identifier is reported only once for each function it appears in ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c:241:10: erreur : « GST_STATE_CHANGE_READY_TO_READY » undeclared (first use in this function) case GST_STATE_CHANGE_READY_TO_READY: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c:242:10: erreur : « GST_STATE_CHANGE_PAUSED_TO_PAUSED » undeclared (first use in this function) case GST_STATE_CHANGE_PAUSED_TO_PAUSED: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../jhbuild/checkout/gst-plugins-base/ext/alsa/gstalsasrc.c:243:10: erreur : « GST_STATE_CHANGE_PLAYING_TO_PLAYING » undeclared (first use in this function) case GST_STATE_CHANGE_PLAYING_TO_PLAYING: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [3/203] Compiling c object 'ext/ogg/gstogg@sha/gstoggdemux.c.o' ninja: build stopped: subcommand failed.
Thanks for the bug report. Please update your 'gstreamer' module first, thanks!
Ok, thank you :)