Skip to content

Instantly share code, notes, and snippets.

@frankie-loves-jesus
Last active August 29, 2015 14:01
Show Gist options
  • Save frankie-loves-jesus/ae20c4eec07c1b708c41 to your computer and use it in GitHub Desktop.
Save frankie-loves-jesus/ae20c4eec07c1b708c41 to your computer and use it in GitHub Desktop.
OpenBSD 5.5 and rvm

http://www.openbsd.org/55.html

dev% curl -L https://get.rvm.io | bash -s stable --ruby
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   184  100   184    0     0     11      0  0:00:16  0:00:15  0:00:01    45
100 20511  100 20511    0     0    713      0  0:00:28  0:00:28 --:--:-- 14323
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz

Upgrading the RVM installation in /home/dev/.rvm/
find: -delete: unknown option
find: -delete: unknown option
find: -delete: unknown option
find: -delete: unknown option
    RVM PATH line found in /home/dev/.profile /home/dev/.bashrc /home/dev/.zshrc.
    RVM sourcing line found in /home/dev/.bash_profile /home/dev/.zlogin.
Upgrade of RVM in /home/dev/.rvm/ is complete.

# dev,
#
#   Thank you for using RVM!
#   We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.

In case of problems: http://rvm.io/help and https://twitter.com/rvm_io

Upgrade Notes:

  * No new notes to display.


rvm 1.25.25 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]

Searching for binary rubies, this might take some time.
No binary rubies available for: openbsd/5.5/i386/ruby-2.1.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for openbsd.
WARNING: $PKG_PATH was not set, using fallback 'ftp://ftp.openbsd.org/pub/OpenBSD/5.5/packages/i386/',
see http://www.openbsd.org/ftp.html for list of available mirrors.
Installing requirements for openbsd.
Updating system... ...
Installing required packages: gcc-4, autoconf-2, automake-1, libtool, bison, readline-6, libyaml-0...
Requirements installation successful.
Installing Ruby from source to: /home/dev/.rvm/rubies/ruby-2.1.1, this may take a while depending on your cpu(s)...
ruby-2.1.1 - #downloading ruby-2.1.1, this may take a while depending on your connection...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 11.4M  100 11.4M    0     0    98k      0  0:01:58  0:01:58 --:--:--  135k
ruby-2.1.1 - #extracting ruby-2.1.1 to /home/dev/.rvm/src/ruby-2.1.1...
ruby-2.1.1 - #applying patch /home/dev/.rvm/patches/ruby/changeset_r45225.diff..
ruby-2.1.1 - #applying patch /home/dev/.rvm/patches/ruby/changeset_r45240.diff..
ruby-2.1.1 - #configuring....................................................
ruby-2.1.1 - #post-configuration.
ruby-2.1.1 - #compiling..........................................................................................
ruby-2.1.1 - #installing..............
ruby-2.1.1 - #making binaries executable..
Rubygems 2.2.2 already available in installed ruby, skipping installation, use --force to reinstall.
ruby-2.1.1 - #gemset created /home/dev/.rvm/gems/ruby-2.1.1@global
ruby-2.1.1 - #importing gemset /home/dev/.rvm/gemsets/global.gems.............................................................
ruby-2.1.1 - #generating global wrappers.........
ruby-2.1.1 - #gemset created /home/dev/.rvm/gems/ruby-2.1.1
ruby-2.1.1 - #importing gemsetfile /home/dev/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.1.1 - #generating default wrappers.........
ruby-2.1.1 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
Install of ruby-2.1.1 - #complete
Ruby was built without documentation, to build it run: rvm docs generate-ri
Creating alias default for ruby-2.1.1.
Error running 'alias_create_exceute',
showing last 15 lines of /home/dev/.rvm/log/1399489736_ruby-2.1.1/alias_create.log
    done;
    __rvm_db_ "$rvm_path/config/alias" "$alias_name" "$rvm_ruby_string"
}
current path: /home/dev/.rvm/src/rvm
GEM_HOME=/home/dev/.rvm/gems/ruby-2.1.1
PATH=/home/dev/.rvm/gems/ruby-2.1.1/bin:/home/dev/.rvm/gems/ruby-2.1.1@global/bin:/home/dev/.rvm/rubies/ruby-2.1.1/bin:/home/dev/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
GEM_PATH=/home/dev/.rvm/gems/ruby-2.1.1:/home/dev/.rvm/gems/ruby-2.1.1@global
command(1): alias_create_exceute
+ /scripts/alias : alias_create_exceute()  27 > for _path in '"$rvm_rubies_path"' '"$rvm_environments_path"' '"$rvm_wrappers_path"'
+ /scripts/alias : alias_create_exceute()  29 > [[ -L /home/dev/.rvm/rubies/default ]]
+ /scripts/alias : alias_create_exceute()  32 > ln -fsv /home/dev/.rvm/rubies/ruby-2.1.1 /home/dev/.rvm/rubies/default
ln: unknown option -- v
usage: ln [-fhLnPs] source [target]
       ln [-fLPs] source ... [directory]
+ /scripts/alias : alias_create_exceute()  32 > return 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment