Bug #3324
closedbuild failure revision 27918
Description
=begin
they seem to have bumped the revision to 27918 and now it fails at
ruby -I../ruby_1_9 ../ruby_1_9/tool/compile_prelude.rb ../ruby_1_9/ prelude.rb miniprelude.c ../ruby_1_9/tool/compile_prelude.rb:7:in require': no such file to load -- erb (Load Error) from ../ruby_1_9/tool/compile_prelude.rb:7:in
'make:
*** [miniprelude.c] Error 1
rake aborted!
Command failed with status (2): ["C:/rubyinstaller/sandbox/msys/bin/bash.ex...]
However erb is present at ../ruby_1_9/bin
Just to make sure I wasn't missing something I put that directory in my path with no avail. Looking at erb it contains "require erb" is that right it seems like a circular reference.
=end
Updated by hdm (HD Moore) over 14 years ago
=begin
I too am hitting this problem (using rubyinstaller and mingw32)
=end
Updated by hdm (HD Moore) over 14 years ago
=begin
The command line requires the addition of -I ../ruby_1_9/lib, however the build still fails generating encodings
=end
Updated by hdm (HD Moore) over 14 years ago
=begin
This is fixed upstream in rubyinstaller; git pull && rebuild
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Third Party's Issue
=begin
=end