安装debugger-linecache(1.1.1)时发生错误,并且Bundler无法继续 [英] An error occurred while installing debugger-linecache (1.1.1), and Bundler cannot continue

查看:101
本文介绍了安装debugger-linecache(1.1.1)时发生错误,并且Bundler无法继续的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何想法如何解决这个问题?

  Gem :: Installer :: ExtensionBuildError:错误:无法构建gem原生扩展。 

/home/durrantm/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
检查vm_core.h ...否
检查for vm_core.h ... no
Makefile创建失败
******************************* *******************************************
没有来源ruby-1.9.3-p194提供了debugger-ruby_core_source gem。
********************************************** ****************************


解决方案

在更新到更新的补丁版本的ruby后,我遇到了这个问题。不幸的是,头文件gemdebugger-ruby_core_source被锁定在Gemfile.lock的早期版本中,所以它没有所需的头文件。



所有你需要做的是通过做更新该宝石:

  bundle update debugger-ruby_core_source 



您应该可以在安装后进行捆绑。



如果您没有使用捆绑软件,那么在尝试安装调试器之前安装最新版本:

  gem install debugger -ruby_core_source 


Any idea how to fix this?

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/home/durrantm/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb 
checking for vm_core.h... no
checking for vm_core.h... no
Makefile creation failed
**************************************************************************
No source for ruby-1.9.3-p194 provided with debugger-ruby_core_source gem.
**************************************************************************

解决方案

I had this issue after updating to a newer patch version of ruby. Unfortunately the header files gem "debugger-ruby_core_source" was locked in to an earlier version in the Gemfile.lock so it didn't have the required header files.

All you need to do is update that gem by doing:

bundle update debugger-ruby_core_source

You should be able to bundle install afterwards.

If you aren't using bundler then just install the latest version before trying to install debugger:

gem install debugger-ruby_core_source

这篇关于安装debugger-linecache(1.1.1)时发生错误,并且Bundler无法继续的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆