Opened 4 years ago

Closed 4 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 4 years ago by reneeotten (Renee Otten)

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.

comment:2 Changed 4 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In e81f73bf622736ef4be91e1648406e56b42bd276/macports-ports (master):

dssp: update to 3.1.2

  • switch to new repository, remove patch
  • enable tests

Closes: #59629

Note: See TracTickets for help on using tickets.