# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #128094] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128094 >
There are different issues with Rakudo on JVM after the merge of 'relocateable-precomp'. I compared an installation on the merge commit e8fd55bbe6 with a second installation on that commit plus 'git revert -m 1 e8fd55bbe6'. * a lot of new failing tests in S10-packages/precompilation.rakudo.jvm (some others where fudged before): 2-4, 7-21, 24-26, 28-30, 32, 38, 39 * test for RT #114354 fails (S06-other/main.t aborts), because 'sub MAIN' in t/spec/packages/HasMain.pm (line 5) is called with @*ARGS containing five elements * running stresstest takes about 10 hours after merge of branch 'relocateable-precomp' (used to be substantially faster -- maybe 3 hours -- didn't time this) * 'make install' fails with: ./perl6-j tools/build/install-core-dist.pl /home/christian/bin/rakudo.jvm/share/perl6 ===SORRY!=== Cannot call method 'prefix' on a null object in block <unit> at tools/build/install-core-dist.pl line 15 *** Error code 1 Stop