jruby installation failing on latest macOS - no relevant logging #2403
-
The log gave no indication of what actually failed, and it looks like it is expanding the jruby package in the temp directory. I'm flummoxed. :( |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, sorry for the trouble! I suspect that this line failed: Line 873 in 076d1a2 When it fails, ruby-build would abort but the error stream is unfortunately silenced, so nothing would get printed in ruby-build output. I've opened a PR to avoid/fix this. To get to the bottom of why this fails for you, you could try cd'ing into your ruby-build temporary directory and running |
Beta Was this translation helpful? Give feedback.
-
Weirdly, I just tried again and it worked? 🤔 I'll leave this open in case someone else hits a similar issue. |
Beta Was this translation helpful? Give feedback.
-
I don't think so, but it's possible I did in passing. :) Anyway, It Just Works. Now I have to track down a zillion other JRuby issues with my huge monolith app. 🫠 Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Hi, sorry for the trouble! I suspect that this line failed:
ruby-build/bin/ruby-build
Line 873 in 076d1a2
When it fails, ruby-build would abort but the error stream is unfortunately silenced, so nothing would get printed in ruby-build output. I've opened a PR to avoid/fix this.
To get to the bottom of why this fails for you, you could try cd'ing into your ruby-build temporary directory and running
jruby-9.4.7.0/bin/jruby -e "puts JRUBY_VERSION"
there.