New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #28724 (closed defect: fixed)

Opened 2 years ago

Last modified 23 months ago

ruby19 checksum mismatch

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

Description (last modified by ryandesign@…) (diff)

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

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

Change History

Changed 2 years ago by creataz@…

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

I also have the same problem!

comment:2 Changed 2 years ago by jmr@…

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

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

comment:3 Changed 2 years ago by kimuraw@…

  • Status changed from new to assigned

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 2 years ago 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

comment:5 Changed 2 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 2 years ago by creataz@…

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

comment:7 Changed 2 years ago by kimuraw@…

  • Status changed from assigned to closed
  • Resolution set to fixed

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 23 months ago by ryandesign@…

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