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 781110 - Prefer MESONINTROSPECT env var to find mesonintrospect if set
Prefer MESONINTROSPECT env var to find mesonintrospect if set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-build
git master
Other Linux
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-09 23:40 UTC by Tim-Philipp Müller
Modified: 2017-04-10 00:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Prefer MESONINTROSPECT env var to find mesonintrospect if set (1.75 KB, patch)
2017-04-09 23:40 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2017-04-09 23:40:08 UTC
This is new in meson 0.40. Makes sure we find and use the
mesonintrospect from the same location as our meson, and
not some other meson version that just happens to be in the
path. We might be using meson directly from a checkout, for
example.
Comment 1 Tim-Philipp Müller 2017-04-09 23:40:56 UTC
Created attachment 349576 [details] [review]
Prefer MESONINTROSPECT env var to find mesonintrospect if set
Comment 2 Thibault Saunier 2017-04-09 23:42:53 UTC
Review of attachment 349576 [details] [review]:

fwiw we would use the one in gst-build/meson/ (as by default we try to use that repo in setup.py and gst-uninstalled)
Comment 3 Tim-Philipp Müller 2017-04-09 23:48:45 UTC
> fwiw we would use the one in gst-build/meson/ (as by default we try to use
> that repo in setup.py and gst-uninstalled)

Yeah, but that's something particular to the build server or your setup, it's not really a thing in general (nor should it be really imho), no? :)
Comment 4 Tim-Philipp Müller 2017-04-10 00:02:23 UTC
commit 25fb5682aae41ebcfe94fee0032fc7b81a860142
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Mon Apr 10 00:35:18 2017 +0100

    Prefer MESONINTROSPECT env var to find mesonintrospect if set
    
    This is new in meson 0.40. Makes sure we find and use the
    mesonintrospect from the same location as our meson, and
    not some other meson version that just happens to be in the
    path. We might be using meson directly from a checkout, for
    example.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781110