Hi Ubuntu 11.04 is still alpha 3, but in the meantime I've had to install it for graphics/wireless/sound driver reasons.
jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ lsb_release -d Description: Ubuntu Natty (development branch) jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ uname -a Linux mamadou-laptop 2.6.38-5-generic #32-Ubuntu SMP Tue Feb 22 16:10:15 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ python --version Python 2.7.1+ jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ gcc --version gcc (Ubuntu/Linaro 4.5.2-7ubuntu1) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ Sage mostly builds, but jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ grep enaming install.log *** WARNING: renaming "crypt" since importing it failed: build/lib.linux-x86_64-2.6/crypt.so: undefined symbol: crypt *** WARNING: renaming "nis" since importing it failed: build/lib.linux-x86_64-2.6/nis.so: undefined symbol: yp_get_default_domain *** WARNING: renaming "crypt" since importing it failed: build/lib.linux-x86_64-2.6/crypt.so: undefined symbol: crypt *** WARNING: renaming "nis" since importing it failed: build/lib.linux-x86_64-2.6/nis.so: undefined symbol: yp_get_default_domain *** WARNING: renaming "crypt" since importing it failed: build/lib.linux-x86_64-2.6/crypt.so: undefined symbol: crypt *** WARNING: renaming "nis" since importing it failed: build/lib.linux-x86_64-2.6/nis.so: undefined symbol: yp_get_default_domain jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ ldd /usr/local/src/sage-4.6.2/local/lib/python2.6/lib-dynload/crypt_failed.so linux-vdso.so.1 => (0x00007fffb07e9000) libpython2.6.so.1.0 => not found libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f909e29a000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f909def4000) /lib64/ld-linux-x86-64.so.2 (0x00007f909e6d4000) jan@mamadou-laptop:/usr/local/src/sage-4.6.2$ sage ---------------------------------------------------------------------- | Sage Version 4.6.2, Release Date: 2011-02-25 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /usr/local/src/sage-4.6.2/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 /usr/local/src/sage-4.6.2/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 /usr/local/src/sage-4.6.2/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) /usr/local/src/sage-4.6.2/local/lib/python2.6/site-packages/sage/all.py in <module>() 97 from sage.calculus.all import * 98 ---> 99 from sage.server.all import * 100 import sage.tests.all as tests 101 /usr/local/src/sage-4.6.2/local/lib/python2.6/site-packages/sage/server/all.py in <module>() 1 ----> 2 #from server1.all import * 3 from notebook.all import * 4 from wiki.all import * 5 from trac.all import * 6 /usr/local/src/sage-4.6.2/local/lib/python2.6/site-packages/sage/server/notebook/all.py in <module>() 20 21 # Import the new separated Sage notebook. ---> 22 from sagenb.notebook.all import * 23 24 /usr/local/src/sage-4.6.2/devel/sagenb/sagenb/notebook/all.py in <module>() 14 from sage_email import email 15 ---> 16 from notebook_object import notebook, inotebook 17 18 from interact import interact, input_box, slider, range_slider, selector, checkbox, input_grid, text_control, color_selector /usr/local/src/sage-4.6.2/devel/sagenb/sagenb/notebook/notebook_object.py in <module>() 15 import time, os, shutil, signal, tempfile 16 ---> 17 import notebook as _notebook 18 19 import run_notebook /usr/local/src/sage-4.6.2/devel/sagenb/sagenb/notebook/notebook.pyc in <module>() 44 import server_conf # server configuration 45 import user_conf # user configuration ---> 46 import user # users 47 from template import template, prettify_time_ago 48 /usr/local/src/sage-4.6.2/devel/sagenb/sagenb/notebook/user.py in <module>() 1 # -*- coding: utf-8 -* 2 import copy ----> 3 import crypt 4 import cPickle 5 import os ImportError: No module named crypt Error importing ipy_profile_sage - perhaps you should run %upgrade? WARNING: Loading of ipy_profile_sage failed. sage: The install.log is here: http://users.aims.ac.za/~jan/sage/install.log.bz2 I will update in a few days when Ubuntu 11.04 beta 1 is out. Regards, Jan -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org