For the time being Linux PPC64 regression tests of Jikes RVM CVS head will be started manually. I plan on doing this at least once a week.
The need for this arises from the fact that for some reason the host IBM Java SDK crashes during the build process if regression tests start as a cron job:
jbuild.linkImage: Exiting unexpectedly with status 2.
jbuild.linkImage: Cleaning up...
jbuild.linkImage: ...cleaned up.
69 s
jbuild: Trouble while running "./jbuild.linkImage -demographics"
(exit status 2); aborting execution
I’ve tried changing environmental variables of the cron job so they look exactly like those of a regular account, but it didn’t help.
The problem may have something to do with the 64-bit version of PPC Linux we have. It is one of the first pre-releases of 64-bit Yellow Dog Linux, which has a bunch of custom workarounds and kludges, including a custom-patched kernel 2.6.1
The long term solution I’d like to try is installing the latest Fedora Core 4, which does have 64-bit PPC kernel, and running the regression tests on top of that.