Opened 13 months ago
Closed 12 months ago
#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
---> 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 13 months ago by silverbzez
comment:2 Changed 13 months ago by silverbzez
Cc: | silverbzez added |
---|
comment:3 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- [de4aa7665d57504678527378a1c0c06e95702764/macports-ports] (dotnet-cli)
- [1bc0e713e3d13bc9208c5314493fc407dd6c5c31/macports-ports] (dotnet-runtime-7)
- [70d667582adc366d0f53d56efb2fd4a07f408af7/macports-ports] (aspnetcore-runtime-7)
- [00679d45f1a3ff30d27fd28aa8023b8416194487/macports-ports] (dotnet-sdk-7)
Note: See
TracTickets for help on using
tickets.
From what I have tested:
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