Bug #10639
Updated by nobu (Nobuyoshi Nakada) almost 10 years ago
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 `<main>' 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 ~~~