iBook G4がまだcvs updateしてなかったので挑戦。結局ダメっぽい。
four:~/develop/WORK/rubygems-0.9.0 mas$ sudo gem install rails --include-dependencies
Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (NoMethodError)
undefined method `%' for false:FalseClass
four:~/develop/WORK/rubygems-0.9.0 mas$ sudo gem install rails --include-dependencies
Bulk updating Gem source index for: http://gems.rubyforge.org
Successfully installed rails-1.1.6
Successfully installed rake-0.7.1
Successfully installed activesupport-1.3.1
Successfully installed activerecord-1.14.4
Successfully installed actionpack-1.12.5
Successfully installed actionmailer-1.2.5
Successfully installed actionwebservice-1.1.6
Installing ri documentation for rake-0.7.1...
RDoc failure in lib/rake.rb at or around line 420 column 6
Before reporting this, could you check that the file
you're documenting compiles cleanly--RDoc is not a
full Ruby parser, and gets confused easily if fed
invalid programs.
The internal error was:
ERROR: While executing gem ... (TypeError)
false can't be coerced into Fixnum
four:~/develop/WORK/rubygems-0.9.0 mas$ ruby -v
ruby 1.8.5 (2006-10-23) [powerpc-darwin8.8.0]