On Apr 21, 12:47 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > Thanks. That's helpful. Unfortunately it also means at least I have > no clue how to fix the problem. > > You might try just installing clisp system-wide (using your package > management system), then tell SAge to use that by typing in SAGE_ROOT > > touch spkg/installed/clisp-2.41.p14 > > and also > > touch spkg/installed/clisp-2.41.p13 > > for good measure, then typing > > make > > to continue the build as if clisp successfully installed. > > William
Hmm did this, Fedora 9 looks like it will ship with clisp 2.43, and got an error. clisp works fine by itself, not sure how to make sage work properly with it. Error: test -d binary-clisp || mkdir binary-clisp clisp.bin -norc -q -x '(progn (load "../lisp-utils/defsystem.lisp") (funcall (intern (symbol-name :operate-on-system) :mk) "maxima" :compile :verbose t))' && \ clisp.bin -norc -q -x '(progn (load "../lisp-utils/defsystem.lisp") (funcall (intern (symbol-name :operate-on-system) :mk) "maxima" :load :verbose t) (ext:saveinitmem "binary-clisp/ maxima.mem" :init-function (function cl-user::run)))' /bin/sh: clisp.bin: command not found make[3]: *** [binary-clisp/maxima.mem] Error 127 make[3]: Leaving directory `/home/zarathustra/Download/sage-3.0.rc1/ spkg/build/maxima-5.13.0.p2/src/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/zarathustra/Download/sage-3.0.rc1/ spkg/build/maxima-5.13.0.p2/src' *********************************************************** Failed to make Maxima. *********************************************************** real 0m3.227s user 0m1.051s sys 0m1.241s sage: An error occurred while installing maxima-5.13.0.p2 Please email sage-devel http://groups.google.com/group/sage-devel explaining the problem and send the relevant part of of /home/zarathustra/Download/sage-3.0.rc1/install.log. Describe your computer, operating system, etc. If you want to try to fix the problem, yourself *don't* just cd to /home/zarathustra/Download/sage-3.0.rc1/spkg/build/maxima-5.13.0.p2 and type 'make'. Instead type "/home/zarathustra/Download/sage-3.0.rc1/sage -sh" in order to set all environment variables correctly, then cd to /home/zarathustra/Download/sage-3.0.rc1/spkg/build/maxima-5.13.0.p2 (When you are done debugging, you can type "exit" to leave the subshell.) make[1]: *** [installed/maxima-5.13.0.p2] Error 1 make[1]: Leaving directory `/home/zarathustra/Download/sage-3.0.rc1/ spkg' real 105m15.604s user 82m29.544s sys 10m36.602s --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---