rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

cpan for centos 7 #17

Closed interlab closed 5 years ago

interlab commented 5 years ago

perl Configure.pl --backend=moar --gen-moar

... /usr/bin/perl tools/build/gen-version.pl /home/inter/rakudo/install /home/inter/rakudo/install/share/nqp/lib > gen/moar/stage1/nqp-config.nqp Can't locate Digest/SHA.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at tools/build/gen-version.pl line 9. BEGIN failed--compilation aborted at tools/build/gen-version.pl line 9. make: *** [gen/moar/stage1/nqp.moarvm] Ошибка 2 Command failed (status 512): make Command failed (status 512): /usr/bin/perl Configure.pl --prefix=/home/inter/rakudo/install --backends=moar --make-install

OS: CentOS Linux 7

zoffixznet commented 5 years ago

Thanks.

Someone said the problem is also fixed by installing perl-core package. I'm not familiar with centos, but I'm guessing that installs fewer modules? Perhaps that's more desireable than perl-CPAN?

interlab commented 5 years ago

I do not know. I was playing in the virtualbox, I also do not know much about centos.

zoffixznet commented 5 years ago

👍 Thanks.

Looking at perl-CPAN prereqs and perl-core prereqs, looks like perl-Digest-SHA is available as a separate package installed by both of those perl-* packages, so I just changed the instructions to install perl-Digest-SHA itself.