Hi Andreas, Yes, that's exactly the same problem I ran into. Your patch is much more comprehensive than mine. I downloaded a few dependencies by hand during the build, but couldn't remember which ones they were. Thanks a lot for the patch!
By the way, have you run tests on Jikes RVM with Harmony? The last time I built MRP on Ubuntu, which was sometime in May, it couldn't even run HelloWorld, but threw some error message like this during VM startup: *JikesRVM: unexpected hardware trap outside of RVM address space* Something was obviously wrong with zlib, as the VM seem to have crashed in zlib's inflate_table(). But Jikes RVM/MRP doesn't use zlib directly, do they? So it seem rather like a problem in the class library instead. Haven't investigated into the problem yet, just want to know if anyone had the same problem before. Sincerely, Kris Mok On Thu, Nov 11, 2010 at 1:25 AM, Andreas Sewe < s...@st.informatik.tu-darmstadt.de> wrote: > Hi Krystal, > > FWIW, I encountered the same problem with Jikes RVM (of which MRP is a > fork) a few days ago, filed a bug, and submitted the following patch: < > http://jira.codehaus.org/browse/RVM-908>. So you are not alone in this. > :-( > > Best wishes, > > Andreas > >