Project

General

Profile

Actions

Bug #7366

closed

cannot 'make install' when --enable-doc

Added by usa (Usaku NAKAMURA) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-11-16 trunk 37667)
Backport:
[ruby-dev:46522]

Description

After r37664 (rake 0.9.3), cannot make install when --enable-doc.

installing default gems: C:/ruby-trunk/lib/ruby/gems/2.0.0 (cche, doc, gems, specifications)
bigdecimal 1.1.0
io-console 0.3
json 1.7.1
minitest 3.4.0
psych 1.3.4
../ruby/tool/rbinstall.rb:591:in spec_source': undefined method dump' for n
l:NilClass (NoMethodError)
from ../ruby/tool/rbinstall.rb:584:in gemspec' from ../ruby/tool/rbinstall.rb:641:in block (2 levels) in '
from ../ruby/tool/rbinstall.rb:640:in each' from ../ruby/tool/rbinstall.rb:640:in block in '
from ../ruby/tool/rbinstall.rb:674:in call' from ../ruby/tool/rbinstall.rb:674:in block (2 levels) in '
from ../ruby/tool/rbinstall.rb:671:in each' from ../ruby/tool/rbinstall.rb:671:in block in '
from ../ruby/tool/rbinstall.rb:667:in each' from ../ruby/tool/rbinstall.rb:667:in '

The reason is that rbinstall.rb expects there is a line like VERSION='X.X.X.X'.
(see tool/rbinstall.rb:603)
But now lib/rake/version.rb is changed, so rbinstall cannot find its version.

I think this is not rake's problem but rbinstall's.


Related issues 1 (0 open1 closed)

Related to Ruby master - Bug #7367: toooo many test failures after rake 0.9.4 is importedCloseddrbrain (Eric Hodel)11/16/2012Actions

Updated by naruse (Yui NARUSE) over 11 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0