rvm/rvm

Error running '__rvm_make -j4' - Ruby 2.5.0 on macOS 10.13.2

Aberta

#4.271 aberto em 28 de dez. de 2017

 (28 comentários) (0 reação) (0 responsável)Shell (976 forks)batch import
good first issueplatform: macos

Métricas do repositório

Stars
 (4.405 estrelas)
Métricas de merge de PR
 (Mesclagem média 1d 5h) (3 fundiu PRs em 30d)

Description

Description

•100% [I] ➜ rvm install ruby
ruby-2.5.0 - #removing src/ruby-2.5.0 - please wait
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.13/x86_64/ruby-2.5.0.
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/jpowell/.rvm/rubies/ruby-2.5.0, this may take a while depending on your cpu(s)...
ruby-2.5.0 - #downloading ruby-2.5.0, this may take a while depending on your connection...
ruby-2.5.0 - #extracting ruby-2.5.0 to /Users/jpowell/.rvm/src/ruby-2.5.0 - please wait
ruby-2.5.0 - #configuring - please wait
ruby-2.5.0 - #post-configuration - please wait
ruby-2.5.0 - #compiling - please wait
Error running '__rvm_make -j4',
please read /Users/jpowell/.rvm/log/1514462015_ruby-2.5.0/make.log
There has been an error while running make. Halting the installation.

Steps to reproduce

  1. Open xcode to make sure installed
  2. rvm get master && rvm known list
  3. xcode-select -p
  4. xcode-select --install
  5. softwareupdate -l -a
  6. rvm info
  7. rvm install ruby

Expected behavior

I expect to see a clean install of ruby-2.5.0

Actual behavior

As noted above

Error running '__rvm_make -j4'

Debug mode:

Environment info

•100% [I] ➜ rvm info

ruby-2.4.2:

  system:
    uname:        "Darwin Joshuas-MacBook-Pro-2.local 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov  9 18:09:22 PST 2017; root:xnu-4570.31.3~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:          "/usr/local/bin/zsh => zsh 5.4.2 (x86_64-apple-darwin16.7.0)"
    remote_path:  "osx/10.13/x86_64"

  rvm:
    version:      "1.29.3 (master)"
    updated:      "2 minutes 55 seconds ago"
    path:         "/Users/jpowell/.rvm"
    autolibs:     "[4] Allow RVM to use package manager if found, install missing dependencies, install package manager (only OS X)."

  ruby:
    interpreter:  "ruby"
    version:      "2.4.2p198"
    date:         "2017-09-14"
    platform:     "x86_64-darwin16"
    patchlevel:   "2017-09-14 revision 59899"
    full_version: "ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]"

  homes:
    gem:          "/Users/jpowell/.rvm/gems/ruby-2.4.2"
    ruby:         "/Users/jpowell/.rvm/rubies/ruby-2.4.2"

  binaries:
    ruby:         "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby"
    irb:          "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/irb"
    gem:          "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/gem"
    rake:         "/Users/jpowell/.rvm/gems/ruby-2.4.2/bin/rake"

  environment:
    PATH:         "/Users/jpowell/.rvm/gems/ruby-2.4.2/bin:/Users/jpowell/.rvm/gems/ruby-2.4.2@global/bin:/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/Users/jpowell/.nvm/versions/node/v7.2.1/bin:/usr/local/Cellar/zplug/2.4.1/bin:/usr/local/opt/zplug/bin:/Users/jpowell/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/MacGPG2/bin:/usr/local/m-cli:.git/safe/../../bin:/Users/jpowell/.bin:/usr/local/sbin:/Users/jpowell/.rvm/bin"
    GEM_HOME:     "/Users/jpowell/.rvm/gems/ruby-2.4.2"
    GEM_PATH:     "/Users/jpowell/.rvm/gems/ruby-2.4.2:/Users/jpowell/.rvm/gems/ruby-2.4.2@global"
    MY_RUBY_HOME: "/Users/jpowell/.rvm/rubies/ruby-2.4.2"
    IRBRC:        "/Users/jpowell/.rvm/rubies/ruby-2.4.2/.irbrc"
    RUBYOPT:      ""
    gemset:       ""

Guia do colaborador