Upgrading from some 7.3 beta on Mac OS X 10.11.6. This repeated when I
tried make again. Any ideas? Everything else seems to be proceeding
normally.
[203/413] Cythonizing sage/structure/element.pyx
[204/413] Cythonizing sage/structure/element_wrapper.pyx
[205/413] Cythonizing sage/structure/factory.pyx
[206/413] Cythonizing sage/structure/list_clone.pyx
[207/413] Cythonizing sage/structure/misc.pyx
Error compiling Cython file:
------------------------------------------------------------
...
"""
Miscellaneous utilities
"""
from cpython.object cimport PyObject, Py_TYPE, descrgetfunc
^
------------------------------------------------------------
sage/structure/misc.pyx:5:0: 'cpython/object/descrgetfunc.pxd' not found
Error compiling Cython file:
------------------------------------------------------------
...
dummy_error_message.cls = type(self)
dummy_error_message.name = name
raise dummy_attribute_error
attribute = <object>attr
# Check for a descriptor (__get__ in Python)
cdef descrgetfunc getter = Py_TYPE(attribute).tp_descr_get
^
------------------------------------------------------------
sage/structure/misc.pyx:303:9: 'descrgetfunc' is not a type identifier
Error compiling Cython file:
------------------------------------------------------------
...
dummy_error_message.cls = type(self)
dummy_error_message.name = name
raise dummy_attribute_error
attribute = <object>attr
# Check for a descriptor (__get__ in Python)
cdef descrgetfunc getter = Py_TYPE(attribute).tp_descr_get
^
------------------------------------------------------------
sage/structure/misc.pyx:303:49: Object of type 'PyTypeObject' has no
attribute 'tp_descr_get'
Traceback (most recent call last):
File "/Users/.../sage/local/lib/python2.7/site-packages/Cython-0.24-py2.7$
return cythonize_one(*m)
File "/Users/.../sage/local/lib/python2.7/site-packages/Cython-0.24-py2.7$
raise CompileError(None, pyx_file)
CompileError: sage/structure/misc.pyx
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.