PASS: abicheck.sh Checking .libs/libglib-2.0.so for local PLT entries 000c466c 00039216 R_ARM_JUMP_SLOT 00010814 g_atomic_int_get 000c467c 0003af16 R_ARM_JUMP_SLOT 00010890 g_atomic_int_set 000c46c0 00044016 R_ARM_JUMP_SLOT 00010918 g_atomic_pointer_get 000c46e4 00046e16 R_ARM_JUMP_SLOT 00010994 g_atomic_pointer_set FAIL: pltcheck.sh ===================================================================== 1 of 2 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=glib ===================================================================== Index: SPECS/glib2.spec =================================================================== --- SPECS.orig/glib2.spec +++ SPECS/glib2.spec @@ -3,7 +3,7 @@ Summary: A library of handy utility functions Name: glib2 Version: 2.14.0 -Release: 1%{?dist} +Release: 1%{?dist}.fa1 License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -55,7 +55,7 @@ make %{?_smp_mflags} %check # abicheck scripts don't work on ppc -%ifnarch ppc ppc64 +%ifnarch %{arm} ppc ppc64 # FIXME need to make make check work without --enable-debug #make check %endif