#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:
---> 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 3 years ago by reneeotten (Renee Otten)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
In 04b0708e669439006c175700f7ea273122cd1b53/macports-ports (master):