Hi all,

I just downloaded the last stable 2.11 package to my 64-bit Arch Linux
box and tried to run ./sage. The resulting log is as follows:

$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.11, Release Date: 2008-03-30                        |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
The SAGE install tree may have moved.
Regenerating Python.pyo and .pyc files that hardcode the install PATH
(please wait at most a few minutes)...
Please do not interrupt this.
Setting permissions of DOT_SAGE directory so only you can read and
write it.

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

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/bin/
<ipython console> in <module>()

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/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)

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/sage/all.py in <module>()
     59 get_sigs()
     60
---> 61 from sage.rings.all      import *
     62 from sage.matrix.all     import *
     63

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/sage/rings/all.py in <module>()
     72
     73 # Number field
---> 74 from number_field.all import *
     75
     76 # p-adic field

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/sage/rings/number_field/all.py in <module>()
      2
----> 3 from number_field import (NumberField, CyclotomicField,
QuadraticField,
      4                           is_RelativeNumberField,
      5                           is_CyclotomicField,
is_QuadraticField,
      6                           is_AbsoluteNumberField,

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/sage/rings/number_field/number_field.py in
<module>()
    114 import maps
    115
--> 116 import math, numpy
    117 from sage.rings.integer_ring import IntegerRing
    118

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/numpy/__init__.py in <module>()
     41     import lib
     42     from lib import *
---> 43     import linalg
     44     import fft
     45     import random

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/numpy/linalg/__init__.py in <module>()
      2 from info import __doc__
      3
----> 4 from linalg import *
      5
      6 def test(level=1, verbosity=1):

/home/jan/install/sage-2.11-debian64-intel-x86_64-Linux/local/lib/
python2.5/site-packages/numpy/linalg/linalg.py in <module>()
     23         isfinite, size
     24 from numpy.lib import triu
---> 25 from numpy.linalg import lapack_lite
     26
     27 fortran_int = intc

<type 'exceptions.ImportError'>: libgfortran.so.1: cannot open shared
object file: No such file or directory
sage:

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

Reply via email to