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 785363 - Error during installation of gst-plugins-base using jhbuild
Error during installation of gst-plugins-base using jhbuild
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-24 17:58 UTC by freeroot
Modified: 2017-07-24 22:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description freeroot 2017-07-24 17:58:20 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.
Comment 1 Tim-Philipp Müller 2017-07-24 18:09:27 UTC
Thanks for the bug report. Please update your 'gstreamer' module first, thanks!
Comment 2 freeroot 2017-07-24 22:32:13 UTC
Ok, thank you :)