I am trying to build Sage 4.5.2 and the build dies near the end:
sage: install_scripts('/usr/local/bin')
at the Sage command prompt.
To build the documentation, run
make doc
Sage build/upgrade complete!
./sage -docbuild all html 2>&1 | tee -a dochtml.log
sphinx-build -b html -d
/usr/local/sage-4.5.2/devel/sage/doc/output/doctrees/en/faq
/usr/local/sage-4.5.2/devel/sage/doc/en/faq
/usr/local/sage-4.5.2/devel/sage/doc/output/html/en/faq
Traceback (most recent call last):
File "/usr/local/sage-4.5.2/local/bin/sphinx-build", line 6, in <module>
import sage.all
File
"/usr/local/sage-4.5.2/local/lib/python2.6/site-packages/sage/all.py",
line 72, in <module>
from sage.rings.all import *
File
"/usr/local/sage-4.5.2/local/lib/python2.6/site-packages/sage/rings/all.py",
line 93, in <module>
...
File "coerce_maps.pyx", line 41, in
sage.structure.coerce_maps.DefaultConvertMap._call_
(sage/structure/coerce_maps.c:2412)
File "coerce_maps.pyx", line 36, in
sage.structure.coerce_maps.DefaultConvertMap._call_
(sage/structure/coerce_maps.c:2314)
TypeError: _
I see lots of that "element_constructor_() takes exactly 2 arguments (3
given)"
When I try to run sage I receive:
...
/usr/local/sage-4.5.2/local/lib/python2.6/site-packages/sage/structure/coerce_maps.so
in sage.structure.coerce_maps.DefaultConvertMap._call_
(sage/structure/coerce_maps.c:2412)()
/usr/local/sage-4.5.2/local/lib/python2.6/site-packages/sage/structure/coerce_maps.so
in sage.structure.coerce_maps.DefaultConvertMap._call_
(sage/structure/coerce_maps.c:2314)()
TypeError: _element_constructor_() takes exactly 2 arguments (3 given)
Error importing ipy_profile_sage - perhaps you should run %upgrade?
WARNING: Loading of ipy_profile_sage failed.
I am using gcc 4.4.3 on a 64-bit linux workstation.
Any suggestions on getting Sage built?
--
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