On Thu, Jul 5, 2012 at 12:49 PM, Christian Stump
<christian.st...@gmail.com> wrote:
>> I just pushed a change to composition.py which breaks your patch.
>
> I rebased the patch and also enabled Mike's patch again. But now, I
> get the following error message after applying the queue, so I don't
> push the changed...
>
> Any idea (I am using 5.0)?
>
> ----------------------------------------------------------
> 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/action.pyx.
> Building modified file sage/categories/category_singleton.pyx.
> Building modified file sage/categories/morphism.pyx.
> Building modified file sage/categories/examples/semigroups_cython.pyx.
> Building modified file sage/structure/list_clone.pyx.
> Building modified file sage/structure/list_clone_demo.pyx.
> Building sage/structure/list_clone_timings_cy.pyx because it depends
> on sage/structure/list_clone.pxd.
> Building modified file sage/sets/finite_set_map_cy.pyx.
> Building modified file sage/combinat/dict_addition.pyx.
> Traceback (most recent call last):
>   File "setup.py", line 830, in <module>
>     queue = compile_command_list(ext_modules, deps)
>   File "setup.py", line 790, in compile_command_list
>     dep_file, dep_time = deps.newest_dep(f,m)
>   File "setup.py", line 697, in newest_dep
>     for f in self.all_deps(filename, ext_module):
>   File "setup.py", line 678, in all_deps
>     for f in self.immediate_deps(filename, ext_module):
>   File "setup.py", line 660, in immediate_deps
>     self._deps[filename] = self.parse_deps(filename, ext_module)
>   File "setup.py", line 648, in parse_deps
>     raise IOError, msg
> IOError: could not find dependency
> sage/combinat/enumeration_mod_permgroup.pxd included in
> sage/combinat/invariant_ring_perm_gps/invariant_cython.pyx.
> Error installing modified sage library code.

I think you have to reset your guards.

Option 1:
    sage -combinat qselect

Option 2:
    sage -combinat update

Franco

--

-- 
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-devel@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