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 755434 - gi/overrides: Link against the Python library
gi/overrides: Link against the Python library
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-python
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-22 18:33 UTC by Sebastian Dröge (slomo)
Modified: 2015-09-22 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gi/overrides: Link against the Python library (913 bytes, patch)
2015-09-22 18:33 UTC, Sebastian Dröge (slomo)
rejected Details | Review

Description Sebastian Dröge (slomo) 2015-09-22 18:33:12 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2015-09-22 18:33:17 UTC
Created attachment 311898 [details] [review]
gi/overrides: Link against the Python library

We're using symbols from it, we should link against it.
Comment 2 Sebastian Dröge (slomo) 2015-09-22 18:36:18 UTC
The reason here is probably that the Python interpreter is statically linked against libpython, and as such has its own versions of the symbols. Loading the .so additionally will slow down things.