Sage 3.4 was compiling nicely on my Gentoo Linux system (gcc 4.3.2,
glibc 2.8_p20080602, kernel 2.6.28.9) for about an hour then It quits
with the following messages.  If I can provide more information,
please ask.  Any suggestions on how to get Sage up and running would
be appreciated.

Finished installing TinyMCE.

real    0m0.029s
user    0m0.007s
sys     0m0.027s
Successfully installed tinyMCE-3.2.0.2.p0
Now cleaning up tmp files.
Making Sage/Python scripts relocatable...
Making script relocatable
Finished installing tinyMCE-3.2.0.2.p0.spkg
make[1]: Leaving directory `/usr/local/sage-3.4/spkg'

real    61m38.460s
user    80m2.844s
sys     9m6.091s
Traceback (most recent call last):
  File "/usr/local/sage-3.4/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
Traceback (most recent call last):
  File "/usr/local/sage-3.4/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
Traceback (most recent call last):
  File "/usr/local/sage-3.4/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
Traceback (most recent call last):
  File "/usr/local/sage-3.4/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
Traceback (most recent call last):
  File "/usr/local/sage-3.4/local/bin/sphinx-build", line 6, in
<module>
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>
sphinx-build -b html -d /usr/local/sage-3.4/devel/sage/doc/output/
doctrees/en/numerical_sage   .  /usr/local/sage-3.4/devel/sage/doc/
output/html/en/numerical_sage
Build finished.  The built documents can be found in /usr/local/
sage-3.4/devel/sage/doc/output/html/en/numerical_sage
sphinx-build -b html -d /usr/local/sage-3.4/devel/sage/doc/output/
doctrees/en/a_tour_of_sage   .  /usr/local/sage-3.4/devel/sage/doc/
output/html/en/a_tour_of_sage
Build finished.  The built documents can be found in /usr/local/
sage-3.4/devel/sage/doc/output/html/en/a_tour_of_sage
sphinx-build -b html -d /usr/local/sage-3.4/devel/sage/doc/output/
doctrees/en/installation   .  /usr/local/sage-3.4/devel/sage/doc/
output/html/en/installation
Build finished.  The built documents can be found in /usr/local/
sage-3.4/devel/sage/doc/output/html/en/installation
sphinx-build -b html -d /usr/local/sage-3.4/devel/sage/doc/output/
doctrees/en/constructions   .  /usr/local/sage-3.4/devel/sage/doc/
output/html/en/constructions
Build finished.  The built documents can be found in /usr/local/
sage-3.4/devel/sage/doc/output/html/en/constructions
sphinx-build -b html -d /usr/local/sage-3.4/devel/sage/doc/output/
doctrees/en/tutorial   .  /usr/local/sage-3.4/devel/sage/doc/output/
html/en/tutorial
Build finished.  The built documents can be found in /usr/local/
sage-3.4/devel/sage/doc/output/html/en/tutorial
Traceback (most recent call last):
  File "/usr/local/sage-3.4/devel/sage/doc/common/builder.py", line
668, in <module>
    getattr(get_builder(name), type)()
  File "/usr/local/sage-3.4/devel/sage/doc/common/builder.py", line
258, in _wrapper
    getattr(get_builder(document), name)(*args, **kwds)
  File "/usr/local/sage-3.4/devel/sage/doc/common/builder.py", line
345, in _wrapper
    self.write_auto_rest_file(module_name)
  File "/usr/local/sage-3.4/devel/sage/doc/common/builder.py", line
529, in write_auto_rest_file
    title = self.get_module_docstring_title(module_name)
  File "/usr/local/sage-3.4/devel/sage/doc/common/builder.py", line
497, in get_module_docstring_title
    import sage.all
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
all.py", line 64, in <module>
    from sage.misc.all       import *         # takes a while
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/all.py", line 70, in <module>
    from sage_input import sage_input
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/sage_input.py", line 163, in <module>
    from sage.misc.functional import parent
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
misc/functional.py", line 37, in <module>
    from sage.rings.complex_double import CDF
  File "complex_double.pyx", line 88, in sage.rings.complex_double
(sage/rings/complex_double.c:11756)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 83, in ComplexField
    C = ComplexField_class(prec)
  File "/usr/local/sage-3.4/local/lib/python2.5/site-packages/sage/
rings/complex_field.py", line 174, in __init__
    self._populate_coercion_lists_(coerce_list=[complex_number.RRtoCC
(self._real_field(), self)])
  File "complex_number.pyx", line 1889, in
sage.rings.complex_number.RRtoCC.__init__ (sage/rings/complex_number.c:
11034)
  File "complex_number.pyx", line 148, in
sage.rings.complex_number.ComplexNumber.__init__ (sage/rings/
complex_number.c:2908)
  File "parent.pyx", line 283, in
sage.structure.parent.Parent.__call__ (sage/structure/parent.c:3653)
  File "map.pyx", line 146, in sage.categories.map.Map._call_ (sage/
categories/map.c:3099)
NotImplementedError: <type 'sage.rings.real_mpfr.int_toRR'>


--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to