[Bug 691828] GstABI and LibsABI checks fail on ARM

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 16 03:34:16 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=691828
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-01-16 11:34:11 UTC ---
commit 47c2fc4abacf63c138bfbc261c030175c7791685
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Wed Jan 16 11:29:47 2013 +0000

    tests: disable ABI checks for architectures where the struct sizes are not
up-to-date

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


Could you make this change in both tests/check/gst/gstabi.c and
tests/check/libs/libsabi.c:


 #ifdef HAVE_CPU_ARM
 #include "struct_arm.h"
-#define HAVE_ABI_SIZES TRUE
+#define HAVE_ABI_SIZES FALSE
 #else

and then:

 $ cd tests/check/
 $ GST_ABI=gst/struct_arm.h make gst/gstabi.check
 $ GST_ABI=libs/struct_arm.h make libs/libsabi.check
 $ git commit --author='you at foo.bar' -m 'tests: fix ABI check struct sizes for
ARM' gst/struct_arm.h libs/struct_arm.h
 $ git format-patch -1

then attach the resulting file, thanks!

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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