- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我很沮丧,因为我已经尝试过有关此问题的其他 StackOverflow 文章,但未能成功修复我自己的错误。当我打电话时
'gem install linecache19'
...输出如下错误
ERROR: Error installing linecache19:
ERROR: Failed to build gem native extension.
/home/user/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb
checking for vm_core.h... no
/home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:39:in `create_makefile_with_core': Use RbConfig instead of obsolete and deprecated Config.
/home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:39:in `create_makefile_with_core': Use RbConfig instead of obsolete and deprecated Config.
checking for vm_core.h... no
*** 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=/home/user/.rvm/rubies/ruby-2.0.0-p247/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}/
/home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:268:in `block (2 levels) in read': Looking for http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-2.0.0-p247.tar.gz and all I got was a 404! (URI::NotFoundError)
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1413:in `block (2 levels) in transport_request'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http/response.rb:162:in `reading_body'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1412:in `block in transport_request'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1403:in `catch'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1403:in `transport_request'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1376:in `request'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1369:in `block in request'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:852:in `start'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/net/http.rb:1367:in `request'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:239:in `block in read'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:286:in `connect'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:234:in `read'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:128:in `download'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:55:in `block in create_makefile_with_core'
from /home/user/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/tempfile.rb:324:in `open'
from /home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/ruby_core_source.rb:51:in `create_makefile_with_core'
from extconf.rb:19:in `<main>'
Requesting http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-2.0.0-p247.tar.gz
Gem files will remain installed in /home/user/.rvm/gems/ruby-2.0.0-p247/gems/linecache19-0.5.12 for inspection.
Results logged to /home/user/.rvm/gems/ruby-2.0.0-p247/gems/linecache19-0.5.12/ext/trace_nums/gem_make.out
请注意罪魁祸首行...
/home/user/.rvm/gems/ruby-2.0.0-p247/gems/ruby_core_source-0.1.5/lib/contrib/uri_ext.rb:268:in `block (2 levels) in read': Looking for http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-2.0.0-p247.tar.gz and all I got was a 404! (URI::NotFoundError)
显然这行不通...url http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-2.0.0-p247.tar.gz没有意义。 (访问Ruby1.9然后寻找Ruby2.0的tar.gz)
这是一个需要 gem“ruby-debug19”的类(class)项目(CS169:加州大学伯克利分校的软件工程),它会尝试安装“linecache19”。
我是否必须降级到 ruby1.9,还是可以继续使用 ruby2.0?
当我打电话
$ruby -v
我得到以下...
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
我正在使用 RVM。
我有点怀疑 linecache19 不支持 ruby 2.0。
最佳答案
尝试安装 byebug而不是 Ruby 2.0 的调试器。您似乎已经拥有最低可支持的 Ruby 补丁级别。
关于ruby-on-rails - 在 ruby 2.0.0p247 上替代 'ruby-debug19'(罪魁祸首 'linecache19')?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19375492/
你好,我有这个 python 脚本,我需要用它来遍历一些目录并从这些目录中的一些文件中提取一些信息。 所以我有很多目录。在这些目录中的每一个目录中,还有 5 个子目录。在这 5 个子目录中的每一个中,
小程序大功能 对一批报文要处理要处理里面的得分,发现python linecache ,特记录如下。 ?
我有一个函数可以放入 try 的 except 部分,我希望它记录错误信息。问题是我无法像以前那样获取产生错误的代码行。看看这段代码: def func(): try: a =
我处于多个线程读取同一个大文件的情况下,多个文件指针指向同一个文件。该文件将至少有 100 万行。每行的长度从 500 个字符到 1500 个字符不等。不会对文件进行“写入”操作。每个线程将开始从不同
考虑以下 Python 程序: code = """ def test(): 1/0 """ filename = "" c = compile(code, filename, 'exec')
我尝试安装 debugger-linecache gem,但出现以下错误, Building native extensions. This could take a while... .... E
我这样打开我的文件: with open(sourceFileName, 'r', encoding='ISO-8859-1') as sourceFile: 但是,当我 previousLine =
我今天用 rcov + Rails3 碰壁了。 我正在使用 Ruby 1.9.2-preview3 开发我的 Rails3 应用程序。 rcov 和 relevance-rcov 还不适用于 Ruby
我在 Rails 3.0 应用程序上使用 RVM 并使用 Ruby 1.9.2。 which ruby /home/ved/.rvm/rubies/ruby-1.9.2-p136/bin/ruby 当
知道如何解决这个问题吗? Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home
在 IDEA 13(和更早版本,例如 11)Ruby 中,在 bundler 中启动调试器(检查运行目标的 bundler 选项卡中的“在 bundle 上下文中运行脚本”选项)Ruby,我总是得到
我的项目需要 debugger-linecache 1.0.1 版,但在尝试安装时遇到以下错误。 trunk ☺ gem install debugger-linecache -v '1.0.1'
尝试对现有 Ruby on Rails 项目执行捆绑安装时,当捆绑程序到达Installing linecache (0.43) with native extensions 时,我收到错误消息。我在
我是一名优秀的程序员,十分优秀!