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 793629 - Meson build break because of multi-line string
Meson build break because of multi-line string
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-20 08:35 UTC by Alexis Jeandet
Modified: 2018-02-20 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexis Jeandet 2018-02-20 08:35:28 UTC
As observed here:
https://hephaistos.lpp.polytechnique.fr/teamcity/viewLog.html?buildId=11674&buildTypeId=mesonbuild_GStreamerNightly&tab=buildLog&_focus=939&guest=true

Master branch of gstreamer build fails with master branch of Meson.

Even if the PR making single quote multi-line strings as error will be reverted in Meson, this should be considered as an error, and will break anyway in the future.
Comment 1 Tim-Philipp Müller 2018-02-20 12:01:43 UTC
Thanks. That Meson PR should be reverted. Or made a warning.

commit 41d7356fa1a9aa439645cc7c34406d9fc7c95736
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Tue Feb 20 11:52:43 2018 +0000

    meson: fix multi-line string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793629