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 782174 - meson: gst-element-check-1.0.m4
meson: gst-element-check-1.0.m4
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.12.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-04 18:58 UTC by Jan Alexander Steffens (heftig)
Modified: 2017-05-04 20:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Alexander Steffens (heftig) 2017-05-04 18:58:02 UTC
The gst-element-check-1.0.m4 autoconf macro file is missing when building with Meson.
Comment 1 Tim-Philipp Müller 2017-05-04 20:14:00 UTC
commit ecb0228cf0e540a3bd93c60fd56dd23131f0e30b
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Thu May 4 21:06:21 2017 +0100

    meson: install gst-element-check-1.0.m4
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782174
Comment 2 Tim-Philipp Müller 2017-05-04 20:51:30 UTC
commit 1b9aa6f70dd1a2d9ffc4f0c095a4d5fcfbbb12e2
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Thu May 4 21:37:28 2017 +0100

    Don't generate gst-element-check-1.0.m4 on the fly and fix meson build
    
    This will interfere with 'git pull'. You will have to remove the
    old generated gst-element-check-1.0.m4 manually if you're pulling
    on a dirty build directory, sorry.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782174