Project

General

Profile

Actions

Bug #3410

closed

rubygems.rbで undefined method `path'

Added by hasimo (Tohru Hashimoto) almost 14 years ago. Updated about 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2010-06-08) [x86_64-linux]
Backport:
[ruby-dev:41558]

Description

=begin
rubygemsが動かないようです。

[root@localhost ~]# gem
/usr/local/lib/ruby/1.9.1/rubygems.rb:607:in path': undefined method path' for #Gem::ConfigFile:0x00000012e25998 (NoMethodError)
from /usr/local/lib/ruby/1.9.1/rubygems/source_index.rb:68:in installed_spec_directories' from /usr/local/lib/ruby/1.9.1/rubygems/source_index.rb:58:in from_installed_gems'
from /usr/local/lib/ruby/1.9.1/rubygems.rb:855:in source_index' from /usr/local/lib/ruby/1.9.1/rubygems/gem_path_searcher.rb:81:in init_gemspecs'
from /usr/local/lib/ruby/1.9.1/rubygems/gem_path_searcher.rb:13:in initialize' from /usr/local/lib/ruby/1.9.1/rubygems.rb:813:in new'
from /usr/local/lib/ruby/1.9.1/rubygems.rb:813:in block in searcher' from <internal:prelude>:10:in synchronize'
from /usr/local/lib/ruby/1.9.1/rubygems.rb:812:in searcher' from /usr/local/lib/ruby/1.9.1/rubygems.rb:479:in find_files'
from /usr/local/lib/ruby/1.9.1/rubygems.rb:955:in load_plugins' from /usr/local/lib/ruby/1.9.1/rubygems.rb:1130:in <top (required)>'
from internal:lib/rubygems/custom_require:29:in require' from <internal:lib/rubygems/custom_require>:29:in require'
from internal:gem_prelude:153:in load_full_rubygems_library' from <internal:gem_prelude>:198:in try_activate'
from internal:lib/rubygems/custom_require:33:in rescue in require' from <internal:lib/rubygems/custom_require>:29:in require'
from /usr/local/lib/ruby/1.9.1/rubygems/config_file.rb:50:in <class:ConfigFile>' from /usr/local/lib/ruby/1.9.1/rubygems/config_file.rb:28:in <top (required)>'
from internal:lib/rubygems/custom_require:29:in require' from <internal:lib/rubygems/custom_require>:29:in require'
from /usr/local/lib/ruby/1.9.1/rubygems/gem_runner.rb:8:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:in require'
from internal:lib/rubygems/custom_require:29:in require' from /usr/local/bin/gem:9:in '

それでは。
=end

Actions #1

Updated by naruse (Yui NARUSE) almost 14 years ago

  • Status changed from Open to Closed

=begin
fixed in r27667 and r28230.
Thank you for your report.
=end

Actions

Also available in: Atom PDF

Like0
Like0