I just ran the current sage-5.0 lzma file for 32bit Ubuntu 12.04 on my 
64bit box running 64bit Ubuntu 11.04 and got these errors:

alpha@alpha:/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux$ 
sudo ./sage
----------------------------------------------------------------------
| Sage Version 5.0, Release Date: 2012-05-14                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
The Sage installation tree may have moved
(from /var/lib/buildbot/build/sage/arando-1/arando_binary/build/sage-5.0 to 
/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux).
Changing various hardcoded paths...
(Please wait at most a few minutes.)
DO NOT INTERRUPT THIS.
Done resetting paths.
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha1
ERROR:root:code for hash sha224 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha224
ERROR:root:code for hash sha256 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha256
ERROR:root:code for hash sha384 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha384
ERROR:root:code for hash sha512 was not found.
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 139, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/hashlib.py",
 
line 91, in __get_builtin_constructor
    raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type sha512
Traceback (most recent call last):
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/bin/sage-ipython",
 
line 18, in <module>
    import IPython
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/__init__.py",
 
line 58, in <module>
    __import__(name,glob,loc,[])
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/ipstruct.py",
 
line 17, in <module>
    from IPython.genutils import list2dict2
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/site-packages/IPython/genutils.py",
 
line 28, in <module>
    import subprocess
  File 
"/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/subprocess.py",
 
line 429, in <module>
    import select
ImportError: /lib32/libc.so.6: version `GLIBC_2.15' not found (required by 
/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python2.7/lib-dynload/select.so)

What can I do?

TIA,
A. Jorge Garcia

-- 
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