Quoting [email protected]:
Hello!
After re-emerging 'scons' and updating both portage and
'sage-on-gentoo' overlay, I do not observe build problems with
sage-clib any more, but now sympy fails to build.
Here is the build log: http://bpaste.net/show/81612/
Sorry Vladimir, I got buried in stuff. Can you please uninstall gmpy?
At least set MPMATH_NOGMPY=1 before emerging sympy.
We should just ask everyone who uses sage-on-gentoo to mask gmpy.
If you install sage, mpmath and therefore sympy won't work with gmpy.
Don't even
try. mpmath will install normally but not sympy because it import itself at
compilation/install time. You can shutdown the use of gmpy in mpmath by
setting
MPMATH_NOGMPY. There is similarly a MPMATH_NOSAGE variable but it is broken in
that one sage import is not under its control.
Upstream mpmath knows about the last problem. Not sure when there will be a
release to fix it.
Francois