Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#64855 closed defect (fixed)

dot2tex @2.11.3: Unable to verify file checksums

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: reneeotten (Renee Otten)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: nerdling (Jeremy Lavergne)
Port: dot2tex

Description

By moving the inclusion of the python portgroup to the top of the portfile before the github.setup invocation in [a88055b5efe59e601906038694a40ee3f6ada684/macports-ports] you've caused the port to download from github instead of from pypi, resulting in a checksum mismatch:

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

--->  Verifying checksums for dot2tex
DEBUG: Executing org.macports.checksum (dot2tex)
--->  Checksumming dot2tex-2.11.3.tar.gz
DEBUG: Calculated (rmd160) is b1c77c4b3036197222af0541e0d7086e8b5b6169
Error: Checksum (rmd160) mismatch for dot2tex-2.11.3.tar.gz
Portfile checksum: dot2tex-2.11.3.tar.gz rmd160 a7d4388511cd487e3aed41698d28211dacf3f2d2
Distfile checksum: dot2tex-2.11.3.tar.gz rmd160 b1c77c4b3036197222af0541e0d7086e8b5b6169
DEBUG: Calculated (sha256) is e1b6282b29ee5b87600dcb926e3faca6dec49eed7d230bf726285d7e07e38215
Error: Checksum (sha256) mismatch for dot2tex-2.11.3.tar.gz
Portfile checksum: dot2tex-2.11.3.tar.gz sha256 299a2af05aee5bbe0257a562a506a93e279293d5c38f28d08ab8acb3233fe7ce
Distfile checksum: dot2tex-2.11.3.tar.gz sha256 e1b6282b29ee5b87600dcb926e3faca6dec49eed7d230bf726285d7e07e38215
DEBUG: Calculated (size) is 664785
Error: Checksum (size) mismatch for dot2tex-2.11.3.tar.gz
Portfile checksum: dot2tex-2.11.3.tar.gz size 660914
Distfile checksum: dot2tex-2.11.3.tar.gz size 664785
The correct checksum line may be:
checksums           rmd160  b1c77c4b3036197222af0541e0d7086e8b5b6169 \
                    sha256  e1b6282b29ee5b87600dcb926e3faca6dec49eed7d230bf726285d7e07e38215 \
                    size    664785
Error: Failed to checksum dot2tex: Unable to verify file checksums

I suggest putting the inclusion of the python portgroup back where it was.

Change History (2)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Resolution: fixed
Status: assignedclosed

In 04b0708e669439006c175700f7ea273122cd1b53/macports-ports (master):

dot2tex: switch order of PGs

Closes: #64855

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

In 4ba32503f993c3060c46320b135e17853afeeaf6/macports-ports (master):

dot2tex: Really fix master_sites

Closes: #64855

Note: See TracTickets for help on using tickets.