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

rvm install 2.5.3 on NixOS (Linux) #4683

Open
memberbetty opened this issue May 1, 2019 · 0 comments
Open

rvm install 2.5.3 on NixOS (Linux) #4683

memberbetty opened this issue May 1, 2019 · 0 comments

Comments

@memberbetty
Copy link

Description

rvm install 2.5.3
Warning, new version of rvm available '1.29.7', you are using older version '1.29.7-next'.
You can disable this warning with: echo rvm_autoupdate_flag=0 >> ~/.rvmrc
You can enable auto-update with: echo rvm_autoupdate_flag=2 >> ~/.rvmrc
Searching for binary rubies, this might take some time.
No binary rubies available for: unknown/libc-2.27/x86_64/ruby-2.5.3.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for unknown.
Install:

RVM was not able to detect your system type and does not know how to load extra library paths for your system (if it's needed), read:

rvm help autolibs

for details how to disable this message.

Requirements installation failed with status: 1.

Steps to reproduce

Install NixOS version 18.09.git.571b40d (Jellyfish) (any version can likely reproduce the problem).

Expected behavior

Exit status of 0 and rvm installing Ruby 2.5.3 in the way it documents.

Actual behavior

rvm install 2.5.3 results in an exit status of 1.

See output above.

Environment info

system:

  system:
    uname:        "Linux bar 4.19.34 #1-NixOS SMP Fri Apr 5 20:33:17 UTC 2019 x86_64 GNU/Linux"
    name:         "unknown"
    version:      "libc-2.27"
    architecture: "x86_64"
    bash:         "/run/current-system/sw/bin/bash => GNU bash, version 4.4.23(1)-release (x86_64-unknown-linux-gnu)"
    zsh:          "/run/current-system/sw/bin/zsh => zsh 5.6.2 (x86_64-pc-linux-gnu)"
    remote_path:  "unknown/libc-2.27/x86_64"

  rvm:
    version:      "1.29.7-next (master)"
    updated:      "2 months 27 days 22 hours 4 minutes 11 seconds ago"
    path:         "/home/fio/.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:         "/run/current-system/sw/bin/ruby"
    irb:          "/run/current-system/sw/bin/irb"
    gem:          "/run/current-system/sw/bin/gem"
    rake:         ""

  environment:
    PATH:         "/home/fio/bin:/run/wrappers/bin:/home/fio/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/etc/profiles/per-user/fio/bin:/home/fio/.gem/ruby/2.4.0/bin:/home/fio/.rvm/bin"
    GEM_HOME:     ""
    GEM_PATH:     ""
    MY_RUBY_HOME: ""
    IRBRC:        ""
    RUBYOPT:      ""
    gemset:       ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant