hardware is macbook air and OS version is OS 10.11.6 El jueves, 15 de septiembre de 2016, 18:28:04 (UTC+2), jhonrubia6 escribió: > > Hi, I am getting an error building the beta4 (made a 'make distclean' > before). Below the last lines of the log > > [sagelib-7.4.beta4] [ 1/269] Cythonizing sage/structure/misc.pyx > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] Error compiling Cython file: > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] ... > > [sagelib-7.4.beta4] """ > > [sagelib-7.4.beta4] Miscellaneous utilities > > [sagelib-7.4.beta4] """ > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] from cpython.object cimport PyObject, Py_TYPE, > descrgetfunc > > [sagelib-7.4.beta4] ^ > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] sage/structure/misc.pyx:5:0: > 'cpython/object/descrgetfunc.pxd' not found > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] Error compiling Cython file: > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] ... > > [sagelib-7.4.beta4] dummy_error_message.cls = type(self) > > [sagelib-7.4.beta4] dummy_error_message.name = name > > [sagelib-7.4.beta4] raise dummy_attribute_error > > [sagelib-7.4.beta4] attribute = <object>attr > > [sagelib-7.4.beta4] # Check for a descriptor (__get__ in Python) > > [sagelib-7.4.beta4] cdef descrgetfunc getter = > Py_TYPE(attribute).tp_descr_get > > [sagelib-7.4.beta4] ^ > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] sage/structure/misc.pyx:303:9: 'descrgetfunc' is not a > type identifier > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] Error compiling Cython file: > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] ... > > [sagelib-7.4.beta4] dummy_error_message.cls = type(self) > > [sagelib-7.4.beta4] dummy_error_message.name = name > > [sagelib-7.4.beta4] raise dummy_attribute_error > > [sagelib-7.4.beta4] attribute = <object>attr > > [sagelib-7.4.beta4] # Check for a descriptor (__get__ in Python) > > [sagelib-7.4.beta4] cdef descrgetfunc getter = > Py_TYPE(attribute).tp_descr_get > > [sagelib-7.4.beta4] ^ > > [sagelib-7.4.beta4] > ------------------------------------------------------------ > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] sage/structure/misc.pyx:303:49: Object of type > 'PyTypeObject' has no attribute 'tp_descr_get' > > [sagelib-7.4.beta4] Traceback (most recent call last): > > [sagelib-7.4.beta4] File > "/Users/J_Honrubia/Sage/sage/local/lib/python2.7/site-packages/Cython-0.24-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py", > > line 1052, in cythonize_one_helper > > [sagelib-7.4.beta4] return cythonize_one(*m) > > [sagelib-7.4.beta4] File > "/Users/J_Honrubia/Sage/sage/local/lib/python2.7/site-packages/Cython-0.24-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py", > > line 1034, in cythonize_one > > [sagelib-7.4.beta4] raise CompileError(None, pyx_file) > > [sagelib-7.4.beta4] CompileError: sage/structure/misc.pyx > > [sagelib-7.4.beta4] [ 2/269] Cythonizing sage/structure/parent.pyx > > [sagelib-7.4.beta4] > ************************************************************************ > > [sagelib-7.4.beta4] Traceback (most recent call last): > > [sagelib-7.4.beta4] File "setup.py", line 597, in <module> > > [sagelib-7.4.beta4] run_cythonize() > > [sagelib-7.4.beta4] File "setup.py", line 589, in run_cythonize > > [sagelib-7.4.beta4] 'profile': profile, > > [sagelib-7.4.beta4] File > "/Users/J_Honrubia/Sage/sage/local/lib/python2.7/site-packages/Cython-0.24-py2.7-macosx-10.9-x86_64.egg/Cython/Build/Dependencies.py", > > line 903, in cythonize > > [sagelib-7.4.beta4] result.get(99999) # seconds > > [sagelib-7.4.beta4] File > "/Users/J_Honrubia/Sage/sage/local/lib/python/multiprocessing/pool.py", > line 567, in get > > [sagelib-7.4.beta4] raise self._value > > [sagelib-7.4.beta4] CompileError: sage/structure/misc.pyx > > [sagelib-7.4.beta4] > ************************************************************************ > > [sagelib-7.4.beta4] Error building the Sage library > > [sagelib-7.4.beta4] > ************************************************************************ > > [sagelib-7.4.beta4] Please email sage-devel ( > http://groups.google.com/group/sage-devel) > > [sagelib-7.4.beta4] explaining the problem and including the relevant part > of the log file > > [sagelib-7.4.beta4] > /Users/J_Honrubia/Sage/sage/logs/pkgs/sagelib-7.4.beta4.log > > [sagelib-7.4.beta4] Describe your computer, operating system, etc. > > [sagelib-7.4.beta4] > ************************************************************************ > > [sagelib-7.4.beta4] make[3]: *** [sage] Error 1 > > [sagelib-7.4.beta4] > > [sagelib-7.4.beta4] real 0m9.758s > > [sagelib-7.4.beta4] user 0m5.903s > > [sagelib-7.4.beta4] sys 0m2.124s > > make[2]: *** [sagelib] Error 2 > > make[1]: *** [all] Error 2 > > > real 0m11.089s > > user 0m6.514s > > sys 0m2.555s > > *************************************************************** > > Error building Sage. > > > The following package(s) may have failed to build (not necessarily > > during this run of 'make all'): > > > * package: sagelib-7.4.beta4 > > log file: /Users/J_Honrubia/Sage/sage/logs/pkgs/sagelib-7.4.beta4.log > > build directory: > /Users/J_Honrubia/Sage/sage/local/var/tmp/sage/build/sagelib-7.4.beta4 > > > The build directory may contain configuration files and other potentially > > helpful information. WARNING: if you now run 'make' again, the build > > directory will, by default, be deleted. Set the environment variable > > SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. > > > make: *** [all] Error 1 > >
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.