#71856 closed defect (fixed)

py312-meld3 @2.0.1: Error: Checksum (size) mismatch for meld3-2.0.1.tar.gz

Reported by: cooljeanius (Eric Gallager) Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.10.5
Keywords: Cc: reneeotten (Renee Otten)
Port: py-meld3, py312-meld3

Description

Attempting to upgrade py-meld3 results in the following checksum error:

--->  Verifying checksums for py312-meld3
DEBUG: Executing org.macports.checksum (py312-meld3)
--->  Checksumming meld3-2.0.1.tar.gz
DEBUG: Calculated (rmd160) is 96ca23ce08569abb62f0779600b2dc5be7c68c5b
Error: Checksum (rmd160) mismatch for meld3-2.0.1.tar.gz
Portfile checksum: meld3-2.0.1.tar.gz rmd160 087c67816bc0cdcc8dabccec0b1bb9dd384e267a
Distfile checksum: meld3-2.0.1.tar.gz rmd160 96ca23ce08569abb62f0779600b2dc5be7c68c5b
DEBUG: Calculated (sha256) is 3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558cad5e775
Error: Checksum (sha256) mismatch for meld3-2.0.1.tar.gz
Portfile checksum: meld3-2.0.1.tar.gz sha256 1efda676264490db2e30bfb81b27a918cc6d9c2de6d609491aa43410b9537eb9
Distfile checksum: meld3-2.0.1.tar.gz sha256 3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558cad5e775
DEBUG: Calculated (size) is 36097
Error: Checksum (size) mismatch for meld3-2.0.1.tar.gz
Portfile checksum: meld3-2.0.1.tar.gz size 36464
Distfile checksum: meld3-2.0.1.tar.gz size 36097
The correct checksum line may be:
checksums           rmd160  96ca23ce08569abb62f0779600b2dc5be7c68c5b \
                    sha256  3ea266994f1aa83507679a67b493b852c232a7905e29440a6b868558cad5e775 \
                    size    36097
Error: Failed to checksum py312-meld3: Unable to verify file checksums
DEBUG: Error code: NONE
DEBUG: Backtrace: Unable to verify file checksums

Attachments (1)

py312-meld3_main.log (4.5 KB) - added by cooljeanius (Eric Gallager) 16 months ago.
main.log for py312-meld3

Download all attachments as: .zip

Change History (5)

Changed 16 months ago by cooljeanius (Eric Gallager)

Attachment: py312-meld3_main.log added

main.log for py312-meld3

comment:1 Changed 16 months ago by cooljeanius (Eric Gallager)

I am testing a patch.

comment:2 Changed 16 months ago by cooljeanius (Eric Gallager)

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

Cc: reneeotten added

Before just changing the checksums, one would want to understand why they were wrong.

The preceding commit to the port has this message:

py-meld3: remove port

  • no dependents in MacPorts, no upstream support

However, the commit did not remove the port; it changed the version (but not the checksums, hence the checksum mismatch now) and the python version used.

Renee, was your intention in that preceding commit to delete the port? If so, should we do that now, rather than fix the checksums?

comment:4 Changed 16 months ago by reneeotten (Renee Otten)

Owner: set to reneeotten
Resolution: fixed
Status: newclosed

In fb728b8e27b0af90648fa4f962c56abdca1b163a/macports-ports (master):

py-meld3: remove port

  • unmaintained packackage, no longer dependency of py-supervisor

Closes: #71856
Closes: https://github.com/macports/macports-ports/pull/27405

Note: See TracTickets for help on using tickets.