Opened 8 months ago

Closed 8 months ago

#68131 closed defect (fixed)

prometheus @2.47.0: checksum mismatch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: herbygillot (Herby Gillot)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: prometheus

Description

https://build.macports.org/builders/ports-12_x86_64-builder/builds/81169/steps/install-port/logs/stdio

--->  Verifying checksums for prometheus
DEBUG: Executing org.macports.checksum (prometheus)
--->  Checksumming prometheus-2.47.0.tar.gz
DEBUG: Calculated (rmd160) is e9cbbbd481301035cac1fcce21a050c1794c92d5
Error: Checksum (rmd160) mismatch for prometheus-2.47.0.tar.gz
Portfile checksum: prometheus-2.47.0.tar.gz rmd160 e7d0caf778e0d4d751770165521ddab8f19cb152
Distfile checksum: prometheus-2.47.0.tar.gz rmd160 e9cbbbd481301035cac1fcce21a050c1794c92d5
DEBUG: Calculated (sha256) is 96c62bad7016fbcbbf62413b988f006adacde13f4ef419eebaa8b0f3eba69b50
Error: Checksum (sha256) mismatch for prometheus-2.47.0.tar.gz
Portfile checksum: prometheus-2.47.0.tar.gz sha256 1b01b087a61318f32239345c9cc02a79a163418fe5eab63041754e4fb5db787d
Distfile checksum: prometheus-2.47.0.tar.gz sha256 96c62bad7016fbcbbf62413b988f006adacde13f4ef419eebaa8b0f3eba69b50
DEBUG: Calculated (size) is 6335136
Error: Checksum (size) mismatch for prometheus-2.47.0.tar.gz
Portfile checksum: prometheus-2.47.0.tar.gz size 6296799
Distfile checksum: prometheus-2.47.0.tar.gz size 6335136
The correct checksum line may be:
checksums           rmd160  e9cbbbd481301035cac1fcce21a050c1794c92d5 \
                    sha256  96c62bad7016fbcbbf62413b988f006adacde13f4ef419eebaa8b0f3eba69b50 \
                    size    6335136
Error: Failed to checksum prometheus: Unable to verify file checksums
DEBUG: Error code: NONE

When you updated the port you didn't update the checksums.

Change History (1)

comment:1 Changed 8 months ago by herbygillot (Herby Gillot)

Resolution: fixed
Status: assignedclosed

In e2ae508e3c3c09435a8f0c08078e6e0135dc7d7d/macports-ports (master):

prometheus: fix checksums

Fixes: #68131

Note: See TracTickets for help on using tickets.