Problem while installing rdoc-2.4.1 under Ruby 1.9.1

R

Ruby Student

[Note: parts of this message were removed to make it a legal post.]

Hello team!

While installing, via gem, rdo-2.4.1 I ran into an error.
Please see bellow.


C:\>ruby -v
ruby 1.9.1p0 (2009-01-30 revision 21907) [i386-mingw32]


C:\>gem install rdoc
Successfully installed rdoc-2.4.1
1 gem installed
Installing ri documentation for rdoc-2.4.1...
Updating ri class cache with 1261 classes...
Installing RDoc documentation for rdoc-2.4.1...
ERROR: While executing gem ... (TypeError)
can't convert Pathname into String
C:\>

Any suggestions?

Thank you
 
E

Eric Hodel

C:\>gem install rdoc
Successfully installed rdoc-2.4.1
1 gem installed
Installing ri documentation for rdoc-2.4.1...
Updating ri class cache with 1261 classes...
Installing RDoc documentation for rdoc-2.4.1...
ERROR: While executing gem ... (TypeError)
can't convert Pathname into String
C:\>

Any suggestions?

What does gem install rdoc --backtrace say?

RDoc was installed, but documentation was not generated :/
 
R

Ruby Student

[Note: parts of this message were removed to make it a legal post.]

What does gem install rdoc --backtrace say?

RDoc was installed, but documentation was not generated :/
Eric, this is what I get when I add the --backtrace option:

C:\>gem install rdoc --backtrace
Successfully installed rdoc-2.4.1
1 gem installed
Installing ri documentation for rdoc-2.4.1...
Updating ri class cache with 1380 classes...
Installing RDoc documentation for rdoc-2.4.1...
ERROR: While executing gem ... (TypeError)
can't convert Pathname into String

C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/generator/darkfish.rb:158:in
`[]'

C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/generator/darkfish.rb:158:in
`write_style_sheet'

C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/generator/darkfish.rb:184:in
`generate'
C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/rdoc.rb:310:in
`document'
C:/ruby/lib/ruby/1.9.1/rubygems/doc_manager.rb:161:in `run_rdoc'
C:/ruby/lib/ruby/1.9.1/rubygems/doc_manager.rb:130:in `install_rdoc'
C:/ruby/lib/ruby/1.9.1/rubygems/doc_manager.rb:115:in
`generate_rdoc'
C:/ruby/lib/ruby/1.9.1/rubygems/commands/install_command.rb:128:in
`block in execute'
C:/ruby/lib/ruby/1.9.1/rubygems/commands/install_command.rb:127:in
`each'
C:/ruby/lib/ruby/1.9.1/rubygems/commands/install_command.rb:127:in
`execute'
C:/ruby/lib/ruby/1.9.1/rubygems/command.rb:136:in `invoke'
C:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:105:in
`process_args'
C:/ruby/lib/ruby/1.9.1/rubygems/command_manager.rb:75:in `run'
C:/ruby/lib/ruby/1.9.1/rubygems/gem_runner.rb:39:in `run'
C:/ruby/bin/gem.bat:32:in `<main>'
Any idea?
 
E

Eric Hodel

What does gem install rdoc --backtrace say?

RDoc was installed, but documentation was not generated :/
Eric, this is what I get when I add the --backtrace option:

C:\>gem install rdoc --backtrace
Successfully installed rdoc-2.4.1
1 gem installed
Installing ri documentation for rdoc-2.4.1...
Updating ri class cache with 1380 classes...
Installing RDoc documentation for rdoc-2.4.1...
ERROR: While executing gem ... (TypeError)
can't convert Pathname into String

C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/generator/
darkfish.rb:158:in
`[]'

C:/ruby/lib/ruby/gems/1.9.1/gems/rdoc-2.4.1/lib/rdoc/generator/
darkfish.rb:158:in
`write_style_sheet'

Any idea?


I'm not going to have time to look at it just yet, but can you file a
bug for me?

http://rubyforge.org/tracker/?func=add&group_id=627&atid=2472

please include ruby -v and the un-snipped backtrace from above
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top