2012-05-17 2 views
8

próbuję zainstalować gem debugger-linecache, ale mam następujący błąd,debugger-linecache zainstalować błąd

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 

już zrobione:

sudo gem install debugger-ruby_core_source 
+0

Pamiętam, że miałem problem z tego klejnotu przed ... Spróbuj zainstalować inną wersję: 'gem install debugger-linecache -v 1.1.0'. –

+0

to ma taki sam wynik. – danny

+0

Mam ten sam problem bez rozwiązania, jeśli ktoś ma jakieś sugestie, proszę je opublikować! – gbam

Odpowiedz

3

znalazłem problem będzie że od kiedy jestem na fedorze, używam ruby ​​1.8.3 i to wydaje się być problemem. teraz uaktualniony do ruby ​​1.9.3, problem rozwiązany.

3

zainstalowałem zależność pierwszy:

gem install debugger-linecache --version 1.1.2 

potem wpadłem komendy bundle install i to działało dobrze.

2

Co dannynjust powiedział i:

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