Ah, the -v has to go before the update command; sorry. Here's the (hopefully relevant) excerpt from the verbose update command...
<pre> patch queue now empty Pulling the new version of the patches from the patch server (cd .hg/patches ; /mnt/data/sage-4.6.2/sage -hg --config 'extensions.hgext.mq=' pull -u http://combinat.sagemath.org/patches/) pulling from http://combinat.sagemath.org/patches/ searching for changes no changes found Current non version guards: Updated non version guards: Updating guards /mnt/data/sage-4.6.2/sage -hg --config 'extensions.hgext.mq=' qselect -q -n /mnt/data/sage-4.6.2/sage -hg --config 'extensions.hgext.mq=' qselect no active guards Warning: the former top patch 70 A trac_10998-categories-posets- nt.patch does not exist anymore Applying all patches /mnt/data/sage-4.6.2/sage -hg --config 'extensions.hgext.mq=' qpush - a </pre> On May 11, 3:02 am, "Nicolas M. Thiery" <[email protected]> wrote: > On Wed, May 11, 2011 at 11:49:11AM +0200, Viviane Pons wrote: > > I seem to have similar issues : > > > I am still with sage-4.6.2, I did a hg pull and hg update and then > > tried to pop and push all the patches and here's what I get : > > > applying trac_10998-categories-posets-nt.patch > > unable to find 'sage/categories/facade_sets.py' for patching > > 2 out of 2 hunks FAILED -- saving rejects to file > > sage/categories/facade_sets.py.rej > > patch failed, unable to continue (try -v) > > patch failed, rejects left in working dir > > errors during apply, please fix and refresh > > trac_10998-categories-posets-nt.patch > > > The above qselect fixed it but it should have worked without this fix, > > the problem came from the update itself. > > "The above qselect": was this `sage -combinat qselect`, or a manual > `hg select ...` as Tom had to do? > > As stated in the documentation: if you use hg pull and hg push > directly to update instead of using the sage-combinat script, you are > responsible for running `sage -combinat qselect` yourself. > > Cheers, > Nicolas > -- > Nicolas M. Thi ry "Isil" <[email protected]>http://Nicolas.Thiery.name/ -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
