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 \ "hg qpop -a; hg qselect buildable testable" \ "$(uname -s | sed -n 's/Darwin/bsd-port/p')" \ "\$(bash `pwd`/patches/make/current-release.sh)" + (cd sources/.; hg qpop -a; hg qselect buildable testable $(bash /home/xc1427/continuation_research/davinci.v1/patches/make/current-release.sh)) no patches applied + (cd sources/hotspot; hg qpop -a; hg qselect buildable testable $(bash /home/xc1427/continuation_research/davinci.v1/patches/make/current-release.sh)) abort: trying to pop unknown node daf841a4cc84 + (cd sources/jdk; hg qpop -a; hg qselect buildable testable $(bash /home/xc1427/continuation_research/davinci.v1/patches/make/current-release.sh)) abort: trying to pop unknown node f2029fe990b5 + (cd sources/langtools; hg qpop -a; hg qselect buildable testable $(bash /home/xc1427/continuation_research/davinci.v1/patches/make/current-release.sh)) abort: trying to pop unknown node 0001c23b2b4b --------------------------------- Therefore, at the point that I updated the source revision to conform to patches, CHANGES WAS MADE BEFORE ALL THE PATCHES HAS BEEN POPPED. So I got the error. I think the causality is clear. Can anybody tell me how to pop all the patches ? (obviously qpop -a cannot do this....)
_______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev