#48877 closed defect (fixed)
nco @4.5.2: checksum missmatch
Reported by: | petrrr | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | nco |
Description
When trying to upgrade I get the following checksum mismatch:
---> Checksumming nco-4.5.2.tar.gz Error: Checksum (rmd160) mismatch for nco-4.5.2.tar.gz Portfile checksum: nco-4.5.2.tar.gz rmd160 f5dceff7b4730981e69d167bf409d5d47c73bbff Distfile checksum: nco-4.5.2.tar.gz rmd160 d64c2447ae02273264d43c1fe1f74934160e0553 Error: Checksum (sha256) mismatch for nco-4.5.2.tar.gz Portfile checksum: nco-4.5.2.tar.gz sha256 02ce5ad69b5f9d35beb4556cc4f5bba16d3d1dbb91d4464e51fa153224539b5d Distfile checksum: nco-4.5.2.tar.gz sha256 db4dee684d1ac30b7abfd1b74084f33e2c7cb4c517089bef0caceb94d9f2659f The correct checksum line may be: checksums rmd160 d64c2447ae02273264d43c1fe1f74934160e0553 \ sha256 db4dee684d1ac30b7abfd1b74084f33e2c7cb4c517089bef0caceb94d9f2659f Error: org.macports.checksum for port nco returned: Unable to verify file checksums
Change History (4)
comment:1 follow-up: 2 Changed 9 years ago by gnw3
comment:2 Changed 9 years ago by andfried@…
I wanted to report that I have the same error trying to install NCO:
Error: Checksum (rmd160) mismatch for nco-4.5.2.tar.gz
Error: Checksum (sha256) mismatch for nco-4.5.2.tar.gz
comment:3 Changed 9 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done in r140396. Thanks.
comment:4 Changed 9 years ago by tenomoto (Takeshi Enomoto)
This is a sort of stealth updates so I should have set dist_subdir, which has been done in r140397.
Note: See
TracTickets for help on using
tickets.
Here, the download using the original
githup.setup
failed, so I had to replacegithub.setup czender nco 4.5.2
withgithub.setup nco nco ${version
} and then adjust the checksums. I'm not sure if the "czender" failure was some transient issue, the docs seem to indicate that it is expected to work, but that "nco" is the new official github location. For checksums I got the second set of values above.