Opened 2 weeks ago

Closed 2 weeks ago

#69851 closed defect (fixed)

R-ade4 @1.7-22: Unable to verify file checksums

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: barracuda156
Port: R-ade4

Description

https://build.macports.org/builders/ports-14_arm64-builder/builds/28109/steps/install-port/logs/stdio

--->  Verifying checksums for R-ade4
DEBUG: Executing org.macports.checksum (R-ade4)
--->  Checksumming ade4-1.7-22.tar.gz
Portfile checksum: ade4-1.7-22.tar.gz rmd160 371dcef5db57113cf132252db27e8a90314d3bb6
Distfile checksum: ade4-1.7-22.tar.gz rmd160 6f5cbd4e05c004d797cb77c3a641d67344fc4a88
DEBUG: Calculated (rmd160) is 6f5cbd4e05c004d797cb77c3a641d67344fc4a88
Error: Checksum (rmd160) mismatch for ade4-1.7-22.tar.gz
Portfile checksum: ade4-1.7-22.tar.gz sha256 e437125d6cfaa8aaf32bd46800e02e6c771d6fbc2c840ab3b6bed97435ac8387
Distfile checksum: ade4-1.7-22.tar.gz sha256 e710aa2ec69670c7d0f0142b611b3bd8d44517bb915a3081c43bb49d9dadd357
DEBUG: Calculated (sha256) is e710aa2ec69670c7d0f0142b611b3bd8d44517bb915a3081c43bb49d9dadd357
Error: Checksum (sha256) mismatch for ade4-1.7-22.tar.gz
DEBUG: Calculated (size) is 3319196
Error: Checksum (size) mismatch for ade4-1.7-22.tar.gz
Portfile checksum: ade4-1.7-22.tar.gz size 3319068
Distfile checksum: ade4-1.7-22.tar.gz size 3319196
The correct checksum line may be:
checksums           rmd160  6f5cbd4e05c004d797cb77c3a641d67344fc4a88 \
                    sha256  e710aa2ec69670c7d0f0142b611b3bd8d44517bb915a3081c43bb49d9dadd357 \
                    size    3319196
Error: Failed to checksum R-ade4: Unable to verify file checksums

Change History (2)

comment:1 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Same explanation as comment:ticket:69847:1: the old tarball extracted to sdray-ade4-9091f9e while the new one extracts to adeverse-ade4-9091f9e because the GitHub owner changed and the port is using the legacy GitHub download method.

comment:2 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In d406c98c2790235223da4c199fdf1cffd368655e/macports-ports (master):

R-ade4: Avoid stealth update

Closes: #69851

Note: See TracTickets for help on using tickets.