From: "bourquep (Pascal Bourque)" Date: 2012-07-27T00:33:24+09:00 Subject: [ruby-core:46789] [ruby-trunk - Bug #6797][Open] The gz tarball for 1.9.3-p194 obtained via the official download URL is invalid Issue #6797 has been reported by bourquep (Pascal Bourque). ---------------------------------------- Bug #6797: The gz tarball for 1.9.3-p194 obtained via the official download URL is invalid https://bugs.ruby-lang.org/issues/6797 Author: bourquep (Pascal Bourque) Status: Open Priority: High Assignee: Category: misc Target version: 1.9.3 ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.0.0] =begin The file size and SHA/MD5 checksums for the file downloaded from http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz are invalid. Repro: ~/Downloads: wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz Resolving ftp.ruby-lang.org... 221.186.184.68 Connecting to ftp.ruby-lang.org|221.186.184.68|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 60016640 (57M) [application/x-tar] Saving to: `ruby-1.9.3-p194.tar.gz' 2012-07-26 11:22:26 (28.2 MB/s) - `ruby-1.9.3-p194.tar.gz' saved [60016640/60016640] ~/Downloads: ls -l ruby-1.9.3-p194.tar.gz -rw-r--r-- 1 pascal staff 60016640 20 Apr 02:57 ruby-1.9.3-p194.tar.gz ~/Downloads: md5 ruby-1.9.3-p194.tar.gz MD5 (ruby-1.9.3-p194.tar.gz) = c796faed4b6a43c6260c437a228e6623 ~/Downloads: shasum -a 256 ruby-1.9.3-p194.tar.gz ce017af5fead7d3cc87a742b78887730e3f3ea382ec636e25f59474092b261d2 ruby-1.9.3-p194.tar.gz The expected values published here[1] are: * SIZE: 9841223 bytes * MD5: 2278eff4cfed3cbc0653bc73085caa34 * SHA256: a9d1ea9eaea075c60048369a63b35b3b5a06a30aa214a3d990e0bb71212db8fa Apparently, I am not alone: http://ubuntuforums.org/showthread.php?t=2007968 The .tar.bz2 file is fine. [1] http://www.ruby-lang.org/en/news/2012/04/20/ruby-1-9-3-p194-is-released/ =end -- http://bugs.ruby-lang.org/