Just after successfully built dsage -- which I believe is the last
spkg which gets installed. The sphinx build fails quite strangely.

Running ./sage fails with the same error (TypeError: unsupported
operand parent(s) for '+': 'Integer Ring' and 'Integer Ring')

Gonzalo

....
Finished installing dsage-1.0.1.p1.spkg
cd /scratch/tornaria/sage-4.3.1.alpha3 && . local/bin/sage-env && cd
local/bin/ && ./sage-make_relative
Making script relocatable
make[1]: Leaving directory `/scratch/tornaria/sage-4.3.1.alpha3/spkg'

real    91m6.194s
user    82m59.055s
sys     7m59.726s
sphinx-build -b html -d
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/doctrees/en/developer
   /scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/en/developer
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/developer
Traceback (most recent call last):
  File "/scratch/tornaria/sage-4.3.1.alpha3/local/bin/sphinx-build",
line 6, in <module>
    import sage.all
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
    from sage.rings.all      import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/all.py",
line 75, in <module>
    from padics.all import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/padics/factory.py",
line 27, in <module>
    from padic_extension_leaves import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 808, in
sage.structure.element.ModuleElement.__add__
(sage/structure/element.c:7007)
  File "element.pyx", line 814, in
sage.structure.element.ModuleElement._add_
(sage/structure/element.c:7097)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Build finished.  The built documents can be found in
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/developer
sphinx-build -b html -d
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/doctrees/en/tutorial
   /scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/en/tutorial
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/tutorial
Traceback (most recent call last):
  File "/scratch/tornaria/sage-4.3.1.alpha3/local/bin/sphinx-build",
line 6, in <module>
    import sage.all
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
    from sage.rings.all      import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/all.py",
line 75, in <module>
    from padics.all import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/padics/factory.py",
line 27, in <module>
    from padic_extension_leaves import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 808, in
sage.structure.element.ModuleElement.__add__
(sage/structure/element.c:7007)
  File "element.pyx", line 814, in
sage.structure.element.ModuleElement._add_
(sage/structure/element.c:7097)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Build finished.  The built documents can be found in
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/tutorial
sphinx-build -b html -d
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/doctrees/en/installation
   /scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/en/installation
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/installation
Traceback (most recent call last):
  File "/scratch/tornaria/sage-4.3.1.alpha3/local/bin/sphinx-build",
line 6, in <module>
    import sage.all
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
    from sage.rings.all      import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/all.py",
line 75, in <module>
    from padics.all import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/padics/factory.py",
line 27, in <module>
    from padic_extension_leaves import *
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/__init__.py
to __init__.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/misc.py
to misc.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/tests/__init__.py
to __init__.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/tests/test_remote.py
to test_remote.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/tests/test_pubkeyauth.py
to test_pubkeyauth.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/pb.py
to pb.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/twisted/pubkeyauth.py
to pubkeyauth.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/worker.py
to worker.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/client.py
to client.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/sql_functions.py
to sql_functions.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/schema.py
to schema.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/db_config.py
to db_config.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/__init__.py
to __init__.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/clientdb.py
to clientdb.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/jobdb.py
to jobdb.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/workerdb.py
to workerdb.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/job.py
to job.pyc
byte-compiling 
/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/dsage/database/tests/__init__.py
to __init__.pyc
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 808, in
sage.structure.element.ModuleElement.__add__
(sage/structure/element.c:7007)
  File "element.pyx", line 814, in
sage.structure.element.ModuleElement._add_
(sage/structure/element.c:7097)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Build finished.  The built documents can be found in
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/installation
sphinx-build -b html -d
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/doctrees/en/bordeaux_2008
   /scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/en/bordeaux_2008
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/bordeaux_2008
Traceback (most recent call last):
  File "/scratch/tornaria/sage-4.3.1.alpha3/local/bin/sphinx-build",
line 6, in <module>
    import sage.all
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
    from sage.rings.all      import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/all.py",
line 75, in <module>
    from padics.all import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/padics/factory.py",
line 27, in <module>
    from padic_extension_leaves import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 808, in
sage.structure.element.ModuleElement.__add__
(sage/structure/element.c:7007)
  File "element.pyx", line 814, in
sage.structure.element.ModuleElement._add_
(sage/structure/element.c:7097)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
Build finished.  The built documents can be found in
/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/output/html/en/bordeaux_2008
Traceback (most recent call last):
  File "/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/common/builder.py",
line 1038, in <module>
    getattr(get_builder(name), type)()
  File "/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/common/builder.py",
line 260, in _wrapper
    getattr(get_builder(document), name)(*args, **kwds)
  File "/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/common/builder.py",
line 360, in _wrapper
    self.write_auto_rest_file(module_name)
  File "/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/common/builder.py",
line 593, in write_auto_rest_file
    title = self.get_module_docstring_title(module_name)
  File "/scratch/tornaria/sage-4.3.1.alpha3/devel/sage/doc/common/builder.py",
line 563, in get_module_docstring_title
    import sage.all
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
    from sage.rings.all      import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/all.py",
line 75, in <module>
    from padics.all import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 
"/scratch/tornaria/sage-4.3.1.alpha3/local/lib/python2.6/site-packages/sage/rings/padics/factory.py",
line 27, in <module>
    from padic_extension_leaves import *
  File 
"/scratch/tornaria/sage-4.3.1.alpha3/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 808, in
sage.structure.element.ModuleElement.__add__
(sage/structure/element.c:7007)
  File "element.pyx", line 814, in
sage.structure.element.ModuleElement._add_
(sage/structure/element.c:7097)
TypeError: unsupported operand parent(s) for '+': 'Integer Ring' and
'Integer Ring'
4981.16user 484.89system 1:31:19elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
344inputs+18153584outputs (0major+211861489minor)pagefaults 0swaps
-- 
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

Reply via email to