Bug 16284 - gmp-4.1.2 fails make check-TESTS @mpfr
|
Bug#:
16284
(bus_drivr)
|
Product: Gentoo Linux
|
Version: 1.2
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: seemant@gentoo.org
|
Reported By: yggsdrasil@hotmail.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: gmp-4.1.2 fails make check-TESTS @mpfr
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2003-02-24 11:31 0000
|
Essentially mpfr checks for trig and sqrt functions fail.
I will attach "emerge info", "config.log" and output of ">errors-gmp"(latter is snipped) as
they are rather lengthy.
Currently use -march=i686 -O2 -ffast-math and -funroll-loops.
I will try with just -pipe. And update success/failure.
Deschutes cpu on SIS 5513/5600/5595/7001 probably included somewhere. If requested
I'll ouput lspci -vv and add it as well.
Did see previous bug about g++ and checked that it was defined in /etc/env.d/05gcc.
bus_drivr
Package compiled and installed using -mcpu=i686 -O2 pipe will try later with
-march
since changing flags fix the problem can be marked as resolved. Guess it's just
a compiler
problem.
might it just be the -ffast-math flag?
-ffast-math it is indeed.
Emerged just fine w/ -march=i686 -O2 -funroll-loops
bus_drivr