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 781160 - meson gst-uninstalled.py does not work on macOS
meson gst-uninstalled.py does not work on macOS
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-build
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-10 21:58 UTC by Olivier Crête
Modified: 2018-09-25 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-uninstalled: mesonintrospect is not always a python program (1.42 KB, patch)
2017-04-10 21:59 UTC, Olivier Crête
needs-work Details | Review

Description Olivier Crête 2017-04-10 21:58:20 UTC
It assumes that mesoninstrospect is in python, but on the homebrew installation, it's a shell script that sets the PYTHONPATH before calling into python.

With patch
Comment 1 Olivier Crête 2017-04-10 21:59:20 UTC
Created attachment 349634 [details] [review]
gst-uninstalled: mesonintrospect is not always a python program
Comment 2 Thibault Saunier 2017-04-11 15:04:56 UTC
Review of attachment 349634 [details] [review]:

Hrm, this is gonna break on windows.
Comment 3 Olivier Crête 2017-04-11 16:03:48 UTC
FYI, there is already a line that doesn't call python at line 87 (just one line about the one I patched). So I assume this works on Windows already (or that Windows is already broken)?
Comment 4 Tim-Philipp Müller 2018-01-16 14:12:08 UTC
Is this still relevant with newer versions of Meson where "mesonintrospect" has been deprecated in favour of "meson introspect" ?
Comment 5 Zeeshan Ali 2018-09-25 23:07:57 UTC
(In reply to Tim-Philipp Müller from comment #4)
> Is this still relevant with newer versions of Meson where "mesonintrospect"
> has been deprecated in favour of "meson introspect" ?

And it's now been dropped even, so closing. Olivier can reopen if it's still relevant somehow.