Hi,

The sage-combinat tree is currently broken. It looks to be related to
a recent push from Florent. See below.

(Everything is ok up to the needs_review patch, so I can work with it!)

Sébastien

************************


$ hg qtop
trac_8696-character_rings-nt.patch
$ sage -br

----------------------------------------------------------
sage: Building and installing modified Sage library files.


Installing c_lib
scons: `install' is up to date.
Updating Cython code....
Building modified file sage/categories/map.pyx.
Building modified file sage/categories/morphism.pyx.
Building modified file sage/structure/list_clone.pyx.
Building modified file sage/structure/list_clone_timmings_cy.pyx.
Building modified file sage/sets/finite_set_map_cy.pyx.
Building modified file sage/combinat/permutation_cy.pyx.
Building modified file sage/groups/perm_gps/permgroup_element.pyx.
python `which cython` --embed-positions --directive cdivision=True
-I/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat -o
sage/categories/map.c sage/categories/map.pyx
sage/categories/map.pyx -->
/Users/slabbe/Applications/sage-4.3.4/local//lib/python/site-packages//sage/categories/map.pyx
python `which cython` --embed-positions --directive cdivision=True
-I/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat -o
sage/categories/morphism.c sage/categories/morphism.pyx
sage/categories/morphism.pyx -->
/Users/slabbe/Applications/sage-4.3.4/local//lib/python/site-packages//sage/categories/morphism.pyx
python `which cython` --embed-positions --directive cdivision=True
-I/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat -o
sage/structure/list_clone.c sage/structure/list_clone.pyx
sage/structure/list_clone.pyx -->
/Users/slabbe/Applications/sage-4.3.4/local//lib/python/site-packages//sage/structure/list_clone.pyx
python `which cython` --embed-positions --directive cdivision=True
-I/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat -o
sage/structure/list_clone_timmings_cy.c
sage/structure/list_clone_timmings_cy.pyx
sage/structure/list_clone_timmings_cy.pyx -->
/Users/slabbe/Applications/sage-4.3.4/local//lib/python/site-packages//sage/structure/list_clone_timmings_cy.pyx
python `which cython` --embed-positions --directive cdivision=True
-I/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat -o
sage/sets/finite_set_map_cy.c sage/sets/finite_set_map_cy.pyx

Error converting Pyrex file to C:
------------------------------------------------------------
...
include '../ext/cdefs.pxi'
include '../ext/stdsage.pxi'

cpdef fibers(f, domain)

from sage.structure.list_clone cimport ListClone, IntListClone
^
------------------------------------------------------------

/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat/sage/sets/finite_set_map_cy.pxd:13:0:
'ListClone.pxd' not found

Error converting Pyrex file to C:
------------------------------------------------------------
...
include '../ext/cdefs.pxi'
include '../ext/stdsage.pxi'

cpdef fibers(f, domain)

from sage.structure.list_clone cimport ListClone, IntListClone
                                      ^
------------------------------------------------------------

/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat/sage/sets/finite_set_map_cy.pxd:13:39:
Name 'ListClone' not declared in module 'sage.structure.list_clone'

Error converting Pyrex file to C:
------------------------------------------------------------
...
include '../ext/cdefs.pxi'
include '../ext/stdsage.pxi'

cpdef fibers(f, domain)

from sage.structure.list_clone cimport ListClone, IntListClone
^
------------------------------------------------------------

/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat/sage/sets/finite_set_map_cy.pxd:13:0:
'IntListClone.pxd' not found

Error converting Pyrex file to C:
------------------------------------------------------------
...
include '../ext/cdefs.pxi'
include '../ext/stdsage.pxi'

cpdef fibers(f, domain)

from sage.structure.list_clone cimport ListClone, IntListClone
                                                 ^
------------------------------------------------------------

/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat/sage/sets/finite_set_map_cy.pxd:13:50:
Name 'IntListClone' not declared in module 'sage.structure.list_clone'

Error converting Pyrex file to C:
------------------------------------------------------------
...
include '../ext/stdsage.pxi'

cpdef fibers(f, domain)

from sage.structure.list_clone cimport ListClone, IntListClone
cdef class FiniteSetMapBase(IntListClone):
    ^
------------------------------------------------------------

/Users/slabbe/Applications/sage-4.3.4/devel/sage-combinat/sage/sets/finite_set_map_cy.pxd:14:5:
'IntListClone' is not declared

Error converting Pyrex file to C:


Error running command, failed with status 256.
sage: There was an error installing modified sage library code.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to