Hello! I've been trying for a while to install sagemath
from the git repo, but it continues to fail.
I'm doing the following:
$ mkdir Software
$ cd Software git clone
$ git://github.com/sagemath/sage.git
$ cd sage
$ export MAKE="make -j6"
$ make
Everything seems OK, but at some point
***************************************************************
Error building Sage.
The following package(s) may have failed to build:
package: flintqs-20070817.p8
log file: /home/oscar/Software/sage/sage/logs/pkgs/flintqs-20070817.p8.log
build directory: /home/oscar/Software/sage/sage/local/var/tmp/sage/build/flintqs-20070817.p8
The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.
Makefile:19: recipe for target 'build' failed
make: *** [build] Error 1
Can anyone what is the problem?
By the way I'm running Debian (testing) on a Samsung laptop with i7 processor.