Bug #8989
closedRuby 2.1 unable to build because of problem with rdoc directory
Description
Trying to build ruby-2.1.0-preview1 and am receiving the following error when running make:
Generating RDoc documentation
Directory .ext/rdoc already exists, but it looks like it isn't an RDoc directory.
Because RDoc doesn't want to risk destroying any of your existing files,
you'll need to specify a different output directory name (using the --op
option)
/usr/software/ruby/ruby-2.1.0-preview1/lib/rdoc/rdoc.rb:108:in error' /usr/software/ruby/ruby-2.1.0-preview1/lib/rdoc/rdoc.rb:208:in
rescue in setup_output_dir'
/usr/software/ruby/ruby-2.1.0-preview1/lib/rdoc/rdoc.rb:195:in setup_output_dir' /usr/software/ruby/ruby-2.1.0-preview1/lib/rdoc/rdoc.rb:475:in
document'
./bin/rdoc:20:in `'
make: *** [rdoc] Error 1
Updated by AlamoZ (Adrien Lamothe) about 11 years ago
Also, I have just tried to build Ruby 2.0.0-p247 on the same machine and have experienced the same problem. I have never had this problem before, so it looks like something that has changed in 2.0.0-p247.
Updated by zzak (zzak _) about 11 years ago
- Status changed from Open to Feedback
Did you try "make distclean" first?
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Target version changed from 2.1.0 to 2.2.0
Updated by AlamoZ (Adrien Lamothe) about 10 years ago
This is still a problem when building 2.2.0-preview1. The problem still occurs even if first running 'make distclean'.
Updated by AlamoZ (Adrien Lamothe) about 10 years ago
I can build 2.2.0-preview1 without rdoc, which is fine for now, by adding the configure flag --disable-install-rdoc
Updated by naruse (Yui NARUSE) almost 7 years ago
- Target version deleted (
2.2.0)
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Feedback to Closed
- Backport deleted (
1.9.3: UNKNOWN, 2.0.0: UNKNOWN)