Ask Your Question
3

What is the meaning of "Error running '__rvm_make -j8' error" that appears when trying to install ruby 3.0.2 on MAC?

asked 2023-06-13 14:37:56 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-13 14:53:01 +0000

qstack gravatar image

This error means that there was a problem during the installation of Ruby 3.0.2 on MAC, specifically during the make process. It is often caused by missing dependencies or configuration problems. The -j8 flag indicates that the build was using 8 threads, so it is possible that there was a problem with the system's resources. To resolve this error, you may need to identify and resolve any missing dependencies or configuration issues, check your system's resources, and try running the installation again.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-13 14:37:56 +0000

Seen: 13 times

Last updated: Jun 13 '23