Back in January, Mike Abshoff announced that there would be a
collection of old Sage releases kept on sage.math, for testing
purposes.

Yesterday I wanted to use one of these, and I found that several of
them didn't work -- there seems to be some kind of version
incompatibility going on:

davidloeff...@sage:/disk/scratch/mabshoff-sage-releases$ sage-2.6/sage
----------------------------------------------------------------------
| SAGE Version 2.6, Release Date: 2007-06-02                         |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call
last)

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/bin/<string> in
<module>()

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/misc/preparser_ipython.py in <module>
()
      6
###########################################################################
 
7
----> 8 import
sage.misc.interpreter
 
9
     10 import
preparser

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/misc/interpreter.py in <module>
()
 
102
    103 import
os
--> 104 import
log
 
105
    106 from IPython.iplib import
InteractiveShell

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/misc/log.py in <module>()
 
51
     52 import
interpreter
---> 53 import
latex
     54 import
misc
 
55

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/misc/latex.py in <module>
()
     41 import
random
 
42
---> 43 import
sage.plot.all
 
44
     45 from misc import
tmp_dir

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/plot/all.py in <module>()
      2                   text, circle, disk, hue,
graphics_array,
      3                   list_plot, networkx_plot,
parametric_plot,
      4                   polar_plot, contour_plot,
arrow,
      5                   plot_vector_field, matrix_plot,
bar_chart,
      6
is_Graphics,

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/plot/plot.py in <module>
()
    130 import
pdb
 
131
--> 132 from sage.structure.sage_object import
SageObject
    133
    134 ## IMPORTANT: Do not import matplotlib at module scope.  It
takes a

<type 'exceptions.ImportError'>: /disk/scratch/mabshoff-sage-releases/
tools/gcc-4.0.4/lib/../lib/libgcc_s.so.1: version `GCC_4.2.0' not
found (required by /usr/lib/libstdc++.so.6)
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'

---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call
last)

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/bin/<ipython
console> in <module>()

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/all_cmdline.py in <module>()
      5 try:
      6
----> 7     from sage.all import *
      8     from sage.calculus.predefined import *
      9

/disk/scratch/mabshoff-sage-releases/sage-2.6/local/lib/python2.5/site-
packages/sage/all.py in <module>()
     46 get_sigs()
     47
---> 48 from sage.rings.memory import pmem_malloc
     49 pmem_malloc()
     50

<type 'exceptions.ImportError'>: /disk/scratch/mabshoff-sage-releases/
tools/gcc-4.0.4/lib/../lib/libgcc_s.so.1: version `GCC_4.2.0' not
found (required by /usr/lib/libstdc++.so.6)
<ERROR: name 'sage_prompt' is not defined>

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

Reply via email to