Project

General

Profile

Actions

Bug #4353

closed

Missing Patch Level on ruby-lang.org FTP

Added by jfelchner (Jeff Felchner) about 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby-1.9.2-p174
Backport:
[ruby-core:35029]

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

Actions #1

Updated by luislavena (Luis Lavena) about 13 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

Actions #2

Updated by luislavena (Luis Lavena) about 13 years ago

  • Status changed from Open to Feedback

=begin

=end

Updated by naruse (Yui NARUSE) almost 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

Also available in: Atom PDF

Like0
Like0Like0Like0