On Sun Aug 09 00:27:54 2015, christian.aperg...@lidil.univ-mrs.fr wrote: > I am trying to install Rakudo on my mac, and get plenty of strange messages. > > After downloading and uncompressing the file, as shown on the site i use : > > perl Configure.pl --backend=moar --gen-moar > > After the message : > > Configuration SUCCESS. > > Each compilation generates the message : > > clang: warning: argument unused during compilation: > '-fno-optimize-sibling-calls' > > and at the end, the folowing final result : > > linking 3rdparty/libuv/libuv.a > linking libmoar.dylib > linking moar > perl build/mk-moar-pc.pl pkgconfig/moar.pc > Can't locate autodie.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.10.0/darwin-2level /usr/local/lib/perl5/5.10.0 > /usr/local/lib/perl5/site_perl/5.10.0/darwin-2level > /usr/local/lib/perl5/site_perl/5.10.0 .) at build/mk-moar-pc.pl line 11. > BEGIN failed--compilation aborted at build/mk-moar-pc.pl line 11. > make: *** [pkgconfig/moar.pc] Error 2 > Building NQP ... > perl Configure.pl > --prefix=/Users/chris/Desktop/rakudo-star-2015.07/install > --backends=moar --make-install > Can't exec > "/Users/chris/Desktop/rakudo-star-2015.07/install/bin/moar": No such > file or directory at tools/lib/NQP/Configure.pm line 446. > > ===SORRY!=== > No suitable MoarVM (moar executable) found using the --prefix > (You can get a MoarVM built automatically with --gen-moar.) > > Command failed (status 512): perl Configure.pl > --prefix=/Users/chris/Desktop/rakudo-star-2015.07/install > --backends=moar --make-install > > Can you help me ? > > Regards. >
If we're using autodie in the perl5 Configure script, that's an implicit dependency on 5.10.1 ; the declared dep is on 5.10.0, however. I'll update the scripts to make it explicit, but in the meantime, please try the build with a newer version of Perl 5. Regards. -- Will "Coke" Coleda