2009年7月2日木曜日

sakura にruby waves をインストール3

さてさて今日も前回の続きでエラー調査。。。

新しいRackがすでに読み込まれているにもかかわらず、
古いRackを使おうとしてエラーになっているっぽい。
と、どこかのだれかのコメントをみつけたので、古いRackを削除。

%gem uninstall rack --version 0.9.1

You have requested to uninstall the gem:
rack-0.9.1
rack-cache-0.5 depends on [rack (>= 0.4)]
waves-0.8.2 depends on [rack (~> 0.4)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn] y
Successfully uninstalled rack-0.9.1


んでもって再度「waves」

%waves
/home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:826:in `report_activate_error': RubyGem version error: rack(1.0.0 not ~> 0.4) (Gem::LoadError)
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:260:in `activate'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `activate'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:294:in `each'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:294:in `activate'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems.rb:67:in `gem'
from //home/xxxxx/lib/ruby/gem/bin/waves:18


あら?1.0.0がダメなのか?
って事でrackを0.9.1にして

%waves
/home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- metaid (LoadError)
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/xxxxx/lib/ruby/gem/gems/waves-0.8.2/bin/../lib/waves.rb:9
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/xxxxx/lib/ruby/gem/gems/waves-0.8.2/bin/waves:22
from //home/xxxxx/lib/ruby/gem/bin/waves:19:in `load'
from //home/xxxxx/lib/ruby/gem/bin/waves:19

おや?これはmetaidってのがロードされてないって事?

%gem install --remote metaid
Successfully installed metaid-1.0
1 gem installed
Installing ri documentation for metaid-1.0...
Installing RDoc documentation for metaid-1.0...

これでOKかな?

%waves
/home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- english/style (LoadError)
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/xxxxx/lib/ruby/gem/gems/waves-0.8.2/bin/../lib/waves.rb:18
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /home/xxxxx/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/xxxxx/lib/ruby/gem/gems/waves-0.8.2/bin/waves:22
from //home/xxxxx/lib/ruby/gem/bin/waves:19:in `load'
from //home/xxxxx/lib/ruby/gem/bin/waves:19

またロードエラー。。。全然waves関連インストールされてないっぽいなw

↓ランキング参加中!ポチッとお願いします。
ブログランキング・にほんブログ村へ人気ブログランキングへ

0 件のコメント:

コメントを投稿