Project

General

Profile

Actions

Bug #3121

closed

"make rdoc" fails

Added by mame (Yusuke Endoh) about 14 years ago. Updated about 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2dev (2010-04-10 trunk 27284) [i686-linux]
Backport:
[ruby-core:29415]

Description

=begin
Hi, Eric Hodel

Maybe because of recent change of rdoc, "make rdoc" fails on trunk
when there is already .ext/rdoc:

$ rm -rf .ext/rdoc

$ make rdoc
snip

success

$ make
snip
Generating RDoc documentation
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "."
uh-oh! RDoc had a problem:

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).

run with --debug for full backtrace
make: *** [rdoc] Error 1

Because of this, "make" itself also fails now. It really disturbs
other developers. Please check (and fix) ASAP.

--
Yusuke Endoh
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0