From: Stefano Crocco Date: 2010-12-22T23:26:55+09:00 Subject: Re: gem install ruby-debug-ide errors don't give me anything to look for. On Wednesday 22 December 2010 22:45:28 Kedar Mhaswade wrote: > Hope I am not missing something obvious. I have searched high and low. > With rvm 1.1.6, ruby 1.9.2-p0 on Ubuntu 10.04, I tried to do: > gem install -v ruby-debug-ide > > and I get: > --------------------------------------------------------------------------- > Building native extensions. This could take a while... > ERROR: Error installing ruby-debug-ide: > ERROR: Failed to build gem native extension. > > /usr/local/rvm/rubies/ruby-1.9.2-p0/bin/ruby mkrf_conf.rb > Building native extensions. This could take a while... > Gem files will remain installed in > /usr/local/rvm/gems/ruby-1.9.2-p0@global/gems/ruby-debug-ide-0.4.16 for > inspection. > Results logged to > /usr/local/rvm/gems/ruby-1.9.2-p0@global/gems/ruby-debug-ide-0.4.16/ext/gem_ > make.out ➜ ~ more > /usr/local/rvm/gems/ruby-1.9.2-p0@global/gems/ruby-debug-ide-0.4.16/ext/gem_ > make.out /usr/local/rvm/rubies/ruby-1.9.2-p0/bin/ruby mkrf_conf.rb > Building native extensions. This could take a while... > --------------------------------------------------------------------------- > > Exactly what is wrong? I think I have installed all the native library > packages. But this *error* message is awfully terse. > > Thanks in advance for any help/pointers. > > -Kedar As you can see, the result of building the native extensions are logget to /usr/local/rvm/gems/ruby-1.9.2-p0@global/gems/ruby-debug-ide-0.4.16/ext/gem_ make.out Have you looked at the contents of that file? If so, what does it say? It should contain all the output produced while trying to build the native extensions. Stefano