-
-
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
"NotImplementedError: waitpid unsupported or native support failed to load" with 9.0.0.0 during install jruby-launcher gem #3266
Comments
Hmm, I can't reproduce here with a build from master. Can you try running this with JRUBY_OPTS="-Xnative.verbose=true" and provide the output from that? It looks like the native library we use for calling out to C did not load, and the failover library did not have the necessary support. |
So, the output of
|
Oh, I've found the problem: |
@pinya Is that a line you added? We have seen similar reports from other people. |
@headius No, I removed that line after I run
|
It seems that issue #2974 still present in final 9.0.0.0
After run
rbenv install jruby-9.0.0.0
I received:
Full log:
Additional info:
java -version
Next I tried to run
./jgem install jruby-launcher
with binaries fromhttps://s3.amazonaws.com/jruby.org/downloads/9.0.0.0/jruby-bin-9.0.0.0.tar.gz
and got same error:The text was updated successfully, but these errors were encountered: