Martin Rubey <martin.ru...@math.uni-hannover.de> writes:

> I just discovered 
>
> http://trac.sagemath.org/sage_trac/ticket/8978
>
> does this imply that the binary on sagemath provided for suse 11.1 will
> not work on suse 11.2?

It seems it doesn't!  Below what happens.  Any cure?  Is it known which version 
is the last to work?

Many thanks,

Martin

ru...@rp30:~> sage
----------------------------------------------------------------------
| Sage Version 4.5.3, Release Date: 2010-09-04                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
sh: symbol lookup error: 
/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/libreadline.so.6:
 undefined symbol: PC
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (69, 0))

ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (47, 0))

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/IPython/ipmaker.pyc
 in force_import(modname)
     64         reload(sys.modules[modname])
     65     else:
---> 66         __import__(modname)
     67 
     68 

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/bin/ipy_profile_sage.py
 in <module>()
      5     preparser(True)
      6 
----> 7     import sage.all_cmdline
      8     sage.all_cmdline._init_cmdline(globals())
      9 

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/sage/all_cmdline.py
 in <module>()
     12 try:
     13 
---> 14     from sage.all import *
     15     from sage.calculus.predefined import x
     16     preparser(on=True)

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/sage/all.py
 in <module>()
     62 get_sigs()
     63 
---> 64 from sage.misc.all       import *         # takes a while
     65 
     66 from sage.misc.sh import sh

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/sage/misc/all.py
 in <module>()
     65 from sage_eval import sage_eval, sageobj
     66 
---> 67 from sage_input import sage_input
     68 
     69 from cython import cython_lambda, cython_create_local_so

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/sage/misc/sage_input.py
 in <module>()
    161 """
    162 
--> 163 from sage.misc.functional import parent
    164 import math
    165 

/opt/local/sage-4.5.3-linux-64bit-opensuse_11.1_x86_64-x86_64-Linux/local/lib/python2.6/site-packages/sage/misc/functional.py
 in <module>()
     36 
     37 
---> 38 from sage.rings.complex_double import CDF
     39 from sage.rings.real_double import RDF, RealDoubleElement
     40 


and so on and finally:

RuntimeError: Unable to start gap
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to