Cannot install Ruby versions 2.6 using asdf #2338
Replies: 1 comment
-
Hi, this looks odd:
It's as if the log is incomplete and the lines have been cut off. Also, from what you've pasted I cannot see any visible error message. Note that Ruby 2.6.0 is very old, has reached End of Life a long time ago, and may not compile on older systems. If you absolutely need to use Ruby 2.6 for your project then you could consider upgrading to at least Ruby 2.6.10, which may solve your problems. This could work for you on a Mac: CFLAGS="-DUSE_FFI_CLOSURE_ALLOC" asdf install ruby 2.6.10 If you still experience failures, make sure you share the entire build log on here, preferably by first saving the build log to a file instead of trying to copy-paste it from your terminal, which is often problematic. You can redirect the output of any command to a file like so: asdf install ruby 2.6.10 &> build.log Then you can drag-drop the file into a conversation on GitHub. |
Beta Was this translation helpful? Give feedback.
-
This is the log output:
Beta Was this translation helpful? Give feedback.
All reactions