This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

abi check error in math


Using tarballs from http://ftp.gnu.org/gnu/glibc/ on system: Mandriva
2006 Powerpack, i686, installed kernel 2.6.12, glibc 2.3.5, gcc 4.2.4,
gettext 0.17, binutils 2.18, gmp 4.2.4, mpfr 2.31.

An error in math was set off by --enable-abi-check, I think. This
happens with several recent glibc versions. This resulted from trying to
test glibc-2.9. Here are the messages. I know almost nothing about shell
scripting and am not qualified to fix it.

make[2]: Entering directory `/home2/bild29/glibc-2.9/math'
/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../../i686-pc-linux-gnu/bin/objdump
--dynamic-syms /home2/bild29/math/libm.so > /home2/bild29/math/libm.dynsymT
mv -f /home2/bild29/math/libm.dynsymT /home2/bild29/math/libm.dynsym
LC_ALL=C gawk -f ../scripts/abilist.awk /home2/bild29/math/libm.dynsym >
/home2/bild29/math/libm.symlistT
mv -f /home2/bild29/math/libm.symlistT /home2/bild29/math/libm.symlist
LC_ALL=C gawk -f ../scripts/extract-abilist.awk -v
'config=i686-pc-linux-gnu/thread'  ../abilist/libm.abilist | { diff -p
-U 0 - /home2/bild29/math/libm.symlist  ; }
--- -   2009-03-08 19:03:34.526373000 -0600
+++ /home2/bild29/math/libm.symlist     2009-03-08 19:03:34.000000000 -0600
@@ -329,0 +330,2 @@ GLIBC_2.2
+GLIBC_2.4
+ GLIBC_2.4 A
make[2]: *** [check-abi-libm] Error 1
rm /home2/bild29/math/libm.symlist /home2/bild29/math/libm.dynsym
make[2]: Leaving directory `/home2/bild29/glibc-2.9/math'
make[1]: *** [math/tests] Error 2
make[1]: Leaving directory `/home2/bild29/glibc-2.9'
make: *** [check] Error 2

John T


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]