Skip to content
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

Cannot install newer Ruby - Error running '__rvm_make install', #4292

Open
moonshark opened this issue Jan 26, 2018 · 2 comments
Open

Cannot install newer Ruby - Error running '__rvm_make install', #4292

moonshark opened this issue Jan 26, 2018 · 2 comments

Comments

@moonshark
Copy link

moonshark commented Jan 26, 2018

Description

I have just got a new Macbook Pro and trying to get it so it uses the same setup as my home one and the one before, which both use a newer Ruby

Steps to reproduce

  1. rvm get master
  2. ruby -v and shows
  3. rvm install ruby-2.4.3

Expected behavior

To show a fresh 2.4.3 ruby when doing ruby -v

Actual behavior

It errors with

ruby-2.4.3 - #removing src/ruby-2.4.3..
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.13/x86_64/ruby-2.4.3.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Certificates bundle '/usr/local/etc/openssl@1.1/cert.pem' is already up to date.
Requirements installation successful.
Installing Ruby from source to: /Users/dutts/.rvm/rubies/ruby-2.4.3, this may take a while depending on your cpu(s)...
ruby-2.4.3 - #downloading ruby-2.4.3, this may take a while depending on your connection...
ruby-2.4.3 - #extracting ruby-2.4.3 to /Users/dutts/.rvm/src/ruby-2.4.3....
ruby-2.4.3 - #configuring..................................................................
ruby-2.4.3 - #post-configuration.
ruby-2.4.3 - #compiling..............................................................
ruby-2.4.3 - #installing......
Error running '__rvm_make install',
please read /Users/dutts/.rvm/log/1516981206_ruby-2.4.3/install.log
There has been an error while running make install. Halting the installation.

Environment info

  system:
    uname:        "Darwin 192.168.1.106 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64"
    name:         "OSX"
    version:      "10.13"
    architecture: "x86_64"
    bash:         "/bin/bash => GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)"
    zsh:          "/bin/zsh => zsh 5.3 (x86_64-apple-darwin17.0)"
    remote_path:  "osx/10.13/x86_64"

  rvm:
    version:      "1.29.3 (master)"
    updated:      "4 minutes 45 seconds ago"
    path:         "/Users/dutts/.rvm"
    autolibs:     "[enable] 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:         "/usr/local/var/rbenv/shims:/usr/local/Cellar/ruby/2.4.1_1/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/dutts/.rvm/bin"
    GEM_HOME:     ""
    GEM_PATH:     ""
    MY_RUBY_HOME: ""
    IRBRC:        ""
    RUBYOPT:      ""
    gemset:       ""
@mpapis
Copy link
Member

mpapis commented Jan 28, 2018

please gist content of the log file /Users/dutts/.rvm/log/1516981206_ruby-2.4.3/install.log

@Himanshu3891
Copy link

Himanshu3891 commented Feb 26, 2018

I am getting same error. Here is my make.log error gist - https://gist.github.com/Himanshu3891/6055df91a30492023c8fbf43abd74d24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants