"make check" will always fails on cross build environments

Masaki Muranaka monaka at monami-software.com
Sat Nov 20 03:42:39 CET 2010


Hello,

I run "make check" and got errors follows.
My configuration is ../gmp-4.3.2/configure --host=i586-suse-linux --prefix=/opt/suse/i586-suse-linux
So errors are reasonable as the build machine can't run linux binaries.
I think they should not be FAIL but UNTESTED or UNSUPPORTED.


make  check-TESTS
./t-bswap: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-bswap: cannot execute binary file
./t-bswap: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-bswap: Unknown error: 0
FAIL: t-bswap
./t-constants: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-constants: cannot execute binary file
./t-constants: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-constants: Unknown error: 0
FAIL: t-constants
./t-count_zeros: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-count_zeros: cannot execute binary file
./t-count_zeros: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-count_zeros: Unknown error: 0
FAIL: t-count_zeros
./t-gmpmax: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-gmpmax: cannot execute binary file
./t-gmpmax: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-gmpmax: Unknown error: 0
FAIL: t-gmpmax
./t-hightomask: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-hightomask: cannot execute binary file
./t-hightomask: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-hightomask: Unknown error: 0
FAIL: t-hightomask
./t-modlinv: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-modlinv: cannot execute binary file
./t-modlinv: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-modlinv: Unknown error: 0
FAIL: t-modlinv
./t-popc: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-popc: cannot execute binary file
./t-popc: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-popc: Unknown error: 0
FAIL: t-popc
./t-parity: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-parity: cannot execute binary file
./t-parity: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-parity: Unknown error: 0
FAIL: t-parity
./t-sub: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-sub: cannot execute binary file
./t-sub: line 119: /Volumes/USBDISK/gmp-bui/tests/.libs/lt-t-sub: Unknown error: 0
FAIL: t-sub
====================================
9 of 9 tests failed
Please report to gmp-bugs at gmplib.org
====================================
make[4]: *** [check-TESTS] Error 1
make[3]: *** [check-am] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check] Error 2



More information about the gmp-bugs mailing list