Re: problem: fail to apply the patch [continue]

2011-12-14 Thread chen . xi
Yeah, I solved the problem. As some of you have mentioned, the status file is not clean, because I occasionally did some "out-of-band" strip and confused the mq. Thanks a lot. -- Chen John Rose a écrit : > On Dec 13, 2011, at 5:24 PM, chen...@telecom-bretagne.eu wrote: > >> The Openjdk I f

Re: problem: fail to apply the patch [continue]

2011-12-13 Thread chen . xi
The Openjdk I fclone is hsx/hotspot-comp. I just followed the instruction on mlvm wiki. I tried the strip command as you said. But it did not help any more. E.g., the hotspot patch requires revision is "d8cb48376797". Its first descendant is "cec1757a0134". So I do "hg strip cec1757a0134" in orde

problem: fail to apply the patch [continue]

2011-12-12 Thread chen . xi
I review the output message. I come to know what the error has come from. In fact, when I did "make setup", some patches which had already been in the source rep was not popped at all. relative output is: - cd ../..; bash patches/make/each-patch-repo.sh \

problem: fail to apply the patch

2011-12-12 Thread chen . xi
I went to the /patches/make directory and executed the make command as follows. 1) make setup, to create symbolic link and set guard. The last output is: # report what happened: cd ../..; bash patches/make/each-patch-repo.sh 'hg qselect; hg qunapplied' + (cd sources/.; h