Skip to content

Instantly share code, notes, and snippets.

@tak1n
Created April 16, 2015 08:18
Show Gist options
  • Save tak1n/ea962d4dfad263475d3d to your computer and use it in GitHub Desktop.
Save tak1n/ea962d4dfad263475d3d to your computer and use it in GitHub Desktop.
Rubinius Melbourne
rubinius ➤ gem install rubinius-melbourne -v '2.3.1.0' git:master* 2.1.6
Error loading RubyGems plugin "/home/benny/.gem/ruby/2.1.6/gems/yard-0.8.2.1/lib/rubygems_plugin.rb": cannot load such file -- rubygems/doc_manager (LoadError)
Fetching: rubinius-melbourne-2.3.1.0.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing rubinius-melbourne:
ERROR: Failed to build gem native extension.
/home/benny/.rubies/2.1.6/bin/ruby extconf.rb
make "DESTDIR=" clean
make "DESTDIR="
compiling encoding_compat.cpp
g++: error: unrecognized command line option ‘-Wshorten-64-to-32’
g++: error: unrecognized command line option ‘-Wdivision-by-zero’
g++: error: unrecognized command line option ‘-Wextra-tokens’
make: *** [encoding_compat.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/benny/dev/ruby/rubinius/.gem/ruby/2.1.6/gems/rubinius-melbourne-2.3.1.0 for inspection.
Results logged to /home/benny/dev/ruby/rubinius/.gem/ruby/2.1.6/extensions/x86_64-linux/2.1.0-static/rubinius-melbourne-2.3.1.0/gem_make.out
rubinius ➤ gem install rubinius-melbourne -v '2.3.1.0' git:master* 2.2.2
Fetching: rubinius-melbourne-2.3.1.0.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing rubinius-melbourne:
ERROR: Failed to build gem native extension.
/home/benny/.rubies/2.2.2/bin/ruby -r ./siteconf20150416-9047-l6rqzt.rb extconf.rb
make "DESTDIR=" clean
make "DESTDIR="
compiling encoding_compat.cpp
g++: error: unrecognized command line option ‘-Wshorten-64-to-32’
g++: error: unrecognized command line option ‘-Wdivision-by-zero’
g++: error: unrecognized command line option ‘-Wextra-tokens’
make: *** [encoding_compat.o] Error 1
make failed, exit code 2
Gem files will remain installed in /home/benny/dev/ruby/rubinius/.gem/ruby/2.2.2/gems/rubinius-melbourne-2.3.1.0 for inspection.
Results logged to /home/benny/dev/ruby/rubinius/.gem/ruby/2.2.2/extensions/x86_64-linux/2.2.0-static/rubinius-melbourne-2.3.1.0/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment