-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Mac OS 10.14 Error running '__rvm_make -j4' #4484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, got same problem.. same error on make.log so I will not duplicate.. more information about attempts to fix:
|
@sandergroen finally fixed on my machine.. try uninstall all gcc version from brew and use the one from the system |
@Ozkee I just tried but with no luck. I still got the same errors in my log file. I updated all xcode stuff already. |
I had exactly the same problem in OSx Mojave. ( After the upgrade to Mojave ) |
@RTJ no AVAST here but still the same issue. I am using docker for now since I can't find a solution at this moment. |
Same Problem here. Anyone know how to fix this issue? |
+1 |
Finally was able to get it working. Did the following:
once that worked I did
|
Nope, that didn't work for me. Compared to similar issues, my
I guess the problem lays somewhere around here. I opened a question on Stack Overflow about this. |
I've tried all of the above suggestions and I'm still experiencing this error. Anyone have other ideas? I'm pretty much stumped at this point. |
Only other workaround I've read is, after the install fails
note: rbenv currently has a similar issue (see: rbenv/ruby-build#992) |
Thanks for that. But unfortunately, I get the same error when I run `make
install` manually.
…On Thu, Mar 7, 2019, 4:45 PM tleish ***@***.***> wrote:
Only other workaround I've read is, after the install fails
$ cd /your/ruby/build/download/dir
$ make install
$ rvm repair all
note: rbenv currently has a similar issue (see: rbenv/ruby-build#992
<rbenv/ruby-build#992>)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4484 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAB8vKLYgKu56g5prAzlocMESOndGfZ7ks5vUYh-gaJpZM4X9TDl>
.
|
I had the same problem and was able to finally solve it (I was trying to install using rbenv but also rvm was failing for me with the same error). Basically my problem was with MacPorts, I had to upgrade macports (by reinstalling it) and then port selfupdate, port upgrade outdated and found the issue when this failed for gcc, then I've run port uninstall obsolete, once I did that, rbenv worked like a charm |
Same problem when installing
I followed the Ruby on Rails installation guide and installed ruby
I'm using the latest rvm version:
Trying t apply the solution described id #4307 didn't solve the problem. |
Similar problem for me and found the answer on this thread: [https://github.com//issues/4271] It was basically an openSSL issue (for me). Just to summarize the solution:
|
@mmcc8394 I checked the
Should I reinstall it ? Should I also symlink it (I'm using Om My Zsh terminal) ? |
It worked for me 👍
when I just copy-pasted it in the Terminal, they were dropped:
|
Everything mentioned here does not work for me. I reinstalled the commandline tools and tried to install a ruby version with --with-openssl-dir=brew --prefix openssl. I also uninstalled and installed homebrew. But none of it worked. Could it be that I have some linker issue? |
While the fix I mentioned above helped me get Ruby installed, I ended up having errors from other gems when I tried to install them. I can't remember exactly what I did (sorry about that), but I know that the final solution was to force Brew to redo my OpenSSL links:
That updated a bunch of symlinks and ultimately fixed my compilation problems. |
In my case it was an old installation of MacPorts which I didn't updated after upgrading MacOS to Mojave. After removing all old MacPorts Packages und installing RVM again, it worked. Fully described here in this issue on stackoverflow. |
I finally succeeded installing a Ruby I had to remove /opt/local/bin/libtool. I stumbled across a similar error when I was trying to compile some c code. |
I remove the executable /opt/local/bin/libtool and install ruby with this rvm install ruby-2.6.3 --with-openssl-dir='/opt/local' |
I've tried I've uninstalled and reinstalled rvm. I've uninstalled and reinstalled openssl with homebrew. I've run I don't have MacPorts installed so there are no conflicts from the I've also re-installed my Xcode command line tools as outlined above. And I've tried I still can't get
to work on my machine (MacOS Mojave 10.14.5, Darwin 18.6.0). Here's my error log:
|
thanks,wo just run ' rvm repair all',it worked for me |
I have the same problem as @stefano-babylon please help me. |
Sep 2019 had the same issue, running: I didn't have luck with the Instead, I had to run: |
This exact approach worked for me. Thanks a bunch! |
Besides the openssl issue, you might encounter the following one as well: If you have multiple versions of Xcode installed on your Mac, you might have
so you need to do:
and you'll get:
|
it works for me. great thanks! |
May be this help ...
But I'm still not sure why it worked with brew portable-openssl vs the 1.0.2t openssl against which I was compiling the ruby manually. |
@rcoproc you save my life, Thank you! |
now it works , thanks !!! |
My error seemed the same but wasn't, I used |
For me this works: reinstall xcode, then |
For Mac Big Sur (it took 5 developers and hours and hours to figure out the solution)?
|
Appreciate the assist! This is the only thing that worked for us for 2.6.7 |
Hi, I have this error, right now have iOS Monterrey
|
@philip13 if you don't have |
Yep, thanks. Reference |
this path does not exist on macOS Monterey:
|
Just adding here |
In case this helps anyone, I was trying to install $ rvm pkg install openssl
$ rvm install ruby-3.1.2 --with-openssl-dir=$HOME/.rvm/usr My guess is that this openssl version (v1) was needed instead of v3 which I believe homebrew installed. |
Pls note that you should modify the |
Description
I'm trying to install ruby (any version) via rvm but getting this error: Error running '__rvm_make -j4.
Steps to reproduce
I installed the master version of rvm. Then I do a rvm install ruby-2.5.3.
Expected behavior
An installed ruby.
Actual behavior
Error running '__rvm_make -j4.
Environment info
system:
system:
uname: "Darwin MacBook-Pro-van-Sander.local 18.0.0 Darwin Kernel Version 18.0.0: Wed Aug 22 20:13:40 PDT 2018; root:xnu-4903.201.2~1/RELEASE_X86_64 x86_64"
name: "OSX"
version: "10.14"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)"
zsh: "/bin/zsh => zsh 5.3 (x86_64-apple-darwin18.0)"
remote_path: "osx/10.14/x86_64"
rvm:
version: "1.29.4 (master)"
updated: "1 day 13 hours 11 minutes 2 seconds ago"
path: "/Users/sgroen/.rvm"
autolibs: "[4] Allow RVM to use package manager if found, install missing dependencies, install package manager (only OS X)."
homes:
gem: "not set"
ruby: "not set"
binaries:
ruby: "/usr/bin/ruby"
irb: "/usr/bin/irb"
gem: "/usr/bin/gem"
rake: "/usr/bin/rake"
environment:
PATH: "/Users/sgroen/.cargo/bin:/opt/local/bin:/opt/local/sbin:/anaconda3/bin:/usr/local/graphviz/bin:/Users/sgroen/Library/Haskell/bin:/Users/sgroen/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/share/dotnet:/opt/X11/bin:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/sgroen/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""
The text was updated successfully, but these errors were encountered: