>On Wed, 2009-11-25 at 11:47 -0500, Stephen Bannasch wrote: > > It seems like the current state of my repo is blocking needed updates. > >Right. I normally pop all patches manually: > >$ cd hotspot >$ hg qpop -a >... > > > > > What are the mq patches? > >The mercurial queues (hotspot, jdk, langtools) contain all mlvm patches >required. > > > What's the best way to bring my local hg repos back to a state where > > hg fpull -u will pull in and apply the patches I need? > >See above. > >-- Christian
Thanks for that tip Christian, I got much further in the process. Here's my updated script I am using to build: http://gist.github.com/243072 The build stopped in this section: <<<Finished Recursively making jvm all @ Wed Nov 25 14:22:49 EST 2009. >>>Recursively making redist all @ Wed Nov 25 14:22:49 EST 2009 ... Here's the console output bracketing the error: /bin/mv /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib/classlist.temp /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib/classlist if [ "" = "" ] ; then /bin/mkdir -p /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib ; ( cd /NOT-SET/re/jdk/1.7.0/promoted/latest/binaries/bsd-i586 && /bin/cp lib/orb.idl lib/ir.idl /Users/stephen/dev/java/src/bsd-port/build/bsd-i586/lib ) ; fi /bin/sh: line 0: cd: /NOT-SET/re/jdk/1.7.0/promoted/latest/binaries/bsd-i586: No such file or directory make[4]: *** [/Users/stephen/dev/java/src/bsd-port/build/bsd-i586/tmp/java/components_imported] Error 1 make[3]: *** [all] Error 1 make[2]: *** [all] Error 1 make[1]: *** [jdk-build] Error 2 make: *** [build_product_image] Error 2 _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
