Skip to content

Instantly share code, notes, and snippets.

@grantmichaels
Created June 13, 2009 19:07
Show Gist options
  • Save grantmichaels/129387 to your computer and use it in GitHub Desktop.
Save grantmichaels/129387 to your computer and use it in GitHub Desktop.
deploy@linode:~/src$ jruby -v
jruby 1.3.0RC2 (ruby 1.8.6p287) (2009-05-30 6586) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_07) [amd64-java]
deploy@linode:~/src$ sudo jruby -S gem install rip
Building native extensions. This could take a while...
ERROR: While executing gem ... (Gem::InstallError)
cannot uninstall, check `gem list -d rip`
/opt/jruby/lib/ruby/1.8/fileutils.rb:1374:in `check_have_lchown?': wrong # of arguments(2 for 3) (ArgumentError)
from /opt/jruby/lib/ruby/1.8/fileutils.rb:1367:in `have_lchown?'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:1222:in `chown'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:961:in `chown_R'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:1324:in `preorder_traverse'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:959:in `chown_R'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:958:in `each'
from /opt/jruby/lib/ruby/1.8/fileutils.rb:958:in `chown_R'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/lib/rip/setup.rb:82:in `setup_ripenv'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/lib/rip/setup.rb:131:in `call'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/lib/rip/setup.rb:131:in `transaction'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/lib/rip/setup.rb:78:in `setup_ripenv'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/lib/rip/setup.rb:37:in `install'
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/ext/../setup.rb:26
from /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/ext/../setup.rb:11:in `require'
from extconf.rb:11
ERROR: Error installing rip:
ERROR: Failed to build gem native extension.
/opt/jruby/bin/jruby extconf.rb
rip: installing library files
rip: installing rip binary
rip: setting up ripenv
rip: something failed, rolling back...
Gem files will remain installed in /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1 for inspection.
Results logged to /opt/jruby/lib/ruby/gems/1.8/gems/rip-0.0.1/ext/gem_make.out
deploy@linode:~/src$
deploy@linode:~/src$ sudo jruby -S gem install jeweler
Successfully installed git-1.1.1
Successfully installed rubyforge-1.0.3
Successfully installed jeweler-1.0.1
3 gems installed
deploy@linode:~/src$
---
no change for having preinstalled jeweler ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment