Opened 3 years ago

Closed 3 years ago

#63316 closed defect (fixed)

minizip2 @2.9.1: Error: Failed to checksum

Reported by: kencu (Ken) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: minizip2

Description

$ sudo port -v destroot minizip2
--->  Computing dependencies for minizip2.
--->  Fetching distfiles for minizip2
--->  minizip-2.9.1.tar.gz does not exist in /opt/local/var/macports/distfiles/minizip2
--->  Attempting to fetch minizip-2.9.1.tar.gz from https://github.com/nmoinvaz/minizip/tarball/2.9.1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   138  100   138    0     0    693      0 --:--:-- --:--:-- --:--:--   696
100   132  100   132    0     0    429      0 --:--:-- --:--:-- --:--:--   429
100  726k    0  726k    0     0   642k      0 --:--:--  0:00:01 --:--:--  994k
--->  Verifying checksums for minizip2
--->  Checksumming minizip-2.9.1.tar.gz
Error: Checksum (rmd160) mismatch for minizip-2.9.1.tar.gz
Portfile checksum: minizip-2.9.1.tar.gz rmd160 1b9f54b99d30e2e359dcfb69fe521c46be60818d
Distfile checksum: minizip-2.9.1.tar.gz rmd160 c75af6c5e0ad5f743e5d0631dacbf9c57f22e49d
Error: Checksum (sha256) mismatch for minizip-2.9.1.tar.gz
Portfile checksum: minizip-2.9.1.tar.gz sha256 2e3db03843dddcf3268081fbaf4ce95caefea38ccdfc2b10178f0166d25c0bab
Distfile checksum: minizip-2.9.1.tar.gz sha256 56da5e5f0d00bf39c1906fec90a392e7943ea414f8a1ac8986f994537d84a7b8
Error: Checksum (size) mismatch for minizip-2.9.1.tar.gz
Portfile checksum: minizip-2.9.1.tar.gz size 744361
Distfile checksum: minizip-2.9.1.tar.gz size 744384
The correct checksum line may be:
checksums           rmd160  c75af6c5e0ad5f743e5d0631dacbf9c57f22e49d \
                    sha256  56da5e5f0d00bf39c1906fec90a392e7943ea414f8a1ac8986f994537d84a7b8 \
                    size    744384
Error: Failed to checksum minizip2: Unable to verify file checksums
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_archivers_minizip2/minizip2/main.log for details.

Change History (2)

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

Status: assignedaccepted

This is because a stealth update occurred when the project moved to a new organization and repository name on GitHub.

I need to rename the port to minizip-ng and update it to the latest version.

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

Resolution: fixed
Status: acceptedclosed

In 3e7ddf78c09688e95b0882e0f77f234ed9482012/macports-ports (master):

minizip-ng: New port, version 3.0.2, replaces minizip2

Closes: #63316

Note: See TracTickets for help on using tickets.