Hello,

When trying to build sage 4.3.2 on my DYI, highly customized linux
machine (everything seems to be within requirements, I will be happy
to provide any needed technical details) the compilation stops, after
many hours, with the following message:

sphinx-build -b html -d /usr/local/sage-4.3.2/devel/sage/doc/output/
doctrees/en/tutorial    /usr/local/sage-4.3.2/devel/sage/doc/en/
tutorial /usr/local/sage-4.3.2/devel/sage/doc/output/html/en/tutorial
Setting permissions of DOT_SAGE directory so only you can read and
write it.
 [?1034hTraceback (most recent call last):
  File "/usr/local/sage-4.3.2/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-4.3.2/local/lib/python2.6/site-packages/sage/
all.py", line 72, in <module>
    from sage.rings.all      import *
  File "/usr/local/sage-4.3.2/local/lib/python2.6/site-packages/sage/
rings/all.py", line 75, in <module>
    from padics.all import *
  File "/usr/local/sage-4.3.2/local/lib/python2.6/site-packages/sage/
rings/padics/all.py", line 2, in <module>
    from factory import Zp, Zq, Zp as pAdicRing, ZpCR, ZpCA, ZpFM,
ZqCR, ZqCA, ZqFM #, ZpL, ZqL
  File "/usr/local/sage-4.3.2/local/lib/python2.6/site-packages/sage/
rings/padics/factory.py", line 27, in <module>
    from padic_extension_leaves import *
  File "/usr/local/sage-4.3.2/local/lib/python2.6/site-packages/sage/
rings/padics/padic_extension_leaves.py", line 34, in <module>
    from padic_ZZ_pX_FM_element import pAdicZZpXFMElement
  File "padic_ZZ_pX_FM_element.pyx", line 1, in init
sage.rings.padics.padic_ZZ_pX_FM_element (sage/rings/padics/
padic_ZZ_pX_FM_element.cpp:11328)
  File "padic_ZZ_pX_element.pyx", line 34, in init
sage.rings.padics.padic_ZZ_pX_element (sage/rings/padics/
padic_ZZ_pX_element.cpp:8851)
  File "element.pyx", line 914, in
sage.structure.element.ModuleElement.__add__ (sage/structure/element.c:
7500)
  File "element.pyx", line 920, in
sage.structure.element.ModuleElement._add_ (sage/structure/element.c:
7590)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Build finished.  The built documents can be found in /usr/local/
sage-4.3.2/devel/sage/doc/output/html/en/tutorial

An attempt to run ./sage gives, after a long traceback, the same
error:

TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.

-- 
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-support
URL: http://www.sagemath.org

Reply via email to