Opened 7 years ago

Closed 7 years ago

#54489 closed defect (fixed)

lua-mpack @1.0.2 Checksum Failure

Reported by: mathomp4 (Matthew Thompson) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc:
Port: lua-mpack

Description

(Note: No maintainer found with port)

In trying to build neovim, Macports failed in installing lua-mpack:

(39) $ port install lua-mpack
--->  Fetching distfiles for lua-mpack
--->  Verifying checksums for lua-mpack
Error: Checksum (rmd160) mismatch for libmpack-1.0.2.tar.gz
Error: Checksum (sha256) mismatch for libmpack-1.0.2.tar.gz
Error: Failed to checksum lua-mpack: Unable to verify file checksums
Error: See /Users/mathomp4/macports/var/macports/logs/_Users_mathomp4_macports_var_macports_sources_distfiles.macports.org_ports_devel_lua-mpack/lua-mpack/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port lua-mpack failed

From the port -v checksum:

(46) $ port -v checksum lua-mpack
--->  Verifying checksums for lua-mpack
--->  Checksumming libmpack-1.0.2.tar.gz
Error: Checksum (rmd160) mismatch for libmpack-1.0.2.tar.gz
Portfile checksum: libmpack-1.0.2.tar.gz rmd160 101a8a1321b144ff107b437ab2aa49cde60299f0
Distfile checksum: libmpack-1.0.2.tar.gz rmd160 b94f5b90b40850606e09c2adfa10a5f034fbdff3
Error: Checksum (sha256) mismatch for libmpack-1.0.2.tar.gz
Portfile checksum: libmpack-1.0.2.tar.gz sha256 d0b44fc0d8282fe296fcc2d2ea790ff0714969f6672b7d673bd8b3b8bab64e99
Distfile checksum: libmpack-1.0.2.tar.gz sha256 50b5ad52304a17866240924a427a9098eb815e2ee6cb57600469725c08705bc9
The correct checksum line may be:
checksums           rmd160  b94f5b90b40850606e09c2adfa10a5f034fbdff3 \
                    sha256  50b5ad52304a17866240924a427a9098eb815e2ee6cb57600469725c08705bc9
Error: Failed to checksum lua-mpack: Unable to verify file checksums
Error: See /Users/mathomp4/macports/var/macports/logs/_Users_mathomp4_macports_var_macports_sources_distfiles.macports.org_ports_devel_lua-mpack/lua-mpack/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port lua-mpack failed

Change History (2)

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

Owner: set to ryandesign
Status: newaccepted

A stealth update occurred as a result of the GitHub project moving to a new owner (from "tarruda" to "libmpack").

A new version is available, so I'll update the port.

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

Resolution: fixed
Status: acceptedclosed

In 28b40df45cfe54dc239408beb923330aade46502/macports-ports:

lua-mpack: Update to 1.0.4

Closes: #54489

Note: See TracTickets for help on using tickets.