#67020 closed defect (fixed)

py27-dulwich @0.19.16: checksum mismatch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: danchr (Dan Villiom Podlaski Christiansen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: py27-dulwich

Description

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

--->  Verifying checksums for py27-dulwich
DEBUG: Executing org.macports.checksum (py27-dulwich)
--->  Checksumming dulwich-0.19.16.tar.gz
DEBUG: Calculated (rmd160) is 3aa193d26c22c45e9ac3d07258f9a97e303cc503
Error: Checksum (rmd160) mismatch for dulwich-0.19.16.tar.gz
Portfile checksum: dulwich-0.19.16.tar.gz rmd160 1029473c8fd18718ef7f4a3dea082a053ee92ca4
Distfile checksum: dulwich-0.19.16.tar.gz rmd160 3aa193d26c22c45e9ac3d07258f9a97e303cc503
DEBUG: Calculated (sha256) is f74561c448bfb6f04c07de731c1181ae4280017f759b0bb04fa5770aa84ca850
Error: Checksum (sha256) mismatch for dulwich-0.19.16.tar.gz
Portfile checksum: dulwich-0.19.16.tar.gz sha256 6d225b7d5f5a293beb1d0855f41feef74230605ffde7929a5719eed4019cb6d1
Distfile checksum: dulwich-0.19.16.tar.gz sha256 f74561c448bfb6f04c07de731c1181ae4280017f759b0bb04fa5770aa84ca850
DEBUG: Calculated (size) is 375483
Error: Checksum (size) mismatch for dulwich-0.19.16.tar.gz
Portfile checksum: dulwich-0.19.16.tar.gz size 369717
Distfile checksum: dulwich-0.19.16.tar.gz size 375483
The correct checksum line may be:
checksums           rmd160  3aa193d26c22c45e9ac3d07258f9a97e303cc503 \
                    sha256  f74561c448bfb6f04c07de731c1181ae4280017f759b0bb04fa5770aa84ca850 \
                    size    375483
Error: Failed to checksum py27-dulwich: Unable to verify file checksums
DEBUG: Error code: NONE
DEBUG: Backtrace: Unable to verify file checksums

Change History (2)

comment:1 Changed 14 months ago by Dan Villiom Podlaski Christiansen <danchr@…>

In 8df6e81512ab10a62ee51bebf13388c5015eb2a8/macports-ports (master):

py27-dulwich: split from py-dulwich

The checksums from PyPI seem to have changed at some point, so fetch
it from Github instead.

While at it, use the correct licence for Dulwich; it's been GPL+Apache
since 2016.

#67020

comment:2 Changed 14 months ago by danchr (Dan Villiom Podlaski Christiansen)

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