Failed to install ruby 3.0.3 on Intel #1935
Replies: 2 comments 6 replies
-
Both the terminal output and the log that you've shared look incomplete. The terminal output says "Last 10 log lines", but what follows is not 10 lines. The full log that you've shared does not contain anything that looks like a compile error and does not even include the lines mentioned in "Last 10 log lines". Consider using gist.github.com to share full logs instead of doing it inline, since logs can be huge. |
Beta Was this translation helpful? Give feedback.
-
Sure @mislav - updated description and added full logs (+ screenshots). The second log didn't fit the gist however (130MB file), so I compressed it and shared via link. Not sure if it's a proper way to share logs in such cases, though. |
Beta Was this translation helpful? Give feedback.
-
Cannot install Ruby 3.0.3 on MacOS Monterey (same issue happened on Big Sur). rbenv 1.2.0, ruby-build 20220125.
Output
Log
https://gist.github.com/maximbond/359df1bce1b9aaceed43ec203c32fb1e
Why I added flags to rbenv install command
I added these flags because otherwise it pre-installs openssl-1.1.1l and it changes openssl to
After that I had to do this in order to get OpenSSL version back:
Output 2
This is the output when I try to install Ruby w/o flags:
Log 2
It's huge! Almost 2m lines, gist didn't let me do that. I've compressed it and shared here: https://drive.google.com/file/d/15dZf2IM2HpUluMwdxtawYBNJXHTgTZCN/view?usp=sharing
Beta Was this translation helpful? Give feedback.
All reactions