Failed "make check" on x86-64

Alexander Kruppa alexander.kruppa at mytum.de
Sat Apr 22 13:35:12 CEST 2006


Hi,

I tried to compile GMP 4.2 on a AMD Opteron 150, but "make check" fails.

The installation commands were

bzcat ~/gmp/gmp-4.2.tar.bz2 | tar xvf -
cd gmp-4.2/
./configure
make
make check

OS is SuSE Linux 9.2 (x86-64)

Compiler etc. are

gcc --version
gcc (GCC) 3.3.4 (pre 3.3.5 20040809)
Copyright (C) 2003 Free Software Foundation, Inc.

ld --version
GNU ld version 2.15.91.0.2 20040727 (SuSE Linux)
Copyright 2002 Free Software Foundation, Inc.

as --version
GNU assembler 2.15.91.0.2 20040727 (SuSE Linux)


Output of the failed test:

make[4]: Entering directory `/var/tmp/kruppa/gmp-4.2/tests'
PASS: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-gmpmax
PASS: t-hightomask
PASS: t-modlinv
PASS: t-popc
PASS: t-parity
/bin/sh: line 1:  2613 Trace/breakpoint trap   ${dir}$tst
FAIL: t-sub
==================================
1 of 9 tests failed
Please report to gmp-bugs at swox.com
==================================

The output of configure, make and make check are at 
http://home.in.tum.de/~kruppa/gmp-build.tgz

I'll try again with a different compiler, i.e. the latest stock GCC. 
SuSE have a history of borking their own gcc releases.

Cheers,
Alex


More information about the gmp-bugs mailing list