Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=8676) [details] just the errors all good till here
Created an attachment (id=8677) [details] emerge info
Created an attachment (id=8678) [details] config.log
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
ok, fixed in portage.