[#64703] Add `Hash#fetch_at` (issue #10017) — Wojtek Mach <wojtek@...>
Hey guys
1 message
2014/09/01
[#64711] [ruby-trunk - Bug #10193] [Closed] TestIO#test_readpartial_locktmp fails randomly — nobu@...
Issue #10193 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/02
[#64744] [ruby-trunk - Bug #10202] [Open] TestBenchmark#test_realtime_output breaks on ARM — v.ondruch@...
Issue #10202 has been reported by Vit Ondruch.
3 messages
2014/09/03
[#64823] documenting constants — Xavier Noria <fxn@...>
I am writing a Rails guide about constant autoloading in Ruby on
5 messages
2014/09/07
[#64838] [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus — ko1@...
Issue #10212 has been reported by Koichi Sasada.
6 messages
2014/09/08
[#64858] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— Eric Wong <normalperson@...>
2014/09/08
rb_env_t may use a flexible array, helps a little even on my busy system:
[#64871] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— SASADA Koichi <ko1@...>
2014/09/08
(2014/09/08 19:48), Eric Wong wrote:
[#64972] [ruby-trunk - Bug #10231] [Open] Process.detach(pid) defines new singleton classes every call — headius@...
Issue #10231 has been reported by Charles Nutter.
3 messages
2014/09/11
[#64980] [ruby-trunk - Bug #10212] MRI is not for lambda calculus — ko1@...
Issue #10212 has been updated by Koichi Sasada.
4 messages
2014/09/12
[#65142] [ruby-trunk - Feature #10267] [Open] Number of processors — akr@...
Issue #10267 has been reported by Akira Tanaka.
4 messages
2014/09/20
[#65144] Re: [ruby-trunk - Feature #10267] [Open] Number of processors
— Eric Wong <normalperson@...>
2014/09/20
akr@fsij.org wrote:
[#65210] [ruby-trunk - misc #10278] [Assigned] [RFC] st.c: use ccan linked list — nobu@...
Issue #10278 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/22
[ruby-core:64704] [ruby-trunk - Bug #10192] [Assigned] Install local versions of bundeld gems
From:
shibata.hiroshi@...
Date:
2014-09-01 12:30:16 UTC
List:
ruby-core #64704
Issue #10192 has been updated by Hiroshi SHIBATA.
Status changed from Open to Assigned
Assignee set to Hiroshi SHIBATA
----------------------------------------
Bug #10192: Install local versions of bundeld gems
https://bugs.ruby-lang.org/issues/10192#change-48598
* Author: Vit Ondruch
* Status: Assigned
* Priority: Normal
* Assignee: Hiroshi SHIBATA
* Category:
* Target version:
* ruby -v: ruby 2.2.0dev (2014-08-26 trunk 47288) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Trying to build recent version of Ruby in Fedora's builder, which has no access to the internet, the "make install" fails with error:
~~~
installing bundle gems: /usr/share/ruby/gems/ (build_info, cache, doc, extensions, gems, specifications)
minitest-5.4.0.gem
power_assert-0.1.3.gem
/builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/resolver.rb:406:in `resolve_for_zero': Unable to resolve dependency: 'test-unit (= 3.0.0)' requires 'power_assert (>= 0)' (Gem::UnsatisfiableDependencyError)
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/resolver.rb:320:in `resolve_for'
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/resolver.rb:175:in `resolve'
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/request_set.rb:254:in `resolve'
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/dependency_installer.rb:436:in `resolve_dependencies'
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems/dependency_installer.rb:371:in `install'
from /builddir/build/BUILD/ruby-2.2.0-r47288/lib/rubygems.rb:550:in `install'
from ./tool/rbinstall.rb:726:in `block (2 levels) in <main>'
from ./tool/rbinstall.rb:725:in `each'
from ./tool/rbinstall.rb:725:in `block in <main>'
from ./tool/rbinstall.rb:756:in `call'
from ./tool/rbinstall.rb:756:in `block in <main>'
from ./tool/rbinstall.rb:753:in `each'
from ./tool/rbinstall.rb:753:in `<main>'
uncommon.mk:239: recipe for target 'do-install-all' failed
~~~
As it appears, the installer doesn't mind to access the internet and fetch the dependencies if needed, so nobody noticed this issue yet. The attached patch allows to install only locally available gems and also disables their dependency checking, to allow to install them unordered and as a result offline "make isntall"
---Files--------------------------------
0001-Install-bundled-versions-of-gems-and-don-t-check-the.patch (1.08 KB)
--
https://bugs.ruby-lang.org/