-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpanm -v RPerl installation #85
Comments
Did you installed it as per https://github.com/wbraswell/rperl/blob/master/INSTALL ? |
Hello @mpapec Thank you for your interest in RPerl! :-) Please do follow the RPerl installer, as described by @kberov in the previous comment. You will see that libgmp-dev and several other pieces of software must be installed:
https://github.com/wbraswell/rperl/blob/master/script/rperl_installer.sh#L427 |
Thank you both, I've switched to installer script and followed instructions. I hope this should be easy to reproduce using docker (I've also switched to older debian as newer one comes with v3.x astyle and your module doesn't like that https://metacpan.org/source/WBRASWELL/Alien-astyle-0.009000/t/03_binary_version.t#L37) Respect for rperl documentation and effort to make critical perl code run faster!
relevant output:
|
@mpapec For now you may be able to use CPAN to force the installation of Alien::PCRE2 and/or Alien::JPCRE2, then try to see if RPerl has less failures. Otherwise you can also have CPAN force the installation of RPerl, and simply don't use regex support for now until we can take care of these issues. |
Ok, I've only had to force RPerl module, but it looks like it's struggling with simple perl program.
|
@mpapec I will attempt to debug the JPCRE2 problem as soon as I can, and then hopefully this issue will clear up automatically. Again, I'm sorry for any inconvenience and we will fix this in the very near future. |
Ok, tnx; I'll try to revert to older version of rperl. regards |
@mpapec |
I've tried to install rperl in docker using debian:test image (should not play any role I guess) and fair number of gmp_* tests failed. Is there some obvious way how to fix it?
perl (v5.26.0) built for x86_64-linux-gnu-thread-multi
gcc version 7.2.0 (Debian 7.2.0-4)
The text was updated successfully, but these errors were encountered: