From: nobu@... Date: 2014-12-24T04:00:42+00:00 Subject: [ruby-core:67095] [ruby-trunk - Bug #10639] [Closed] Unable to update/download gems (wrong number of arguments) Issue #10639 has been updated by Nobuyoshi Nakada. Status changed from Assigned to Closed % Done changed from 0 to 100 Applied in changeset r48963. ---------- downloader.rb: fix exception arguments * tool/downloader.rb (Downloader.download): fix the exception to re-raise. initialize methods of subclasses of Exception may have different parameters. [ruby-core:67086] [Bug #10639] ---------------------------------------- Bug #10639: Unable to update/download gems (wrong number of arguments) https://bugs.ruby-lang.org/issues/10639#change-50608 * Author: Martin D��rst * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: build * Target version: current: 2.2.0 * ruby -v: ruby 2.2.0dev (2014-12-24 trunk 48957) [x86_64-cygwin] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED ---------------------------------------- When I run make up; make install-nodoc I get the following error. I suspect it is related to recent changes. ~~~ make[1]: Entering directory '/cygdrive/c/Data/ruby-public' config.guess already exists config.sub already exists Downloading bundled gem files... downloading ... /cygdrive/c/Data/ruby-public/lib/open-uri.rb:364:in `initialize': wrong number of arguments (1 for 2) (ArgumentError) from /cygdrive/c/Data/ruby-public/tool/downloader.rb:110:in `exception' from /cygdrive/c/Data/ruby-public/tool/downloader.rb:110:in `raise' from /cygdrive/c/Data/ruby-public/tool/downloader.rb:110:in `rescue in download' from /cygdrive/c/Data/ruby-public/tool/downloader.rb:57:in `download' from /cygdrive/c/Data/ruby-public/tool/downloader.rb:13:in `download' from -e:4:in `
' uncommon.mk:914: recipe for target 'update-gems' failed make[1]: *** [update-gems] Error 1 make[1]: Leaving directory '/cygdrive/c/Data/ruby-public' uncommon.mk:904: recipe for target 'up' failed make: [up] Error 2 (ignored) compiling version.c ~~~ -- https://bugs.ruby-lang.org/