[sage-combinat-devel] Re: problem installing

2011-08-13 Thread Christian Stump
Hi, > I do not manage to install combinat because I can't apply one of the > patches. > sage: version 4.7 > failing patch: trac_10335-permgroup_domain-mh.patch It works on other computers -- could you please try sage -combinat install again, and completely post the output if the error still occur

Re: [sage-combinat-devel] Re: problem installing

2011-08-14 Thread VulK
Hi, sorry for my late reply: I re-installed sage from sources before testing the problem again. So my system is a dual processor x86_64 runs gentoo linux. I have all the prerequisites listed on that page and I have a fresh install of sage 4.7 (I have the install logs if you want). As I said sage -

Re: [sage-combinat-devel] Re: problem installing

2011-08-14 Thread Christian Stump
> The complete log of the command is attached. what I see is that your guards are set wrong, but I don' know why: your log shows the line skipping sage-4.7.1.patch - guarded by ['+4_7_1'] but as your version of sage is 4.7, this patch (and the ones below) should not be skipped. Could you please

Re: [sage-combinat-devel] Re: problem installing

2011-08-14 Thread VulK
It appear I have no guards selected!!! Do I understand this correctly? Current non version guards: Updated non version guards: Updating guards /opt/sage-4.7/sage -hg --config 'extensions.hgext.mq=' qselect -q -n /opt/sage-4.7/sage -hg --config 'extensions.hgext.mq=' qselect no active guard

Re: [sage-combinat-devel] Re: problem installing

2011-08-14 Thread Christian Stump
> Current non version guards: > Updated non version guards: > Updating guards >  /opt/sage-4.7/sage -hg --config 'extensions.hgext.mq=' qselect -q -n >  /opt/sage-4.7/sage -hg --config 'extensions.hgext.mq=' qselect > no active guards that's right, but the sage -combinat install usually takes care

Re: [sage-combinat-devel] Re: problem installing

2011-08-16 Thread VulK
Here is a dirty fix for the problem: local/bin/sage-combinat 184c184 + non_version_guards = filter(lambda guard: re.match("^(sage_)?(\d+_)*(\d+)$", guard) is not None, hg_active_guards()) - non_version_guards = filter(lambda guard: re.match("^(sage_)?(\d+_)*(\d+)$", guard) is None, hg_

[sage-combinat-devel] Re: problem installing sage-combinat from sage 4.1.1 on Mac OS 10.4

2009-09-02 Thread Nicolas M. Thiery
On Wed, Sep 02, 2009 at 08:56:02AM -0700, Paul-Olivier Dehaye wrote: > > I followed the instructions from > http://wiki.sagemath.org/combinat/Installation > and ran into a problem (see below for the dump) when installing the > patches on top of a mint 4.1.1. The folder that is looked after > does

[sage-combinat-devel] Re: problem installing sage-combinat from sage 4.1.1 on Mac OS 10.4

2009-09-02 Thread Paul-Olivier Dehaye
> > I followed the instructions from > >http://wiki.sagemath.org/combinat/Installation > > and ran into a problem (see below for the dump) when installing the > > patches on top of a mint 4.1.1. The folder that is looked after > > doesn't exist (actually, not even /Users/Shared/sage , my install >

[sage-combinat-devel] Re: problem installing sage-combinat from sage 4.1.1 on Mac OS 10.4

2009-09-02 Thread Nicolas M. Thiery
On Wed, Sep 02, 2009 at 02:21:54PM -0700, Paul-Olivier Dehaye wrote: > > > > I followed the instructions from > > >http://wiki.sagemath.org/combinat/Installation > > > and ran into a problem (see below for the dump) when installing the > > > patches on top of a mint 4.1.1. The folder that is look