Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#28833 closed defect (fixed)

winetricks: Checksum mismatch

Reported by: deesto (John S. De Stefano Jr.) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: winetricks

Description

Sorry to report this. This error follows a fresh (and successful but uneventful) sudo port selfupdate:

$ sudo port -v install winetricks
--->  Computing dependencies for winetricks.
--->  Verifying checksum(s) for winetricks
--->  Checksumming winetricks
Error: Checksum (sha1) mismatch for winetricks
Portfile checksum: winetricks sha1 cf9e0da301ddd7dfe42640e90f3235bdd3ddc6b3
Distfile checksum: winetricks sha1 c52593baf962b22d807dccadab4c5330ae5fe93c
Error: Checksum (rmd160) mismatch for winetricks
Portfile checksum: winetricks rmd160 efa2a2abb9f71d39a04172b3d6123c8522aa2621
Distfile checksum: winetricks rmd160 f205167b236b5cf99730b5346f6149d5b53c421e
The correct checksum line may be:
checksums           md5     f3a89018842bb9ee0a32c302d5346eb0 \
                    sha1    c52593baf962b22d807dccadab4c5330ae5fe93c \
                    rmd160  f205167b236b5cf99730b5346f6149d5b53c421e
Error: Target org.macports.checksum returned: Unable to verify file checksums
Warning: the following items did not execute (for winetricks): org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
Log for winetricks is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_winetricks/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

I see from past tickets that this tends to happen now and then when the source changes.

Change History (4)

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

Cc: deesto removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: Checksum mismatch for winetrickswinetricks: Checksum mismatch

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

Fixed livecheck in r77066.

comment:3 in reply to:  description Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Replying to deesto@…:

I see from past tickets that this tends to happen now and then when the source changes.

With any luck, following r77067, this will never happen again.

comment:4 Changed 13 years ago by deesto (John S. De Stefano Jr.)

Works great now. Thanks for the master_sites fix.

Note: See TracTickets for help on using tickets.