Actions
Bug #4353
closedMissing Patch Level on ruby-lang.org FTP
Description
=begin
ruby_source_code uses the FTP to grab the Ruby source for whatever patch level is installed. Currently if ruby-1.9.2-p174 is installed, it fails because the file is missing from the FTP.
Specifically, it's looking here.
http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p174.tar.gz
Previous patch levels work just fine.
=end
Updated by luislavena (Luis Lavena) almost 14 years ago
=begin
I don't know what you're referring to.
There is no such 1.9.2-p174 out, latest patchlevel officially released is 1.9.2-p136
RUBY_PATCHLEVEL constant defines it:
ruby -ve "puts RUBY_PATCHLEVEL"
ruby 1.9.2p136 (2010-12-25) [i386-mingw32]
136
=end
Updated by luislavena (Luis Lavena) almost 14 years ago
- Status changed from Open to Feedback
=begin
=end
Updated by naruse (Yui NARUSE) over 13 years ago
- Status changed from Feedback to Rejected
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of ruby.
Actions
Like0
Like0Like0Like0