This is the mail archive of the glibc-bugs@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]

[Bug build/19813] Failure when cross-testing using cross-test-ssh.sh


https://sourceware.org/bugzilla/show_bug.cgi?id=19813

--- Comment #5 from Martin Galvan <martin.galvan at tallertechnologies dot com> ---
Done. It now seems to run those tests fine, but it fails with the following:

arm-linux-gnueabihf-g++ test-math-isinff.cc -c  -O2 -Wall -Werror -Wundef
-Wwrite-strings -fmerge-all-constants -frounding-math -g   -std=gnu++11    
-D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE
-D_Mlong_double_=double -I../include -I/home/martin/glibc/build/math 
-I/home/martin/glibc/build  -I../sysdeps/unix/sysv/linux/arm 
-I../sysdeps/arm/nptl  -I../sysdeps/unix/sysv/linux/include
-I../sysdeps/unix/sysv/linux  -I../sysdeps/nptl  -I../sysdeps/pthread 
-I../sysdeps/gnu  -I../sysdeps/unix/inet  -I../sysdeps/unix/sysv 
-I../sysdeps/unix/arm  -I../sysdeps/unix  -I../sysdeps/posix 
-I../sysdeps/arm/armv7/multiarch  -I../sysdeps/arm/armv7 
-I../sysdeps/arm/armv6t2  -I../sysdeps/arm/armv6  -I../sysdeps/arm/include
-I../sysdeps/arm  -I../sysdeps/wordsize-32  -I../sysdeps/ieee754/flt-32 
-I../sysdeps/ieee754/dbl-64  -I../sysdeps/ieee754  -I../sysdeps/generic  -I..
-I../libio -I.   -D_LIBC_REENTRANT -include
/home/martin/glibc/build/libc-modules.h -DMODULE_NAME=nonlib -include
../include/libc-symbols.h       -o
/home/martin/glibc/build/math/test-math-isinff.o -MD -MP -MF
/home/martin/glibc/build/math/test-math-isinff.o.dt -MT
/home/martin/glibc/build/math/test-math-isinff.o
test-math-isinff.cc: In function 'int do_test()':
test-math-isinff.cc:33:22: error: 'isinfl' was not declared in this scope
       || isinfl (1.0L)
                      ^
test-math-isinff.cc:37:22: error: 'isnanl' was not declared in this scope
       || isnanl (2.0L)
                      ^
make[2]: *** [/home/martin/glibc/build/math/test-math-isinff.o] Error 1
make[2]: Leaving directory `/home/martin/glibc/source/math'
make[1]: *** [math/tests] Error 2
make[1]: Leaving directory `/home/martin/glibc/source'
make: *** [tests] Error 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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