well, for the purposes of getting up and running, you might rather prefer to compile 6.5 from source.
On Monday, 23 March 2015 06:42:39 UTC, [email protected] wrote: > > I am trying upgrade sage 6.4.1 to 6.5. My machine is Linux mint 17.1. > > When it arrives the point: > > ;;; About to load cmp/load.lsp > > It is running for 8 hours already, and it didn't go to the next step. > The cpu ecl_min used is always 25%, so it is doing something. > > Does it take much time to compile ecl_min? 8 hours seems to be too much. > > Here is part of the log: > > sed -e 's,@ecldir\\@,/home/imo/Sage/sage-6.4.1/local/lib/ecl-13.5.1/,g' \ > -e 's,@libdir\\@,/home/imo/Sage/sage-6.4.1/local/lib/,g' < > compile.pre > compile.lsp > echo "#" `uname -a` > build-stamp > head -8 config.log | tail -6 >> build-stamp > if [ -f CROSS-COMPILER ]; then \ > ./CROSS-COMPILER compile; \ > else \ > ECLDIR=`pwd`/ ./ecl_min compile; \ > fi > ;*** Lisp core booted **** > ECL (Embeddable Common Lisp) > > ;;; > ;;; Welcome to bare.lsp. Let's bring this instance up! > ;;; > ;;; > ;;; About to load lsp/load.lsp > ;;; > ;;; Loading src:lsp;export.lsp > ;;; Loading src:lsp;defmacro.lsp > ;;; Loading src:lsp;helpfile.lsp > ;;; Loading src:lsp;evalmacros.lsp > ;;; Loading src:lsp;cmuutil.lsp > ;;; Loading src:lsp;setf.lsp > ;;; Loading src:lsp;predlib.lsp > ;;; Loading src:lsp;seq.lsp > ;;; Loading src:lsp;arraylib.lsp > ;;; Loading src:lsp;assert.lsp > ;;; Loading src:lsp;defstruct.lsp > ;;; Loading src:lsp;iolib.lsp > ;;; Loading src:lsp;listlib.lsp > ;;; Loading src:lsp;mislib.lsp > ;;; Loading src:lsp;numlib.lsp > ;;; Loading src:lsp;packlib.lsp > ;;; Loading src:lsp;seqlib.lsp > ;;; Loading src:lsp;trace.lsp > ;;; Loading src:lsp;loop2.lsp > ;;; Loading src:lsp;format.lsp > ;;; Loading src:lsp;defpackage.lsp > ;;; Loading src:lsp;ffi.lsp > ;;; Loading src:lsp;mp.lsp > ;;; Loading build:lsp;config.lsp > ;;; Loading src:lsp;module.lsp > ;;; Loading src:lsp;cmdline.lsp > ;;; Loading src:lsp;autoload.lsp > ;;; Loading src:lsp;cdr-5.lsp > ;;; Loading clos/load.lsp > ;;; Loading src:clos;package.lsp > ;;; Loading src:clos;cpl.lsp > ;;; Loading src:clos;std-slot-value.lsp > ;;; Loading src:clos;slot.lsp > ;;; Loading src:clos;boot.lsp > ;;; Loading src:clos;kernel.lsp > ;;; Loading src:clos;method.lsp > ;;; Loading src:clos;combin.lsp > ;;; Loading src:clos;std-accessors.lsp > ;;; Loading src:clos;defclass.lsp > ;;; Loading src:clos;slotvalue.lsp > ;;; Loading src:clos;standard.lsp > ;;; Loading src:clos;builtin.lsp > ;;; Loading src:clos;change.lsp > ;;; Loading src:clos;stdmethod.lsp > ;;; Loading src:clos;generic.lsp > ;;; Loading src:clos;fixup.lsp > ;;; Loading src:clos;conditions.lsp > ;;; Loading src:clos;print.lsp > ;;; Loading src:clos;streams.lsp > ;;; Loading src:lsp;pprint.lsp > ;;; Loading src:lsp;describe.lsp > ;;; Loading src:clos;inspect.lsp > ;;; Loading src:lsp;top.lsp > ;;; Loading src:lsp;process.lsp > ;;; Loading src:lsp;unicode.lsp > ;;; Loading ext:bytecmp;bytecmp.lsp > ;;; Loading ext:ecl-cdb;ecl-cdb.lisp > ;;; Loading ext:ecl-cdb;ecl-help.lisp > ;;; Loading lsp/format.lsp > ;;; About to load cmp/load.lsp > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
