2012-05-17 46 views
8

我嘗試安裝調試,linecache寶石,但我得到了以下錯誤,調試器linecache安裝錯誤

Building native extensions. This could take a while... 
.... 
ERROR: Error installing debugger-linecache: 
     ERROR: Failed to build gem native extension. 

     /usr/bin/ruby extconf.rb 
*** extconf.rb failed *** 
Could not create Makefile due to some reason, probably lack of 
necessary libraries and/or headers. Check the mkmf.log file for more 
details. You may need configuration options. 

Provided configuration options: 
     --with-opt-dir 
     --without-opt-dir 
     --with-opt-include 
     --without-opt-include=${opt-dir}/include 
     --with-opt-lib 
     --without-opt-lib=${opt-dir}/lib 
     --with-make-prog 
     --without-make-prog 
     --srcdir=. 
     --curdir 
     --ruby=/usr/bin/ruby 
extconf.rb:2:in `require': no such file to load -- debugger/ruby_core_source (LoadError) 
     from extconf.rb:2 


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/debugger-linecache-1.1.1 for inspection. 
Results logged to /usr/lib/ruby/gems/1.8/gems/debugger-linecache-1.1.1/ext/trace_nums/gem_make.out 

我已經這樣做:

sudo gem install debugger-ruby_core_source 
+0

我記得我以前曾與這種寶石的一個問題...嘗試安裝另一個版本:'創業板安裝調試,linecache -v 1.1.0'。 –

+0

這有同樣的結果 – danny

+0

我有沒有解決方案相同的問題,如果任何人有任何建議,請張貼他們! – gbam

回答

3

我發現這個問題是因爲我在Fedora上,我使用紅寶石1.8.3,這似乎是問題。現在升級到紅寶石1.9.3,問題解決了。

3

我第一次安裝的依賴:

gem install debugger-linecache --version 1.1.2 

在那之後,我跑了bundle install命令它工作得很好。

2

什麼dannynjust說,和:

git clone git://github.com/cldwalker/debugger-ruby_core_source.git && sudo rm -rf /var/lib/gems/1.8/gems/debugger-ruby_core_source-1.1.7 && sudo mv debugger-ruby_core_source /var/lib/gems/1.8/gems/debugger-ruby_core_source-1.1.7