Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#28724 closed defect (fixed)

ruby19 checksum mismatch

Reported by: creataz@… Owned by: kimuraw (kimura wataru)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: ruby19

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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)"

Attachments (1)

ruby19_checksum_error.zip (148.3 KB) - added by creataz@… 13 years ago.

Download all attachments as: .zip

Change History (9)

Changed 13 years ago by creataz@…

Attachment: ruby19_checksum_error.zip added

comment:1 Changed 13 years ago by mr.saint@…

I also have the same problem!

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Description: modified (diff)
Owner: changed from macports-tickets@… to kimuraw@…

Please remember to preview and use WikiFormatting, and to cc the maintainer.

comment:3 Changed 13 years ago by kimuraw (kimura wataru)

Status: newassigned

the distfile in the mirror site is too small. I sent an email to administrator of the mirror site about this problem.

comment:4 Changed 13 years ago by kimuraw (kimura wataru)

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

comment:5 Changed 13 years ago 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

comment:6 Changed 13 years ago by creataz@…

kimuraw your suggestion resolved my issue. Thanks a lot. Ciao!

comment:7 Changed 13 years ago by kimuraw (kimura wataru)

Resolution: fixed
Status: assignedclosed

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.

comment:8 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.