Skip to content

Instantly share code, notes, and snippets.

@frankie-loves-jesus
Created November 21, 2013 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankie-loves-jesus/7583601 to your computer and use it in GitHub Desktop.
Save frankie-loves-jesus/7583601 to your computer and use it in GitHub Desktop.
rvm install fails with rvm HEAD on OpenBSD 5.4:
```
% rvm install 1.9.3
Searching for binary rubies, this might take some time.
No binary rubies available for: openbsd/5.4/i386/ruby-1.9.3-p448.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for openbsd.
Installing requirements for openbsd.
Updating system - please wait
Error running 'requirements_openbsd_update_system ruby-1.9.3-p448',
please read /home/dev/.rvm/log/1385044760_ruby-1.9.3-p448/update_system.log
Requirements installation failed with status: 141.
% cat /home/dev/.rvm/log/1385044760_ruby-1.9.3-p448/update_system.log
tar: Failed open to read on /dev/rst0: Device not configured
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment