[Bug 776801] uninstalled target broken

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 10:20:36 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=776801

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 342754
  --> https://bugzilla.gnome.org/attachment.cgi?id=342754&action=edit
gst-uninstalled: fix mesonintrospect invocation

The mesonintrospect variable now contains the name of the executable
installed on the system and no longer its full path.
(9a64b727bf6ad42d66f1e5f0404baca46f57167c)
So passing it as argument to the python interpreter is no longer working
as it won't find the file.

Fix this by calling the executable directly which is fine as it was
returned by shutil.which().
It's also cleaner as there is no reason to assume that mesonintrospect
is a python file.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list