无法安装调试器gem

用户名

我无法安装debuggar gem。

我收到此错误,我不知道为什么:

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

    /usr/local/rvm/rubies/ruby-1.9.3-p547/bin/ruby extconf.rb
checking for rb_method_entry_t.called_id in method.h... no
checking for rb_control_frame_t.method_id in method.h... no
checking for rb_method_entry_t.called_id in method.h... no
checking for rb_control_frame_t.method_id in method.h... no
Makefile creation failed
**************************************************************************
No source for ruby-1.9.3-p547 provided with debugger-ruby_core_source gem.
**************************************************************************
*** 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
    --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/local/rvm/rubies/ruby-1.9.3-p547/bin/ruby
    --with-ruby-dir
    --without-ruby-dir
    --with-ruby-include
    --without-ruby-include=${ruby-dir}/include
    --with-ruby-lib
    --without-ruby-lib=${ruby-dir}/lib

extconf failed, exit code 1

Gem files will remain installed in /usr/local/rvm/gems/ruby-1.9.3-p547/gems/debugger-1.5.0 for inspection.
Results logged to /usr/local/rvm/gems/ruby-1.9.3-p547/extensions/x86_64-darwin-13/1.9.1/debugger-1.5.0/gem_make.out
马吉克斯

我遇到了同样的问题,这为我解决了:

gem update debugger-ruby_core_source

然后bundle install会工作。

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

我无法在Rails 4.1.1上安装gem调试器

来自分类Dev

Bundler无法安装调试器1.6.8

来自分类Dev

无法安装geany调试器插件

来自分类Dev

Windows 7上的调试器gem安装问题

来自分类Dev

调试器-无法构建gem本机扩展ruby 1.8.7

来自分类Dev

安装调试器(1.6.8)时发生错误,并且Bundler无法继续。确保`gem install debugger -v'1.6.8'`

来自分类Dev

安装调试器(1.6.8)时发生错误,并且Bundler无法继续。确保`gem install debugger -v'1.6.8'`

来自分类Dev

无法安装PyCharm“使用cython的调试器加速”

来自分类Dev

无法从Debian Stable(Buster)成功安装DDD调试器

来自分类Dev

调试器不会安装Rails 4.1.5

来自分类Dev

调试器不会安装Rails 4.1.5

来自分类Dev

尝试安装 KDbg 调试器

来自分类Dev

Qt Creator无法启动调试器

来自分类Dev

VS调试器无法关闭

来自分类Dev

无法弄清调试器消息的含义

来自分类Dev

Qt Creator无法启动调试器

来自分类Dev

pycharm调试器无法正常工作

来自分类Dev

我无法停止调试器

来自分类Dev

gem install调试器-v'1.5.0'失败

来自分类Dev

无法使用Eclipse调试器进行调试

来自分类Dev

在OSX上安装.NET Core调试器时出错

来自分类Dev

安装调试器(1.6.6)时发生错误

来自分类Dev

安装调试器(1.6.6)时发生错误

来自分类Dev

安装Bugjar-Python的GUI调试器

来自分类Dev

我无法在Visual Studio Code中启动“ javascript”调试器(可能是因为已安装HPC)

来自分类Dev

Qt Creator无法将调试器设置为64位(尽管已安装并正确检测到)

来自分类Dev

Qt Creator无法将调试器设置为64位(尽管已安装并正确检测到)

来自分类Dev

RubyMine调试器

来自分类Dev

VS 2013无法附加64位调试器

Related 相关文章

热门标签

归档