Compilation problem from GIT
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 (for details see the log file)
***************************************************************
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.
We'll need to see the log file listed there in order to tell. You could post it online somewhere but for now it's pretty hard to tell from this minimal listing.
@kcrisman Thank you for the response, I've updated the post with a link to the
install.log
file. Cheers.Sorry, I meant specifically
/home/oscar/Software/sage/sage/logs/pkgs/flintqs-20070817.p8.log
because your build was in parallel so it would be a little annoying to find exactly what happened in the full install log.@kcrisman Oh, I'm sorry... didn't know! I've updated the link to the expected file. Thank you!