rubinius / rubinius

The Rubinius Language Platform
https://rubinius.com
Mozilla Public License 2.0
3.06k stars 591 forks source link

Error on installing rbx-2 with rvm on wsl ubuntu 20.04 #3837

Open sartimo opened 3 years ago

sartimo commented 3 years ago

Hello,

I just wanted to install rubinius on my env which just failed. The command is below: (even latest version)

rvm use rbx --install --binary --fuzzy

I have ruby 2.3.1 preinstalled and the rvm version is as follows: rvm 1.29.12-next (master) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]

The error message appears like so:

$ rvm use rbx --install --binary --fuzzy

Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/20.04/x86_64/rbx-4.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for ubuntu.
Installing requirements for ubuntu.
Updating system...................
Installing required packages: ruby-dev, libssl-dev, clang-4.0, llvm-4.0, llvm-4.0-dev, libc++-dev, libc++abi-dev....
Error running 'requirements_debian_libs_install ruby-dev libssl-dev clang-4.0 llvm-4.0 llvm-4.0-dev libc++-dev libc++abi-dev',
please read /home/sarti/.rvm/log/1620922490_rbx-4.1/package_install_ruby-dev_libssl-dev_clang-4.0_llvm-4.0_llvm-4.0-dev_libc++-dev_libc++abi-dev.log
Requirements installation failed with status: 100.

The log tells me, that the packages are inexistant. I extended my sources.list file but it didn't work tho. Can anyone help me please ?

Best regards

Timo

jc00ke commented 3 years ago

Hi Timo! We can't support 3rd party installers like RVM, but if you could try installing manually from source, that would be great. As for WSL, we can't promise support on that but we'll do our best. I don't think anyone on the project has access to that environment.