#68580 closed defect (fixed)

dotnet-cli @7.0.13: checksum mismatch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tsabirgaliev (Tair Sabirgaliev)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: judaew (Vadym-Valdis Yudaiev), silverbzez
Port: dotnet-cli

Description

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

--->  Verifying checksums for dotnet-cli
DEBUG: Executing org.macports.checksum (dotnet-cli)
--->  Checksumming dotnet-runtime-7.0.13-osx-arm64.tar.gz
Portfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz rmd160 8e9024427b4a7426060afd8cdb36ee9db04656f0
Distfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz rmd160 50f8e9c908b78888c28106ad816be31e2c2b1d79
DEBUG: Calculated (rmd160) is 50f8e9c908b78888c28106ad816be31e2c2b1d79
Error: Checksum (rmd160) mismatch for dotnet-runtime-7.0.13-osx-arm64.tar.gz
Portfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz sha256 43a129205152389a201d921fcf14565a316bc2a6a271354a08879ad5e4f9d990
Distfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz sha256 5118d80ced9d34a1d940321f966d578521e7ab0e1d8451dc02b6f4043be0214f
DEBUG: Calculated (sha256) is 5118d80ced9d34a1d940321f966d578521e7ab0e1d8451dc02b6f4043be0214f
Error: Checksum (sha256) mismatch for dotnet-runtime-7.0.13-osx-arm64.tar.gz
DEBUG: Calculated (size) is 29178298
Portfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz size 29186244
Error: Checksum (size) mismatch for dotnet-runtime-7.0.13-osx-arm64.tar.gz
Distfile checksum: dotnet-runtime-7.0.13-osx-arm64.tar.gz size 29178298
The correct checksum line may be:
checksums           rmd160  50f8e9c908b78888c28106ad816be31e2c2b1d79 \
                    sha256  5118d80ced9d34a1d940321f966d578521e7ab0e1d8451dc02b6f4043be0214f \
                    size    29178298
Error: Failed to checksum dotnet-cli: Unable to verify file checksums

Change History (3)

comment:1 Changed 11 months ago by silverbzez

From what I have tested:

  • dotnet-cli @7.0.13
  • dotnet-runtime @7.0.13
  • aspnetcore-runtime @7.0.13
  • dotnet-sdk @7.0.403

All have checksum mismatches among x84_64 and arm64, should be Microsoft re-releasing these binary packages of the same version.

PR Ref: https://github.com/macports/macports-ports/pull/21138

comment:2 Changed 11 months ago by silverbzez

Cc: silverbzez added

comment:3 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.