-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Jruby+Graal installation brings gem installation error #2898
Comments
Sorry - gems aren't going to work for a while. Neither is OpenSSL. Basically you are at least 6 months away from being able to gem install anything and expect it to work. |
6 month is very short for me to wait for such awesomeness, its ok! |
Same here 😄 Thanks @chrisseaton 👍 |
I'm seeing this in the JRuby+Truffle builds when Truffle isn't being activated. It suggests there might be a general packaging problem. |
It looks like the bundled graal is lacking whatever files jruby-openssl needs to boot. |
issue still present |
@masterkain What version of Graal are you using? GraalVM should have the necessary certificates now. However, gem installation still isn't going to work. |
issue still present, installed on osx via rvm
|
@dux yes we still haven't implemented support for gems. |
Parks-MacBook-Air:alice Lud$ rvm use jruby-dev-graal
Using /Users/Lud/.rvm/gems/jruby-dev-graal
Parks-MacBook-Air:alice Lud$ gem install sequel
ERROR: Loading command: install (OpenSSL::X509::StoreError)
setting default path failed: the trustAnchors parameter must be non-empty
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
after https://github.com/jruby/jruby/wiki/Truffle#rvm installation method, gem installation isn't successful where 'gem install' in ruby-2.2.2 and jruby-1.7.19 are working fine
The text was updated successfully, but these errors were encountered: