Re: [rvm-research] Building errors

Erik Brangs <[email protected]> Mon, 28 Nov 2016 08:40:39 +0100
Newsgroups gmane.comp.java.jikes.rvm.devel
Message-ID <[email protected]>
Hi,

On 27.11.2016 23:20, Kenan Liu wrote:
> I have worked on JikesRVM-3.1.3 for research for a while. Today I tried rebuild a clean version of JikesRVM-3.1.3 for some tests. However, with the configurations I used, it reports errors like this:
> [...]
> My build configurations are as follows:
> ant -Dconfig.bootimage.compiler=opt -Dconfig.assertions=none -Dconfig.name=FullAdaptiveMarkSweep -Dconfig.runtime.compiler=base
> 
> I tried the same configurations on JikesRVM-3.1.4, it reports errors: [...]

The errors occur because the URLs for the components changed. If you can use 3.1.4, it should be sufficient to patch the URLs for hamcrest and mockito. You can find a patch at https://xtenlang.atlassian.net/browse/RVM-1152 .

If you want to use 3.1.3, you will need to backport the following commits from the main git repository:
- f968cbfb14a8bd1672d4d52ca3e445e237ce56f8
- e91691b1b8ca1466d6272f02de75888acbed0335
- 947fb942499dd51d23325c200f8a735d2b013d7c (the patch from RVM-1152)

I don't have a current set of backported patches for 3.1.3, so it's possible that you need more commits.


Kind regards,

Erik Brangs

------------------------------------------------------------------------------