Opened 16 months ago
Closed 16 months ago
#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)
Change History (5)
Changed 16 months ago by cooljeanius (Eric Gallager)
| Attachment: | py312-meld3_main.log added |
|---|
comment:2 Changed 16 months ago by cooljeanius (Eric Gallager)
OK, I opened PR 27405: https://github.com/macports/macports-ports/pull/27405
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: | new → closed |
Note: See
TracTickets for help on using
tickets.

main.log for py312-meld3