This project is closed and read-only.
Actions
Bug #2570
closedruby never stops executing when installing fxruby-1.6.20-x86-mingw32.gem
Bug #2570:
ruby never stops executing when installing fxruby-1.6.20-x86-mingw32.gem
Description
=begin
I compile ruby 1.9.1-p376 with MinGW 4.4.0 using the following configuration:
CFLAGS='-s -O4'
LDFLAGS='-s -O4 -static-libgcc'
--optflags='-s -O4'
--debugflags=''
make test succeeded, and make install runs fine.
Upon installing above gem, or more precisely when installing ri documentation, the execution never stops. Both packaged gem (1.3.1) and latest rubygems (1.3.5) are tested. Since it doesn't happen with 1.8.6-p383 or 1.8.7-p248, I suspect this as 1.9.1-p376 bug.
=end
Updated by leledumbo (Mario Ray Mahardhika) about 16 years ago
=begin
still happened with 1.9.1-p378, both compiled with MinGW 3.4.5 and 4.5.0
=end
Updated by jeremyevans0 (Jeremy Evans) about 7 years ago
- Description updated (diff)
- Status changed from Open to Closed
Actions