>Also, which Linux distribution and version are you running? Gentoo Base System release 1.12.13 Kernel: 2.6.34.2
Here are links to two files: install.log: http://sharesend.com/kpcvl What I get when I try to start sage: sage-start.out: http://sharesend.com/p404l If I can provide any more information please let me know. (I did NOT have trouble when I compiled Sage 4.4.3) On 08/08/2010 02:17 PM, Richard wrote: > 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? Could you post a link to the install.log file located in the Sage root directory? Also, which Linux distribution and version are you running? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org