I am unable to run sage-5.9 after installing it in my /usr/local in
order to restart our server. I am doing the same as for previous sage
version for years.
I have lost track of all the different error messages I have had on
this but currently:
jec@fermat%pwd
/usr/local/sage/sage-5.9
jec@fermat%sudo ./sage -b
chmod: cannot access `./install': No such file or directory
----------------------------------------------------------
sage: Building and installing modified Sage library files.
Installing c_lib
scons: `install' is up to date.
/usr/local/sage/sage-5.9/local/bin/sage-build: line 36: ./install: No
such file or directory
Error installing modified sage library code.
I was only trying to do sage -b from the install directory because in
the same directory (and yes, I have channged all file ownershos
recursively to root:root and have made them all readable by all
users):
jec@fermat%./sage
----------------------------------------------------------------------
| Sage Version 5.9, Release Date: 2013-04-30 |
| Type "notebook()" for the browser-based notebook interface. |
| Type "help()" for help. |
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/sage/sage-5.9/local/bin/sage-ipython", line 6, in <module>
from sage.misc.interpreter import SageTerminalApp
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/interpreter.py",
line 67, in <module>
import os, log, re, new, sys
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/log.py",
line 66, in <module>
import misc
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/misc.py",
line 39, in <module>
import sage.misc.prandom as random
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/prandom.py",
line 58, in <module>
from sage.misc.randstate import current_randstate
ImportError: libcsage.so: cannot open shared object file: No such file
or directory
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/sage/sage-5.9/local/lib/python/atexit.py", line 24,
in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/temporary_file.py",
line 51, in delete_tmpfiles
from sage.misc.misc import SAGE_TMP
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/misc.py",
line 39, in <module>
import sage.misc.prandom as random
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/prandom.py",
line 58, in <module>
from sage.misc.randstate import current_randstate
ImportError: libcsage.so: cannot open shared object file: No such file
or directory
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/local/sage/sage-5.9/local/lib/python/atexit.py", line 24,
in _run_exitfuncs
func(*targs, **kargs)
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/temporary_file.py",
line 51, in delete_tmpfiles
from sage.misc.misc import SAGE_TMP
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/misc.py",
line 39, in <module>
import sage.misc.prandom as random
File "/usr/local/sage/sage-5.9/local/lib/python2.7/site-packages/sage/misc/prandom.py",
line 58, in <module>
from sage.misc.randstate import current_randstate
ImportError: libcsage.so: cannot open shared object file: No such file
or directory
This is with a successful build from source which passed all make
ptestlong tests (all built and tested in my home directory as usual),
then I installed my usual set of spkgs.
John
> --
> You received this message because you are subscribed to the Google Groups "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-release...@googlegroups.com.
> To post to this group, send email to
sage-r...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/sage-release?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>