Spakman / urchin

A Unix shell for Ruby programmers.
http://spakman.github.com/urchin/
GNU General Public License v3.0
36 stars 1 forks source link

Load errors after installing gem #22

Closed dchersey closed 11 years ago

dchersey commented 11 years ago

I tried building & installing the gem, (gem build urchin.gemspec, gem install urchin-0.1.0.90.gem) but when I run it, I get the following on a mac running 1.9.3 under rvm. Did I miss a step? I wasn't able to find any specific install instructions, and this does not seem to be in the gem repositories

looks like a great tool/eager to get it working!


Urchin exited.

LoadError: cannot load such file -- /usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/../boot /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require' /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire' /usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/urchin:15:in <top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p194/bin/urchin:19:inload' /usr/local/rvm/gems/ruby-1.9.3-p194/bin/urchin:19:in <main>' /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:ineval' /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in <main>' ^C/usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/urchin:54:ingets': Interrupt from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/urchin:54:in gets' from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/urchin:54:inrescue in <top (required)>' from /usr/local/rvm/gems/ruby-1.9.3-p194/gems/urchin-0.1.0.90/bin/urchin:6:in <top (required)>' from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/urchin:19:inload' from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/urchin:19:in <main>' from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:ineval' from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `

'

Spakman commented 11 years ago

@dchersey - I'm sorry this has taken me so long to reply to (real life has been consuming me somewhat).

You hadn't done anything wrong or missed anything, I have just been lax at ensuring the gem builds, installs and runs OK. I've been running Urchin directly from the repo. Thanks for reporting this and I hope you have some more luck now!