On Dec 12, 2011, at 6:17 PM, chen...@telecom-bretagne.eu wrote:

> 
> 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....)

What OpenJDK forest did you clone?  If qpop doesn't work you can strip the 
changesets you don't want.

-- Chris

> _______________________________________________
> mlvm-dev mailing list
> mlvm-dev@openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to