I have problems in compiling sage 5.7. The build stops during the build
of the mpir-2.6.0.p0 package.
spkg/logs/mpir-2.6.0.p0.log is pasted at
http://paste.debian.net/237529/
The problem seems related to some 32bit architecture (hence i send my
message on this thread) :
Building a 32-bit version of MPIR.
Building MPIR with the C++ interface and (also) static libraries.
** Building with "fat binary" support for 32-bit CPUs **
[...]
configure: error: ABI=32 is not among the following valid choices: standard
Error configuring MPIR (with CFLAGS unset).
The machine is running Debian wheezy,
Linux 3.2.0-4-686-pae #1 SMP Debian 3.2.35-2 i686 GNU/Linux
I used the following sage variables :
- SAGE_FAT_BINARY='yes'
- SAGE_BINARY_BUILD='yes'
- SAGE_CHECK="yes"
- MAKE="make -j2"
I had no problem building 5.6 on the same machine with the same
configuration. I will try to 'export ABI=standard' as suggested in
ask.sagemath.
Ciao,
Thierry