# New Ticket Created by Leandro Hermida
# Please include the string: [perl #127058]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=127058 >
When building latest Rakudo on JVM using command "rakudobrew build jvm" I get
the following error when it runs install-core-dist.pl:
./perl6-j tools/build/install-core-dist.pl
/h1/hermidalc/soft/rakudobrew/jvm-nom/install/share/nqp
===SORRY!===
Missing serialize function for REPR ContextRef
===SORRY!===
Missing serialize function for REPR ContextRef
4D5592FC2F0E9FA02CF0D594B1450B6E3674DF64
/h1/hermidalc/soft/rakudobrew/jvm-nom/install/share/nqp/sources/4D5592FC2F0E9FA02CF0D594B1450B6E3674DF64
Return status 256
in block <unit> at tools/build/install-core-dist.pl line 13
Actually thrown at:
in block <unit> at tools/build/install-core-dist.pl line 13
make: *** [j-install] Error 1
Command failed (status 512): make install
Failed running /h1/hermidalc/soft/perl5/perls/perl-5.16.3-centos6.7/bin/perl
Configure.pl --backends=jvm --gen-nqp
--git-reference=/h1/hermidalc/soft/rakudobrew/bin/../git_reference
--make-install at /h1/hermidalc/soft/rakudobrew/bin/rakudobrew line 58.
main::run('/h1/hermidalc/soft/perl5/perls/perl-5.16.3-centos6.7/bin/perl C...')
called at /h1/hermidalc/soft/rakudobrew/bin/rakudobrew line 378
main::build_impl('jvm', undef, '') called at
/h1/hermidalc/soft/rakudobrew/bin/rakudobrew line 114
-----------------
$ java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)