[#47135] [ruby-trunk - Feature #8024][Assigned] Lazy sweep を on/off するための機能 — "mrkn (Kenta Murata)" <muraken@...>

16 messages 2013/03/06

[ruby-dev:47134] [ruby-trunk - Bug #7949][Closed] Gem::Ext::Builder removes dependency to directory creation task

From: "drbrain (Eric Hodel)" <drbrain@...7.net>
Date: 2013-03-05 22:45:28 UTC
List: ruby-dev #47134
Issue #7949 has been updated by drbrain (Eric Hodel).

Status changed from Open to Closed

Seems fixed by Nobu's patches, so I will close this.
----------------------------------------
Bug #7949: Gem::Ext::Builder removes dependency to directory creation task
https://bugs.ruby-lang.org/issues/7949#change-37319

Author: masarakki (masaki yamada)
Status: Closed
Priority: Normal
Assignee: drbrain (Eric Hodel)
Category: lib
Target version: 2.0.0
ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]


lib/rubygems/ext/builder.rb:22 removes dependency to ./RUBYARCHDIR.time,
so lib directory creation task won't be run.

thus for instance when tried to install rubyzip.gem which doesn't have lib directory,
rubygem makes binary file "lib" not lib/zipruby.so.


site_ruby/2.0.0/rubygems/ext/builder.rb の22行目の処理で、
install-so タスクが ./.RUBYARCHDIR.time に依存しているという情報が消されてしまうので、
libディレクトリの作成タスクが走らなくなっています。

libディレクトリを持たないgem(具体的には zipruby)を gem install でインストールすると、
lib/zipruby.so ではなく lib というバイナリファイルが作られます。


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

In This Thread

Prev Next