From: nobu@... Date: 2014-12-24T03:56:27+00:00 Subject: [ruby-core:67094] [ruby-trunk - Bug #10639] [Assigned] Unable to update/download gems (wrong number of arguments) Issue #10639 has been updated by Nobuyoshi Nakada. Description updated Status changed from Open to Assigned Assignee changed from Yui NARUSE to Nobuyoshi Nakada Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED It's since r47694. ---------------------------------------- Bug #10639: Unable to update/download gems (wrong number of arguments) https://bugs.ruby-lang.org/issues/10639#change-50607 * Author: Martin D��rst * Status: Assigned * 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/