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 644996 - libsABI check doesn't depend only on architecture
libsABI check doesn't depend only on architecture
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Mac OS
: Normal normal
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-17 10:29 UTC by Edward Hervey
Modified: 2011-03-31 10:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2011-03-17 10:29:54 UTC
Running suite(s): LibsABI
sizeof(GstBaseRTPDepayload) is 324, expected 304
0%: Checks: 1, Failures: 1, Errors: 0
gstcheck.c:541:F:size check:test_ABI:0: failed ABI check
FAIL: libs/libsabi


We can't only depend on architecture for ABI checks. Not sure how to fix that.
Comment 1 Edward Hervey 2011-03-31 10:39:47 UTC
commit bb081770c82e0c842d82946cd69a186136868c78
Author: Edward Hervey <edward.hervey@collabora.co.uk>
Date:   Thu Mar 31 12:37:32 2011 +0200

    tests: Fixes libsabi for MacOSX/32bit.
    
    GStaticRecMutex is 60bytes on macosx/32bit (As opposed to 40).
    
    Fixes #644996