[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:67983] [ruby-trunk - Bug #10822] make-snapshot breaks during download of bundled gems
From:
v.ondruch@...
Date:
2015-02-03 15:27:57 UTC
List:
ruby-core #67983
Issue #10822 has been updated by Vit Ondruch. I fixed the Fedora's side. If you want to reproduce, the original operating system_rb is still available here: http://pkgs.fedoraproject.org/cgit/ruby.git/tree/operating_system.rb?id=76bbf0976dbb90eb22dc6590cee81462844d4e24 ---------------------------------------- Bug #10822: make-snapshot breaks during download of bundled gems https://bugs.ruby-lang.org/issues/10822#change-51371 * Author: Vit Ondruch * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby-2.3.0-r49483 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- ~~~ ... snip ... downloading config.sub ... done Downloading bundled gem files... /usr/share/rubygems/rubygems/defaults/operating_system.rb:9:in `previous_but_one_dir_to': undefined method `split' for nil:NilClass (NoMethodError) from /usr/share/rubygems/rubygems/defaults/operating_system.rb:30:in `default_locations' from /usr/share/rubygems/rubygems/defaults/operating_system.rb:47:in `default_dirs' from /usr/share/rubygems/rubygems/defaults/operating_system.rb:70:in `default_dir' from /usr/share/rubygems/rubygems/basic_specification.rb:33:in `default_specifications_dir' from /usr/share/rubygems/rubygems/specification.rb:770:in `load_defaults' from /usr/share/rubygems/rubygems.rb:1239:in `<top (required)>' from /tmp/ruby-snapshot20150203-18908-5qkpah/ruby-2.3.0-r49483/tool/downloader.rb:41:in `require' from /tmp/ruby-snapshot20150203-18908-5qkpah/ruby-2.3.0-r49483/tool/downloader.rb:41:in `download' from -e:4:in `<main>' /tmp/GmEfPzNs:1423: recipe for target 'update-gems' failed make: *** [update-gems] Error 1 prerequisites failed ~~~ This is due to Ruby picking up rbconfig.rb from the current checkout, since $(RUNRUBY) adds the current directory on the load path [1]. I don't think this is right in this case. You can reproduce this issue with Fedora's operating_system.rb [2]. [1] https://github.com/ruby/ruby/blob/trunk/common.mk#L920 [2] http://pkgs.fedoraproject.org/cgit/ruby.git/tree/operating_system.rb -- https://bugs.ruby-lang.org/