oneclick / rubyinstaller

RubyInstaller for Windows - Build recipes
http://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
1.19k stars 304 forks source link

URI::NotFoundError: Looking for http://cache.ruby-lang.org/pub/ruby/2.3//ruby-2.3.3.tar.bz2 and all I got was a 404! #392

Open sukeerthiadiga opened 5 years ago

sukeerthiadiga commented 5 years ago

NOTE: This project is for Ruby version 2.3 and older. For Ruby versions >= 2.4 please file an issue here.

What problems are you experiencing?

Unable to download the ruby source when the rake task rake ruby23 DKVER=mingw64-64-4.7.2 is ran.

Steps to reproduce

  1. Go to ruby installer path
  2. Run rake ruby23 DKVER=mingw64-64-4.7.2

We see this error

rake aborted!
URI::NotFoundError: Looking for http://cache.ruby-lang.org/pub/ruby/2.3//ruby-2.3.3.tar.bz2 and all I got was a 404!

What's the output from ruby -v?

ruby 2.3.5p376 (2017-09-14 revision 59905) [x64-mingw32]

sukeerthiadiga commented 5 years ago

Here is the pull request for this issue

https://github.com/oneclick/rubyinstaller/pull/393

393