patching file sage/categories/category.py
Hunk #6 FAILED at 1803
1 out of 7 hunks FAILED -- saving rejects to file
sage/categories/category.py.rej
unable to find 'sage/categories/category_with_axiom.py' for patching
1 out of 1 hunks FAILED -- saving rejects to file
sage/categories/category_with_axiom.py.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh
impose_mro_for_category_classes-nt.patch
Abort
I'm rather desperate (I didn't update because I needed a stable
environment, but now it seems that the operating system was updated
:-())
<martin.ru...@math.uni-hannover.de> wrote:
> Hi there,
> I just installed sage 5.3 from source and did
> sage -combinat install
> and got
> patching file sage/categories/category.py
> Hunk #6 FAILED at 1803
> 1 out of 7 hunks FAILED -- saving rejects to file
> sage/categories/category.py.rej
> unable to find 'sage/categories/category_with_axiom.py' for patching
> 1 out of 1 hunks FAILED -- saving rejects to file
> sage/categories/category_with_axiom.py.rej
> patch failed, unable to continue (try -v)
> patch failed, rejects left in working dir
> errors during apply, please fix and refresh
> impose_mro_for_category_classes-nt.patch
> Abort
> I'm rather desperate (I didn't update because I needed a stable
> environment, but now it seems that the operating system was updated
> :-())
It's not clear what you are desperate for. The command
sage -b main
will return you to the main sage branch. This will give you a working
copy of sage without any combinat patches applied.
> I'm rather desperate (I didn't update because I needed a stable
> environment, but now it seems that the operating system was updated
> :-())
if you just want a working version old of the queue, the following might work
cd SAGE_ROOT/devel/sage-combinat
sage -hg update -r XXX
sage -hg qpop -a
sage -hg qpush -a
Here, XXX is a version of the queue that was still working on your
version of sage (if I don't make a mistake, for me XXX=7527 was
working for 5.3.rc1). Please report if this helps since others might
want to do the same if the queue is broken.
>> I'm rather desperate (I didn't update because I needed a stable
>> environment, but now it seems that the operating system was updated
>> :-())
> if you just want a working version old of the queue, the following might work
> cd SAGE_ROOT/devel/sage-combinat
> sage -hg update -r XXX
> sage -hg qpop -a
> sage -hg qpush -a
> Here, XXX is a version of the queue that was still working on your
> version of sage (if I don't make a mistake, for me XXX=7527 was
> working for 5.3.rc1). Please report if this helps since others might
> want to do the same if the queue is broken.
> if you just want a working version old of the queue, the following might work
> cd SAGE_ROOT/devel/sage-combinat
> sage -hg update -r XXX
> sage -hg qpop -a
> sage -hg qpush -a
> Here, XXX is a version of the queue that was still working on your
> version of sage (if I don't make a mistake, for me XXX=7527 was
> working for 5.3.rc1). Please report if this helps since others might
> want to do the same if the queue is broken.
> Best, Christian
Anne Schilling <a...@math.ucdavis.edu> writes:
> hg update -r 7570:f738ef433157
> works with sage-5.3. Unfortunately, nobody can push until Nicolas
> fixes his patches!