On 08/09/2010 12:50 PM, Richard Ruth wrote:
>>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)

I don't see obvious problems in install.log, but I must say I haven't
had the time to examine the file in depth.

It may be important, indirectly, that the file's size is ~50 MB, whereas
I usually see ~32 MB on sage.math.washington.edu.  The output from

grep Error install.log | grep make

hints that the size difference is from ATLAS.  But sage-start.out does
not point clearly to an ATLAS problem.  What is your computer's CPU
architecture, e.g., the output of 'uname -a'?

What happens if you rebuild the sage library:

cd /path/to/sage/root/directory/
./sage -b
./sage

and/or reinstall the library's spkg:

./sage -f spkg/standard/sage-4.5.2.spkg
./sage

?

Are there other ideas from sage-support?


> 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 [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