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 553134 - Assumes wrong RTLD constants for Linux/MIPS
Assumes wrong RTLD constants for Linux/MIPS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal blocker
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-21 14:39 UTC by Sebastian Dröge (slomo)
Modified: 2008-10-05 08:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (785 bytes, patch)
2008-09-21 14:39 UTC, Sebastian Dröge (slomo)
none Details | Review

Description Sebastian Dröge (slomo) 2008-09-21 14:39:04 UTC
Hi,

see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499135

For Linux/MIPS the RTLD_GLOBAL and RTLD_LAZY constants have different values than on other Linux architectures. attached patch fixes this.
Comment 1 Sebastian Dröge (slomo) 2008-09-21 14:39:31 UTC
Created attachment 119100 [details] [review]
patch
Comment 2 Sebastian Dröge (slomo) 2008-10-05 08:16:38 UTC
2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

        Patch by: Thiemo Seufer <ths at networkno dot de>

        * gst/__init__.py:
        Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS
        as the values are different there from all other Linux platforms.
        Fixes bug #553134.