Opened 3 months ago
Closed 2 months ago
#70636 closed defect (fixed)
sparskit @2-20190610: checksum mismatch
Reported by: | barracuda156 | Owned by: | dstrubbe (David Strubbe) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.1 |
Keywords: | haspatch | Cc: | |
Port: | sparskit |
Description
---> Fetching distfiles for sparskit ---> SPARSKIT2.tar.gz does not exist in /opt/local/var/macports/distfiles/sparskit/2-20190610 ---> Attempting to fetch SPARSKIT2.tar.gz from https://www-users.cs.umn.edu/~saad/software/SPARSKIT % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 278 100 278 0 0 277 0 0:00:01 0:00:01 --:--:-- 278 100 1149k 100 1149k 0 0 255k 0 0:00:04 0:00:04 --:--:-- 329k ---> Verifying checksums for sparskit ---> Checksumming SPARSKIT2.tar.gz Error: Checksum (rmd160) mismatch for SPARSKIT2.tar.gz Portfile checksum: SPARSKIT2.tar.gz rmd160 77a75cd20678b190814084c28e4b72533210e9cd Distfile checksum: SPARSKIT2.tar.gz rmd160 235a973af274442edd26726011b306e490d54ef8 Error: Checksum (sha256) mismatch for SPARSKIT2.tar.gz Portfile checksum: SPARSKIT2.tar.gz sha256 ecdd0a9968d6b45153a328710a42fe87600f0bba0e3c53896090b8ae1c113b7a Distfile checksum: SPARSKIT2.tar.gz sha256 a9bf3f595b733a4f5db211664aa775108b5078f280d58eb4e32dbc3a40a77a72 Error: Checksum (size) mismatch for SPARSKIT2.tar.gz Portfile checksum: SPARSKIT2.tar.gz size 1287441 Distfile checksum: SPARSKIT2.tar.gz size 1176828 The correct checksum line may be: checksums rmd160 235a973af274442edd26726011b306e490d54ef8 \ sha256 a9bf3f595b733a4f5db211664aa775108b5078f280d58eb4e32dbc3a40a77a72 \ size 1176828 Error: Failed to checksum sparskit: Unable to verify file checksums
Change History (2)
comment:1 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Summary: | sparskit: checksum mismatch → sparskit @2-20190610: checksum mismatch |
comment:2 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This developer uses unversioned distfiles so checksum mismatches will occur any time they release a new version.
The difference between the old file that we mirrored in 2019 and the new one from 2021 is:
SPARSKIT2/README
Mon Jun 10 11:17:08 CDT 2019still in the works. But contains a few coloring routinesand level-set relatedorderings -- (e.g., cuthill Mc Kee, etc.)SPARSKIT2/logfile
SPARSKIT2/makefile
) ;\So the difference is just that the makefile now removes the static library and the distfile no longer contains a precompiled static library that we have to delete before we can build it.
https://github.com/macports/macports-ports/pull/25643