-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
1.9.3 Error running '__rvm_make -j4' #4200
Comments
I'm running into a very similar problem trying to install any ruby version on High Sierra. |
@levinunnink did you installed xcode command line tools with |
yes, still getting the same error |
I'm seeing the same error, namely:
For me, however, this is occurring in yet another set of cases, which are apparently inconsistent with the previous reports. I'm hitting it when building Ruby 1.9.3-p551 on macOS 10.13 with recent versions of GCC:
Building Ruby 1.9.3-p551 with GCC 4.9.4 (Homebrew gcc@4.9 4.9.4), via
(3 occurrences of this pair of errors, corresponding to These are suspiciously similar to an old GCC issue. If I understand correctly, this was caused by Apple reinterpreting the short-circuiting behavior of On the other hand, I can successfully build Ruby 1.9.3-p551 with Clang 900.0.38 (Apple LLVM 9.0.0, Xcode 9.0.1) via
Given that this appears to be the only way to build Ruby 1.9.3 on my system, it would be very helpful to know what sorts of errors I might expect. Unfortunately, I haven't figured out an effective way to search for this. The closest I've come is this vague reference from 5 years ago. All other MRI versions build successfully, apparently using
Note: I updated RVM via |
@pkuczynski Yeah, for me the fix was to do a complete reinstall of macOS. I had configured a new system using the Migration Assistant and nothing I did would get ruby to find the headers it needed to compile. A clean reinstall of the system fixed the problem. No idea what the actual cause was. |
Running into the same problem and fixed it with @nisadavid post. Running on RVM 1.29.3 and installed ruby-1.9.3-p484 |
Ran into this exact same issue. |
@nisavid The spooky warning at the end probably relates to the warning at the start: |
The best course of action will be to start supporting clang( |
eirvelden's solution worked for me, too: rvm install ruby-1.9.3-p551 --with-gcc=gcc |
Not sure if its the same problem. I am on OSX 10.13. Trying to install ruby-2.3.4 but I'm getting Here is my make.log |
+1 for @eirvandelden; The I'm on a brand new iMac, running OSX10.13.3. Oddly there's no sign of an obvious error in the make.log - it just suddenly fails:
|
Same issue. Trying to install ruby version 1.9.3-p194 on OSX 10.13.3. Getting error rvm_make -j4 |
seriously is there any solution to this __rvm_make -j8 compile errors ive tried installing many rubies but no ruby gets installed something to do with gcc |
it seem like mac header file error do to fix that
|
Description
I cannot install an old ruby version, 1.9.3-p194, on macOS High Sierra.
Steps to reproduce
rvm install 1.9.3-p194
Actual behavior
rvm install 1.9.3-p194
config.log
The text was updated successfully, but these errors were encountered: