Opened 5 years ago
Closed 5 years ago
#59629 closed defect (fixed)
dssp @3.0.11: checksum mismatch
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | dssp |
Description
dssp 3.0.11 has a checksum mismatch:
---> Verifying checksums for dssp DEBUG: Executing org.macports.checksum (dssp) ---> Checksumming xssp-3.0.11.tar.gz DEBUG: Calculated (rmd160) is 955eac83b51f39024bd102444fbc0e7783a4cc10 Error: Checksum (rmd160) mismatch for xssp-3.0.11.tar.gz Portfile checksum: xssp-3.0.11.tar.gz rmd160 2fa20317fc8d03206de22ce6ed5c5df17d7ed8ec Distfile checksum: xssp-3.0.11.tar.gz rmd160 955eac83b51f39024bd102444fbc0e7783a4cc10 DEBUG: Calculated (sha256) is a90f3806ab40fd84fdacfed24f4ddf9fc5dc4bc1bd64cb3106760ba2f578c5c9 Error: Checksum (sha256) mismatch for xssp-3.0.11.tar.gz Portfile checksum: xssp-3.0.11.tar.gz sha256 fef164a5e5767fc8904fbcf29a89d5096887d87424a77ce7c2cf2467d94f3ad5 Distfile checksum: xssp-3.0.11.tar.gz sha256 a90f3806ab40fd84fdacfed24f4ddf9fc5dc4bc1bd64cb3106760ba2f578c5c9 DEBUG: Calculated (size) is 168145 Error: Checksum (size) mismatch for xssp-3.0.11.tar.gz Portfile checksum: xssp-3.0.11.tar.gz size 168156 Distfile checksum: xssp-3.0.11.tar.gz size 168145 The correct checksum line may be: checksums rmd160 955eac83b51f39024bd102444fbc0e7783a4cc10 \ sha256 a90f3806ab40fd84fdacfed24f4ddf9fc5dc4bc1bd64cb3106760ba2f578c5c9 \ size 168145 Error: Failed to checksum dssp: Unable to verify file checksums
3.1.0 is available already, so updating to that would fix it.
Change History (2)
comment:1 Changed 5 years ago by reneeotten (Renee Otten)
comment:2 Changed 5 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
upstream seems to be fiddling around with the repository, since
dssp
3.0.11 did build correctly on (some of) the builders without a checksum issue. Anyway, from a quick look it appears they've split off the software packaged in this Portfile into a different repository. I opened an upstream issue to see if they are willing to make their archive file include the correct version number and will update the port later today.