|Maybe this is related to my upgrade from Ubuntu 8.04 to 8.10? Shoes was building away without issue before I fed my computer an Ibex steak. Maybe it was undercooked? :-)|
||
|I ran apt-get as described in the dependencies. Had to change libvlc0-dev to libvlc-dev.|
|apt replaced libcurl4-gnutls-dev with libcurl4-openssl-dev.|
|ruby -v returns  ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]|
|||
||Checked to see if gem was still installed
gem -v returns 1.2.0
|||
|Still no love. It failed with the same error.

|I then reinstalled the rake gem

[EMAIL PROTECTED]:~$ sudo gem install rake
[sudo] password for eric:
Successfully installed rake-0.8.3
1 gem installed
Installing ri documentation for rake-0.8.3...
Installing RDoc documentation for rake-0.8.3...
|||
Woot! Success. Not sure why reinstalling rake made a difference. Was there a recent update to rake?

Eric


|_why wrote:
On Tue, Nov 18, 2008 at 09:22:18AM -0500, Eric Miller wrote:
rake aborted!
/usr/lib/ruby/1.8/rake.rb:2237:in `const_missing': uninitialized constant Gem
/home/eric/source/shoes/Rakefile:117

Make sure you have RubyGems installed and then do another git pull
and try again. You probably have rake installed from apt and I
didn't consider that case.

_why


Reply via email to