William Stein wrote:
> I've released SAGE-2.1. It's a nontrivial release.
This is what happens on FC 5
Jaap
------------
SAGE build/upgrade complete!
[EMAIL PROTECTED] sage-2.1]$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.1, Release Date: 2007-02-09 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call last)
/home/jaap/work/downloads/sage-2.1/local/bin/<ipython console> in <module>()
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/all_cmdline.py
in <module>()
1 """nodoctest"""
----> 2 from sage.all import *
3
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/all.py in
<module>()
60
61 from sage.libs.all import *
---> 62 from sage.rings.all import *
63 from sage.matrix.all import *
64
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/rings/all.py
in <module>()
136 from bernoulli_mod_p import bernoulli_mod_p
137
--> 138 from morphism import is_RingHomomorphism
139
140 from homset import is_RingHomset
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/rings/morphism.py
in <module>()
292
#*****************************************************************************
293
--> 294 from sage.categories.all import Morphism, is_Homset, Sets
295 import ideal
296
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/categories/all.py
in <module>()
2 Elements,
3 Sequences,
4 Objects,
5 Sets,
6 GSets,
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/categories/category.py
in <module>()
58 import weakref
59 import sage.rings.all
---> 60 import sage.algebras.all
61 from sage.misc.latex import latex
62 from sage.structure.sage_object import SageObject
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/algebras/all.py
in <module>()
26
27 from free_algebra import FreeAlgebra, is_FreeAlgebra
---> 28 from free_algebra_quotient import FreeAlgebraQuotient
29 from quaternion_algebra import (QuaternionAlgebra,
QuaternionAlgebraWithInnerProduct,
30 QuaternionAlgebraWithGramMatrix,
QuaternionAlgebraWithDiscriminants,
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/algebras/free_algebra_quotient.py
in <module>()
19
20 from sage.rings.integer import Integer
---> 21 from sage.modules.free_module import FreeModule
22 from sage.monoids.free_monoid import FreeMonoid
23 from sage.monoids.free_monoid_element import FreeMonoidElement
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/modules/free_module.py
in <module>()
85
86 # SAGE imports
---> 87 import free_module_element
88
89 import module
/home/jaap/work/downloads/sage-2.1/local/bin/matrix0.pxd in
free_module_element()
/home/jaap/work/downloads/sage-2.1/local/bin/matrix0.pyx in matrix0()
/home/jaap/work/downloads/sage-2.1/local/bin/matrix2.pxd in strassen()
/home/jaap/work/downloads/sage-2.1/local/bin/matrix2.pyx in matrix2()
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/matrix/matrix_space.py
in <module>()
33 ## import matrix_field_sparse
34
---> 35 import matrix_modn_dense
36 import matrix_modn_sparse
37
<type 'exceptions.ImportError'>:
/home/jaap/downloads/sage-2.1/local/lib/python2.5/site-packages/sage/matrix/matrix_modn_dense.so:
undefined symbol: dasum_
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---