On Mar 17, 10:23 am, Minh Nguyen <nguyenmi...@gmail.com> wrote: > 4.3.4rc0
builds fine on intel core2 duo, ubuntu 9.04 + all tests pass but it only builds on atom n270, ubuntu 9.10! some doctests fail and i have the feeling that something didn't compile. maybe you can tell me what to trigger for recompilation or find some explanation for a failure like this one: $ sage -t --verbose devel/sage-main/sage/rings/ring.pyx sage -t --verbose "devel/sage-main/sage/rings/ring.pyx" Traceback (most recent call last): File "/home/harri/.sage//tmp/.doctest_ring.py", line 18, in <module> cython(open('devel/sage-main/sage/rings/ring.pyx').read()) File "cython_c.pyx", line 32, in sage.misc.cython_c.cython (sage/ misc/cython_c.c:656) File "/opt/sage/current/local/lib/python/site-packages/sage/server/ support.py", line 469, in cython_import_all create_local_c_file=create_local_c_file) File "/opt/sage/current/local/lib/python/site-packages/sage/server/ support.py", line 446, in cython_import create_local_c_file=create_local_c_file) File "/opt/sage/current/local/lib/python/site-packages/sage/misc/ cython.py", line 367, in cython raise RuntimeError, "Error converting %s to C:\n%s\n%s"%(filename, log, err) RuntimeError: Error converting /home/harri/.sage//temp/sylviana/9897// tmp_0.spyx to C: Error converting Pyrex file to C: ------------------------------------------------------------ ... r""" An iterator over a finite field. This should only be used when the field is an extension of a smaller field which already has a separate iterator function. """ cdef object iter cdef FiniteField parent ^ ------------------------------------------------------------ /home/harri/.sage/temp/sylviana/9897/spyx/ _home_harri__sage_temp_sylviana_9897_tmp_0_spyx/ _home_harri__sage_temp_sylviana_9897_tmp_0_spyx_0.pyx:1806:9: 'FiniteField' is not a type identifier Error converting Pyrex file to C: ------------------------------------------------------------ ... an extension of a smaller field which already has a separate iterator function. """ cdef object iter cdef FiniteField parent def __init__(self,FiniteField parent): ^ ------------------------------------------------------------ /home/harri/.sage/temp/sylviana/9897/spyx/ _home_harri__sage_temp_sylviana_9897_tmp_0_spyx/ _home_harri__sage_temp_sylviana_9897_tmp_0_spyx_0.pyx:1808:22: 'FiniteField' is not a type identifier [59.4 s] ---------------------------------------------------------------------- The following tests failed: sage -t --verbose "devel/sage-main/sage/rings/ring.pyx" Total time for all tests: 59.5 seconds -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-devel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.