Skip to content
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

Closed
ponga1 opened this issue Apr 30, 2015 · 9 comments
Closed

Jruby+Graal installation brings gem installation error #2898

ponga1 opened this issue Apr 30, 2015 · 9 comments
Milestone

Comments

@ponga1
Copy link

ponga1 commented Apr 30, 2015

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

@ponga1 ponga1 changed the title rvm Jruby+Graal installation brings gem installation error Jruby+Graal installation brings gem installation error Apr 30, 2015
@chrisseaton chrisseaton added this to the Won't Fix milestone Apr 30, 2015
@chrisseaton
Copy link
Contributor

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.

@ponga1
Copy link
Author

ponga1 commented Apr 30, 2015

6 month is very short for me to wait for such awesomeness, its ok!
sorry distracting you

@sdogruyol
Copy link

Same here 😄 Thanks @chrisseaton 👍

@nirvdrum
Copy link
Contributor

I'm seeing this in the JRuby+Truffle builds when Truffle isn't being activated. It suggests there might be a general packaging problem.

@nirvdrum
Copy link
Contributor

It looks like the bundled graal is lacking whatever files jruby-openssl needs to boot.

@masterkain
Copy link

issue still present

@nirvdrum
Copy link
Contributor

nirvdrum commented Feb 5, 2016

@masterkain What version of Graal are you using? GraalVM should have the necessary certificates now. However, gem installation still isn't going to work.

@dux
Copy link

dux commented Jul 26, 2016

issue still present, installed on osx via rvm

jruby 9.0.5.0-SNAPSHOT (2.2.3) 2015-12-22 36276d3 OpenJDK 64-Bit Server VM 25.40-b25-internal-graal-0.7 on 1.8.0-internal-b128 +jit [darwin-x86_64]

@chrisseaton
Copy link
Contributor

@dux yes we still haven't implemented support for gems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants