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

SUSE 15 not detected #5131

Closed
msurato opened this issue Sep 29, 2021 · 0 comments · Fixed by #5132
Closed

SUSE 15 not detected #5131

msurato opened this issue Sep 29, 2021 · 0 comments · Fixed by #5132
Labels
Milestone

Comments

@msurato
Copy link
Contributor

msurato commented Sep 29, 2021

Description

With newer releases of SUSE (15.2 and 15.3) RVM does not properly detect the OS.

Steps to reproduce

  1. Install RVM on SLES 15.2
  2. Run rvm info

Expected behavior

jenkins-slave@SPMASV-JBTCA02:/home/dd866426> rvm info

system:

system:
uname: "Linux SPMASV-JBTCA03 5.3.18-24.83-default #1 SMP Mon Sep 13 11:27:32 UTC 2021 (1a14af9) x86_64 x86_64 x86_64 GNU/Linux"
name: "SuSE"
version: "15.2"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 4.4.23(1)-release (x86_64-suse-linux-gnu)"
zsh: "/usr/bin/zsh => zsh 5.6 (x86_64-suse-linux-gnu)"
remote_path: "unknown/libc-2.26/x86_64"

rvm:
version: "1.29.12 (latest)"
updated: "26 seconds ago"
path: "/home/user/.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: "/home/user/bin:/usr/local/bin:/usr/bin:/bin:/home/user/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""

Actual behavior

user@localhost:~> rvm info

system:

system:
uname: "Linux SPMASV-JBTCA03 5.3.18-24.83-default #1 SMP Mon Sep 13 11:27:32 UTC 2021 (1a14af9) x86_64 x86_64 x86_64 GNU/Linux"
name: "unknown"
version: "libc-2.26"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 4.4.23(1)-release (x86_64-suse-linux-gnu)"
zsh: "/usr/bin/zsh => zsh 5.6 (x86_64-suse-linux-gnu)"
remote_path: "unknown/libc-2.26/x86_64"

rvm:
version: "1.29.12 (latest)"
updated: "26 seconds ago"
path: "/home/user/.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: "/home/user/bin:/usr/local/bin:/usr/bin:/bin:/home/user/.rvm/bin"
GEM_HOME: ""
GEM_PATH: ""
MY_RUBY_HOME: ""
IRBRC: ""
RUBYOPT: ""
gemset: ""

Environment info

user@localhost:~> rvm info

system:

system:
uname: "Linux SPMASV-JBTCA03 5.3.18-24.83-default #1 SMP Mon Sep 13 11:27:32 UTC 2021 (1a14af9) x86_64 x86_64 x86_64 GNU/Linux"
name: "unknown"
version: "libc-2.26"
architecture: "x86_64"
bash: "/bin/bash => GNU bash, version 4.4.23(1)-release (x86_64-suse-linux-gnu)"
zsh: "/usr/bin/zsh => zsh 5.6 (x86_64-suse-linux-gnu)"
remote_path: "unknown/libc-2.26/x86_64"

rvm:
version: "1.29.12 (latest)"
updated: "26 seconds ago"
path: "/home/user/.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: "/home/user/bin:/usr/local/bin:/usr/bin:/bin:/home/user/.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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants