安装调试器时出错(1.6.8),Bundler无法继续.确保`gem install debugger -v'1.6.8'`

 江南西道longge 发布于 2023-01-06 20:37

安装调试器时似乎有一个递归效果,gem install debugger -v '1.6.8'它表示安装成功,但是当我这样做时,消息再次出现bundle install或者bundle update

|20:15:37| ~ gem install debugger -v '1.6.8'
Building native extensions.  This could take a while...
Successfully installed debugger-1.6.8
Parsing documentation for debugger-1.6.8
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/ruby_debug.bundle, skipping
1 gem installed
|20:15:55| ~ bundle install
Fetching gem metadata from https://rubygems.org/.......
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies......
Using rake 10.3.2
Using Ascii85 1.0.2
Using i18n 0.6.9

...

Using coffee-script 2.2.0
Using coffee-rails 3.2.2
Using colored 1.2
Using commonjs 0.2.7
Using coolline 0.4.4
Using debugger-ruby_core_source 1.3.5

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/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
checking for rb_method_entry_t.called_id in method.h... yes
checking for vm_core.h... yes
checking for iseq.h... no
Makefile creation failed
*************************************************************

  NOTE: If your headers were not found, try passing
        --with-ruby-include=PATH_TO_HEADERS

*************************************************************

*** 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=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/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}/

extconf failed, exit code 1

Gem files will remain installed in /var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140630-67837-rxj9rk/debugger-1.6.8/gems/debugger-1.6.8 for inspection.
Results logged to /var/folders/mp/tl8cpc_j0vd504t3npnqxzl00000gn/T/bundler20140630-67837-rxj9rk/debugger-1.6.8/extensions/universal-darwin-13/2.0.0/debugger-1.6.8/gem_make.out
An error occurred while installing debugger (1.6.8), and Bundler cannot continue.
Make sure that `gem install debugger -v '1.6.8'` succeeds before bundling.
|20:17:56| ~

我曾尝试bundle update debugger-ruby_core_sourcerm Gemfile.lockbundle install

1 个回答
  • 请更换

    宝石'撬 - 调试'

    宝石'pry-byebug'

    谢谢!

    2023-01-06 20:42 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有