Skip to content

Instantly share code, notes, and snippets.

@daBee
Created March 8, 2017 02:39
Show Gist options
  • Save daBee/bc4af0d197be2e974eeb8b8cabf492d6 to your computer and use it in GitHub Desktop.
Save daBee/bc4af0d197be2e974eeb8b8cabf492d6 to your computer and use it in GitHub Desktop.
Attempt at installing RVM Master && Ruby 2.3.2 for FreeBSD 11.0 on Raspberry Pi 2
[Tue Mar 07 08:42:57 rich@pi ~] rvm get master
Downloading https://get.rvm.io
No GPG software exists to validate rvm-installer, skipping.
Downloading https://github.com/rvm/rvm/archive/master.tar.gz
Upgrading the RVM installation in /home/rich/.rvm/
RVM PATH line found in /home/rich/.mkshrc /home/rich/.profile /home/rich/.bashrc /home/rich/.zshrc.
RVM sourcing line found in /home/rich/.profile /home/rich/.bash_profile /home/rich/.zlogin.
Upgrade of RVM in /home/rich/.rvm/ is complete.
# rich,
#
# 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: https://rvm.io/help and https://twitter.com/rvm_io
Upgrade Notes:
* No new notes to display.
RVM reloaded!
[Tue Mar 07 10:37:10 rich@pi ~] rvm install 2.3.2
ruby-2.3.2 - #removing src/ruby-2.3.2..
Searching for binary rubies, this might take some time.
No binary rubies available for: freebsd/11.0/arm/ruby-2.3.2.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for freebsd.
Requirements installation successful.
Installing Ruby from source to: /home/rich/.rvm/rubies/ruby-2.3.2, this may take a while depending on your cpu(s)...
ruby-2.3.2 - #downloading ruby-2.3.2, this may take a while depending on your connection...
ruby-2.3.2 - #extracting ruby-2.3.2 to /home/rich/.rvm/src/ruby-2.3.2....
ruby-2.3.2 - #configuring...........................................................
ruby-2.3.2 - #post-configuration.
ruby-2.3.2 - #compiling..................
Error running '__rvm_make -B -j4',
showing last 15 lines of /home/rich/.rvm/log/1488937403_ruby-2.3.2/make.log
0xbf3fa000 0xbf3fe000 rw- 1 1 2 0 ---D df
0xbf3fe000 0xbf3ff000 --- 0 0 0 0 ---- --
0xbfbdf000 0xbfbff000 rw- 4 4 1 0 ---D df
0xbfbff000 0xbfc00000 r-x 1 1 23 0 ---- ph
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
*** Signal 6
Stop.
make: stopped in /home/rich/.rvm/src/ruby-2.3.2
++ return 1
There has been an error while running make. Halting the installation.
[Wed Mar 08 02:03:20 rich@pi ~]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment