On 2014-12-19 13:46, Simon King wrote:
Here is the log: 
http://sage.math.washington.edu/home/SimonKing/logs/install-6.5.b3.log

Note that it ended with byte-compiling a lot of stuff from the Sage
library. Seems unlikely to me that this was done parallel to building
maxima...
Why unlikely? That's what happened anyway (and that's not a bug!). You can clearly see the "Cythonizing" messages from the Sage library in between the ";;;" messages from Maxima in your install.log:

;;; Emitting code for D-MATRIX.
;;; Emitting code for D-BOX.
Cythonizing sage/calculus/var.pyx
Cythonizing sage/categories/map.pyx
Cythonizing sage/combinat/words/word_char.pyx
;;; Finished compiling /home/king/Sage/git/sage/local/var/tmp/sage/build/maxima-5.35.1.p0/src/src/displa.lisp.

Note the error message at the end does mention Maxima:

Error building Sage.

The following package(s) may have failed to build:

package: cycache
log file: /home/king/Sage/git/sage/logs/pkgs/cycache.log
build directory: /home/king/Sage/git/sage/local/var/tmp/sage/build/cycache

package: maxima-5.35.1.p0
log file: /home/king/Sage/git/sage/logs/pkgs/maxima-5.35.1.p0.log
build directory: /home/king/Sage/git/sage/local/var/tmp/sage/build/maxima-5.35.1.p0

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.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to