Project

General

Profile

Backport #766

Updated by usa (Usaku NAKAMURA) over 6 years ago

=begin 
  
  Trying to delete files from rake in Windows, a 'Not enough space' error is thrown.  
  * there's 90GB available on disk 
  * the error is thrown from outputting a message to screen 
 
  Ruby is 1.8.7 (1.8.6 installed with the one-click installer, then overwritten with 1.8.7 from ruby-lang.org) 
 
  Here is the relevant stack trace: 
  Not enough space 
  c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `write' 
  c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `puts' 
  c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:1460:in `fu_output_message' 
  c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:606:in `rm_r' 
  c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `rm_r' 
  c:/dev/tools/ruby/lib/ruby/1.8/fileutils.rb:634:in `rm_rf' 
  c:/dev/tools/ruby/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `rm_rf' 
 
 =end 
 

Back