Project

General

Profile

Actions

Bug #7949

closed

Gem::Ext::Builder removes dependency to directory creation task

Added by masarakki (masaki yamada) about 11 years ago. Updated about 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux]
Backport:
[ruby-dev:47101]

Description

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 というバイナリファイルが作られます。


Related issues 1 (0 open1 closed)

Is duplicate of Ruby master - Bug #7698: RubyGems 2.0 has an incompatibility about installation of extension librariesClosednobu (Nobuyoshi Nakada)01/15/2013Actions

Updated by sorah (Sorah Fukumori) about 11 years ago

  • Category changed from ext to lib
  • Assignee set to drbrain (Eric Hodel)

Eric, could you handle this?

the following is a translation of this issue:

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.

Updated by sorah (Sorah Fukumori) about 11 years ago

  • Subject changed from Gem:Ext:Builder がディレクトリ作成タスクへの依存を消してしまう to Gem::Ext::Builder removes dependency to directory creation task
  • Description updated (diff)

Updated by nobu (Nobuyoshi Nakada) about 11 years ago

It should be fixed already.

Or it's not been backported?

Updated by drbrain (Eric Hodel) about 11 years ago

  • Status changed from Open to Closed

Seems fixed by Nobu's patches, so I will close this.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0