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 792873 - meson: allow building against a specific python version
meson: allow building against a specific python version
Status: RESOLVED DUPLICATE of bug 796092
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-24 14:52 UTC by Mathieu Duponchelle
Modified: 2018-10-31 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mathieu Duponchelle 2018-01-24 14:52:39 UTC
On Debian and Fedora, there are debug packages for python3, with a different ABI, when building the debug package for gst-python, it should link to the debug library, and the plugin loader should dlopen this one as well.

Right now, the meson.build file gets the python3 dependency with dependency('python3'), meson would probably have to be updated to allow being more clever about that.
Comment 1 Jan Tojnar 2018-10-16 18:06:02 UTC
This will be fixed if the patch on https://bugzilla.gnome.org/show_bug.cgi?id=796092 gets merged.
Comment 2 Mathieu Duponchelle 2018-10-31 00:03:51 UTC
Indeed :)

*** This bug has been marked as a duplicate of bug 796092 ***