Build Failure on WSL: Ubuntu 22.04 on x86_64 using ruby-build 20231107 #2298
-
I have installed Environment Details
I can't seem to install any version of ruby using When I try to install with And here is the error in the log itself:
The error line itself changes each time I try to install, for instance, a 2nd run gives me the error here (rest is truncated for brevity):
And yet another time, like this:
As you can see, each time seems to fail with a different error line, and I'm at a loss as to what's going on here. When trying to install
And then it just sits there not doing anything When trying to use I've also tried locking the openssl version when installing ruby 3.2.2:
But it's still hanging every time it hits that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
I'm still unclear why the ruby
1.1.1t... so when trying a modern install with openssl 3, is that why it's failing horribly and giving segfaults and the like? I was able to get ruby 3.2.2 installed by using openssl 3.1 from homebrew and DISABLING yjit:
I'll be honest... I don't know what yjit does, and afaik we don't use rust, but I have no idea why it was hanging on that with no error. I left it for 2 hours and came back and it was still hung on that same line. This latest one seems to have worked by disabling that |
Beta Was this translation helpful? Give feedback.
I'm still unclear why the ruby
3.0.6
install was failing, but I have a working version of that in a different instance of WSL so I'm not going to worry about it... looking at that working instance, I suspect it has something to do with openssl:1.1.1t... so when trying a modern install with openssl 3, is that why it's failing horribly and giving segfaults and the like?
I was able to get ruby 3.2.2 installed by using openssl 3.1 from homebrew and DISABLING yjit: