[MacPorts] #28724: ruby19 checksum mismatch
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- creata@~> sudo port install ruby19 +nosuffix ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.2-p180.tar.bz2 from ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> I have already gone through "Ticket #26211 (closed defect: fixed)" at https://trac.macports.org/ticket/26211 -- Ticket URL: <https://trac.macports.org/ticket/28724> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by mr.saint@…): I also have the same problem! -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => kimuraw@… Old description:
creata@~> sudo port install ruby19 +nosuffix ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.2-p180.tar.bz2 from ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
I have already gone through "Ticket #26211 (closed defect: fixed)" at https://trac.macports.org/ticket/26211
New description: {{{ creata@~> sudo port install ruby19 +nosuffix ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.2-p180.tar.bz2 from ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} I have already gone through "Ticket #26211 (closed defect: fixed)" at https://trac.macports.org/ticket/26211 -- Comment: Please remember to preview and use WikiFormatting, and to cc the maintainer. -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Changes (by kimuraw@…): * status: new => assigned Comment: the distfile in the mirror site is too small. I sent an email to administrator of the mirror site about this problem. -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by kimuraw@…): as a temporary solution, you can install port:ruby19 with downloading distfile by hand. {{{ % curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8609k 100 8609k 0 0 1012k 0 0:00:08 0:00:08 --:--:-- 1146k % sudo cp ruby-1.9.2-p180.tar.bz2 /opt/local/var/macports/distfiles/ruby19 % sudo port install ruby19 +nosuffix }}} -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by creataz@…): @jmr // Sorry about the hassle. @mr.saint // I also hope this would resolve your issue as well. @kimuraw // Thanks for your help. i'll try that and let you know if that will help resolve my issue. Regards, D Kim -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch ------------------------------+--------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: ruby19 ------------------------------+--------------------------------------------- Comment(by creataz@…): kimuraw // your suggestion resolved my issue. Thanks a lot. Ciao! -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch -------------------------------+-------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: ruby19 | -------------------------------+-------------------------------------------- Changes (by kimuraw@…): * status: assigned => closed * resolution: => fixed Comment: I received a reply from administrator of the mirror site that says this problem was solved, and I verified the distfile on the mirror site. -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28724: ruby19 checksum mismatch -------------------------------+-------------------------------------------- Reporter: creataz@… | Owner: kimuraw@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: ruby19 | -------------------------------+-------------------------------------------- Description changed by ryandesign@…: Old description:
{{{ creata@~> sudo port install ruby19 +nosuffix ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.2-p180.tar.bz2 from ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}}
I have already gone through "Ticket #26211 (closed defect: fixed)" at https://trac.macports.org/ticket/26211
New description: {{{ creata@~> sudo port install ruby19 +nosuffix ---> Computing dependencies for ruby19 ---> Fetching ruby19 ---> Attempting to fetch ruby-1.9.2-p180.tar.bz2 from ftp://ftp.kr.FreeBSD.org/pub/ruby/1.9 ---> Verifying checksum(s) for ruby19 Error: Checksum (md5) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (rmd160) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Checksum (sha1) mismatch for ruby-1.9.2-p180.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Log for ruby19 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ruby19/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> }}} I have already gone through "Ticket #26211 (closed defect: fixed)" -- -- Ticket URL: <https://trac.macports.org/ticket/28724#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts