#67680 closed defect (fixed)

aspnetcore-runtime-6 @6.0.19: checksum mismatch on arm64

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tsabirgaliev (Tair Sabirgaliev)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: arm64 Cc: judaew (Vadym-Valdis Yudaiev)
Port: aspnetcore-runtime-6

Description

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

--->  Verifying checksums for aspnetcore-runtime-6
DEBUG: Executing org.macports.checksum (aspnetcore-runtime-6)
--->  Checksumming aspnetcore-runtime-6.0.19-osx-arm64.tar.gz
Portfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz rmd160 97126d78d3f996aa2cac63e58dc1e30098a48a57
Distfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz rmd160 347a8aa552ea8a1ac86695bc92cc9bf373d900e9
DEBUG: Calculated (rmd160) is 347a8aa552ea8a1ac86695bc92cc9bf373d900e9
Error: Checksum (rmd160) mismatch for aspnetcore-runtime-6.0.19-osx-arm64.tar.gz
Portfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz sha256 a28466cc123cbccdd0108e52665aad3b481582b6ae774ec6542568a37ca72882
Distfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz sha256 45cde59cd2525f79ed4950ae96ac5b518b476f459b4bab64466ca8f3a8a8a2ee
DEBUG: Calculated (sha256) is 45cde59cd2525f79ed4950ae96ac5b518b476f459b4bab64466ca8f3a8a8a2ee
Error: Checksum (sha256) mismatch for aspnetcore-runtime-6.0.19-osx-arm64.tar.gz
DEBUG: Calculated (size) is 36946679
Portfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz size 39181210
Error: Checksum (size) mismatch for aspnetcore-runtime-6.0.19-osx-arm64.tar.gz
Distfile checksum: aspnetcore-runtime-6.0.19-osx-arm64.tar.gz size 36946679
The correct checksum line may be:
checksums           rmd160  347a8aa552ea8a1ac86695bc92cc9bf373d900e9 \
                    sha256  45cde59cd2525f79ed4950ae96ac5b518b476f459b4bab64466ca8f3a8a8a2ee \
                    size    36946679
Error: Failed to checksum aspnetcore-runtime-6: Unable to verify file checksums

Change History (3)

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

I assume it's just a copy-paste mistake when the port was updated since the Portfile has the same checksums listed for the x86_64 and arm64 distfiles.

comment:2 Changed 11 months ago by judaew (Vadym-Valdis Yudaiev)

Yeah, ports of the .NET require a lot of manual effort to update checksums. Thank you, I'll fix it now.

comment:3 Changed 11 months ago by judaew (Vadym-Valdis Yudaiev)

Resolution: fixed
Status: assignedclosed

Fixed in commit 8478016.

Note: See TracTickets for help on using tickets.