[MacPorts] #64855: dot2tex @2.11.3: Unable to verify file checksums
MacPorts
noreply at macports.org
Sat Mar 19 23:06:08 UTC 2022
#64855: dot2tex @2.11.3: Unable to verify file checksums
------------------------+------------------------
Reporter: ryandesign | Owner: reneeotten
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: | Port: dot2tex
------------------------+------------------------
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.
--
Ticket URL: <https://trac.macports.org/ticket/64855>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list