[#25936] [Bug:1.9] [rubygems] $LOAD_PATH includes bin directory — Nobuyoshi Nakada <nobu@...>

Hi,

10 messages 2009/10/05

[#25943] Disabling tainting — Tony Arcieri <tony@...>

Would it make sense to have a flag passed to the interpreter on startup that

16 messages 2009/10/05

[#26028] [Bug #2189] Math.atanh(1) & Math.atanh(-1) should not raise an error — Marc-Andre Lafortune <redmine@...>

Bug #2189: Math.atanh(1) & Math.atanh(-1) should not raise an error

14 messages 2009/10/10

[#26222] [Bug #2250] IO::for_fd() objects' finalization dangerously closes underlying fds — Mike Pomraning <redmine@...>

Bug #2250: IO::for_fd() objects' finalization dangerously closes underlying fds

11 messages 2009/10/22

[#26244] [Bug #2258] Kernel#require inside rb_require() inside rb_protect() inside SysV context fails — Suraj Kurapati <redmine@...>

Bug #2258: Kernel#require inside rb_require() inside rb_protect() inside SysV context fails

24 messages 2009/10/22

[#26361] [Feature #2294] [PATCH] ruby_bind_stack() to embed Ruby in coroutine — Suraj Kurapati <redmine@...>

Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine

42 messages 2009/10/27

[#26371] [Bug #2295] segmentation faults — tomer doron <redmine@...>

Bug #2295: segmentation faults

16 messages 2009/10/27

[ruby-core:26332] [Bug #2280] Build fails with "source files duplication" error on Windows

From: Romulo Ceccon <redmine@...>
Date: 2009-10-26 19:01:19 UTC
List: ruby-core #26332
Bug #2280: Build fails with "source files duplication" error on Windows
http://redmine.ruby-lang.org/issues/show/2280

Author: Romulo Ceccon
Status: Open, Priority: Normal
Category: build, Target version: Ruby 1.8.8
ruby -v: ruby 1.8.8dev (2009-10-26) [i386-mswin32_90]

I can't build Ruby from branch ruby_1_8 after commit 25443 (http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/mkconfig.rb?r1=22932&r2=25443). When nmake starts compiling extensions I get this:

  (...)
  compiling Win32API
  P:/ruby_1_8/lib/mkmf.rb:1468:in `create_makefile': source files duplication - ["../.././ext/Win32API/Win32API.c", "../.././ext/Win32API/Win32API.c"] (RuntimeError)
          from P:/ruby_1_8/ext/Win32API/extconf.rb:5
          from ./ext/extmk.rb:162:in `load'
          from ./ext/extmk.rb:162:in `extmake'
          from ./ext/extmk.rb:455
          from ./ext/extmk.rb:451:in `each'
          from ./ext/extmk.rb:451
  NMAKE : fatal error U1077: '.\miniruby.exe' : return code '0x1'
  Stop.

Reverting commit 25443 fixes the problem (patch attached).


----------------------------------------
http://redmine.ruby-lang.org

In This Thread

Prev Next