From: "mame (Yusuke Endoh)" Date: 2013-02-27T08:08:03+09:00 Subject: [ruby-core:52965] [ruby-trunk - Bug #7971][Assigned] bson_ext doesn't install correctly in Ruby 2.0.0-p0 Issue #7971 has been updated by mame (Yusuke Endoh). Description updated Status changed from Open to Assigned Assignee set to nobu (Nobuyoshi Nakada) Target version set to current: 2.1.0 ---------------------------------------- Bug #7971: bson_ext doesn't install correctly in Ruby 2.0.0-p0 https://bugs.ruby-lang.org/issues/7971#change-37119 Author: rosenfeld (Rodrigo Rosenfeld Rosas) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: ext Target version: current: 2.1.0 ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux] =begin In 1.9.3 the gem would generate ((%ext/bson_ext/cbson.so%)) but now it generates ((%ext/bson_ext/bson_ext%)) instead. I can't see what's wrong with ((%extconf.rb%)): dir_config('cbson') create_makefile('bson_ext/cbson') I should notice I'm using RVM because I don't know if that makes any difference. What should be done to generate ((%ext/bson_ext/cbson.so%)) like before? =end -- http://bugs.ruby-lang.org/