GMP 4.2.1 fails make check on Solaris 2.9

Kevin Spencer kev.spencer at gmail.com
Wed Jan 24 03:16:13 CET 2007


Hi guys,

I'm attempting to install GMP 4.2.1 on a Sparc Solaris 2.9 system and
I'm getting make check errors:

Making check in devel
Making check in mpn
make  t-asmtype t-aors_1  t-divrem_1 t-fat t-get_d  t-instrument
t-iord_u t-mp_bases  t-perfsqr t-scan
`t-asmtype' is up to date.
`t-aors_1' is up to date.
`t-divrem_1' is up to date.
`t-fat' is up to date.
`t-get_d' is up to date.
`t-instrument' is up to date.
`t-iord_u' is up to date.
`t-mp_bases' is up to date.
`t-perfsqr' is up to date.
`t-scan' is up to date.
make  check-TESTS
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
PASS: t-fat
PASS: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
Wrong generated data
  d=13
  r=1
  idx=6
  got  1
  want 0
FAIL: t-perfsqr
PASS: t-scan
==================================
1 of 10 tests failed
Please report to gmp-bugs at swox.com
==================================
*** Error code 1
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /home/kspencer/installs/gmp-4.2.1/tests/mpn
*** Error code 1
make: Fatal error: Command failed for target `check-am'
Current working directory /home/kspencer/installs/gmp-4.2.1/tests/mpn
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
Current working directory /home/kspencer/installs/gmp-4.2.1/tests
*** Error code 1
make: Fatal error: Command failed for target `check-recursive'
Current working directory /home/kspencer/installs/gmp-4.2.1
*** Error code 1
make: Fatal error: Command failed for target `check'

shell>uname -a
SunOS phxdev1 5.9 Generic_118558-28 sun4u sparc SUNW,UltraSPARC-IIi-cEngine

shell>./config.guess
ultrasparc2i-sun-solaris2.9

I used the Sun Studio compiler to build GMP and did not see any problems FWIW.

shell>which cc
/opt/SUNWspro/bin/cc

Any help you could provide would be appreciated.

--
Kevin.


More information about the gmp-bugs mailing list