Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#21817 closed defect (fixed)

rdiff-backup-1.2.8 Checksum mismatch for rdiff-backup-1.2.8.tar.gz

Reported by: haase.niels@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: rdiff-backup

Description (last modified by mf2k (Frank Schima))

$ sudo port -v install rdiff-backup
--->  Computing dependencies for rdiff-backup.
--->  Verifying checksum(s) for rdiff-backup
--->  Checksumming rdiff-backup-1.2.8.tar.gz
Error: Checksum (md5) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz md5 1a94dc537fcf74d6a3a80bd27808e77b
Distfile checksum: rdiff-backup-1.2.8.tar.gz md5 c85c3d30a708b8a8cb4bc546a9f58034
Error: Checksum (sha1) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz sha1 14ffe4f5b46a8a96ded536c1d03ae5e85faae318
Distfile checksum: rdiff-backup-1.2.8.tar.gz sha1 168ae35824aa9a88c4e9a8767f0c136360d0f806
Error: Checksum (rmd160) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz rmd160 f7fb7a894afe17b495611a3738c85263ae72b2b5
Distfile checksum: rdiff-backup-1.2.8.tar.gz rmd160 e4787f06a511cb5f2a29317aacd8652bff3e86d4
The correct checksum line may be:
checksums           md5     c85c3d30a708b8a8cb4bc546a9f58034 \
                    sha1    168ae35824aa9a88c4e9a8767f0c136360d0f806 \
                    rmd160  e4787f06a511cb5f2a29317aacd8652bff3e86d4
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for rdiff-backup): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

Also tried with 'sudo port clean --all rdiff-backup' and re-download from other mirrors, no success.

Change History (5)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: rdiff-backup Checksum mismatch removed

comment:2 Changed 15 years ago by mf2k (Frank Schima)

I am able to download it successfully. Your output does not show where it tried to download the distfile from. Please clean --all and show the output including the download source.

comment:3 in reply to:  2 Changed 15 years ago by haase.niels@…

Replying to macsforever2000@…:

I am able to download it successfully. Your output does not show where it tried to download the distfile from. Please clean --all and show the output including the download source.

$ sudo port -v install rdiff-backup
Password:
--->  Computing dependencies for rdiff-backup.
--->  Fetching rdiff-backup
--->  rdiff-backup-1.2.8.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/python
--->  Attempting to fetch rdiff-backup-1.2.8.tar.gz from http://savannah.releasenotes.org/rdiff-backup
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
107   644    0   644    0     0   7813      0 --:--:-- --:--:-- --:--:-- 40250
--->  Verifying checksum(s) for rdiff-backup
--->  Checksumming rdiff-backup-1.2.8.tar.gz
Error: Checksum (md5) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz md5 1a94dc537fcf74d6a3a80bd27808e77b
Distfile checksum: rdiff-backup-1.2.8.tar.gz md5 5d0b723ac1f9100d60ea9867e9d4749a
Error: Checksum (sha1) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz sha1 14ffe4f5b46a8a96ded536c1d03ae5e85faae318
Distfile checksum: rdiff-backup-1.2.8.tar.gz sha1 6e646592a4d238fea89eba9d1aeb646bae2d6809
Error: Checksum (rmd160) mismatch for rdiff-backup-1.2.8.tar.gz
Portfile checksum: rdiff-backup-1.2.8.tar.gz rmd160 f7fb7a894afe17b495611a3738c85263ae72b2b5
Distfile checksum: rdiff-backup-1.2.8.tar.gz rmd160 7efb2f7c46bef2d405909aac5d24213705ce3a06
The correct checksum line may be:
checksums           md5     5d0b723ac1f9100d60ea9867e9d4749a \
                    sha1    6e646592a4d238fea89eba9d1aeb646bae2d6809 \
                    rmd160  7efb2f7c46bef2d405909aac5d24213705ce3a06
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for rdiff-backup): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed

That mirror seems to be dead, removed in r58764. I'm guessing you are using a broken DNS server that redirects you to another host instead of telling you that the one you want is not available, otherwise this mirror would have been tried last and would have produced a 404 if tried.

comment:5 in reply to:  4 Changed 15 years ago by haase.niels@…

Replying to jmr@…:

That mirror seems to be dead, removed in r58764. I'm guessing you are using a broken DNS server that redirects you to another host instead of telling you that the one you want is not available, otherwise this mirror would have been tried last and would have produced a 404 if tried.

Update to r58764 fix this issue for me. Many thanks for your fast and reliable answer!

Note: See TracTickets for help on using tickets.