Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#59618 closed defect (fixed)

py37-torchvision: checksum mismatch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: cjones051073 (Chris Jones)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: py-torchvision

Description

py37-torchvision has a checksum mismatch:

--->  Verifying checksums for py37-torchvision
DEBUG: Executing org.macports.checksum (py37-torchvision)
--->  Checksumming vision-0.4.1.tar.gz
DEBUG: Calculated (rmd160) is d39a6a8f4348e69c5132817d03b56cf9e0d858b7
Error: Checksum (rmd160) mismatch for vision-0.4.1.tar.gz
Portfile checksum: vision-0.4.1.tar.gz rmd160 0556d80b3b79b66ec07c09b11f6013f1c649b7ff
Distfile checksum: vision-0.4.1.tar.gz rmd160 d39a6a8f4348e69c5132817d03b56cf9e0d858b7
DEBUG: Calculated (sha256) is e420819c487788441947e4067b9b1c67f8a406e0f838f0766992512f001e1181
Error: Checksum (sha256) mismatch for vision-0.4.1.tar.gz
Portfile checksum: vision-0.4.1.tar.gz sha256 e682e1a0d12b850136335fa6d901df8551a93c3c9041b34d3a7f2f16ca51a107
Distfile checksum: vision-0.4.1.tar.gz sha256 e420819c487788441947e4067b9b1c67f8a406e0f838f0766992512f001e1181
DEBUG: Calculated (size) is 1707732
Error: Checksum (size) mismatch for vision-0.4.1.tar.gz
Portfile checksum: vision-0.4.1.tar.gz size 1702121
Distfile checksum: vision-0.4.1.tar.gz size 1707732
The correct checksum line may be:
checksums           rmd160  d39a6a8f4348e69c5132817d03b56cf9e0d858b7 \
                    sha256  e420819c487788441947e4067b9b1c67f8a406e0f838f0766992512f001e1181 \
                    size    1707732
Error: Failed to checksum py37-torchvision: Unable to verify file checksums

Change History (2)

comment:1 Changed 5 years ago by cjones051073 (Chris Jones)

thanks. Looks like I just forgot to update the checksums in https://github.com/macports/macports-ports/commit/d99953d74a1ec104022ea57403bed426cde95b77

Version 0, edited 5 years ago by cjones051073 (Chris Jones) (next)

comment:2 Changed 5 years ago by Chris Jones <jonesc@…>

Resolution: fixed
Status: assignedclosed

In 92a41a122eb1d1cd340b7493bce3ec39b4c8b70b/macports-ports (master):

py-torchvision: Add missing checksum update from 0.4.1 update
Closes: #59618

Note: See TracTickets for help on using tickets.