On Nov 10, 12:48 am, John Voight <[EMAIL PROTECTED]> wrote:
> I tried to sage -upgrade my 2.8.9 this evening on an Ubuntu x686, and
> I got:
>
> Building sage/matrix/misc.c because it depends on sage/matrix/
> misc.pyx.
> touch sage/matrix/misc.pyx; cython --embed-positions --incref-local-
> binop -I/home/kostadm/sage/devel/sage-main -o sage/matrix/misc.c sage/
> matrix/misc.pyx
>
> Error converting Pyrex file to C:
> ------------------------------------------------------------
> ...
>                                      0, 0, 0)
>     cdef mpz_t* L_row
>     cdef mod_int* A_row
>     for i from 0 <= i < A._nrows:
>         L_row = L._matrix[i]
>         A_row = A._matrix[i]
>                         ^
> ------------------------------------------------------------
>
> /home/kostadm/sage/devel/sage-main/sage/matrix/misc.pyx:54:25: Cannot
> assign type 'sage.matrix.matrix_modn_dense.mod_int *' to
> 'sage.matrix.misc.mod_int *'
> sage: Error running cython.
> sage: There was an error installing modified sage library code.
>
> JV

Hey John,

you probably have outstanding changes that are uncommited. The issues
you have were fixed in 2.8.10 or 11 by Robert and are required by the
new Cython. As you wrote below you downloaded a new tarball, so
compiling from scratch that one should "just work".

Cheers,

Michael


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to