Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#48176 closed defect (fixed)

unison @2.48.3_1 : unison-2.48.3.tar.gz checksum discrepancy

Reported by: wagner@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: unison

Description

unison fails to build (at least for me on OS X 10.10.3) due to a checksum discrepancy. sudo port install unison gives the error

:debug:checksum checksum phase started at Fri Jun 26 09:15:06 EDT 2015
:notice:checksum --->  Verifying checksums for unison
:debug:checksum Executing org.macports.checksum (unison)
:info:checksum --->  Checksumming unison-2.48.3.tar.gz
:debug:checksum Calculated (rmd160) is f70cca489bbde21797429a7c687e6ac86299ae79
:error:checksum Checksum (rmd160) mismatch for unison-2.48.3.tar.gz
:info:checksum Portfile checksum: unison-2.48.3.tar.gz rmd160 884b4ec225d0411e8112e809c621b6779cf816b6
:info:checksum Distfile checksum: unison-2.48.3.tar.gz rmd160 f70cca489bbde21797429a7c687e6ac86299ae79
:debug:checksum Calculated (sha256) is f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
:error:checksum Checksum (sha256) mismatch for unison-2.48.3.tar.gz
:info:checksum Portfile checksum: unison-2.48.3.tar.gz sha256 a695f9d45e95d3d9c3f25fcbf1891f5eb20e5aa51709f81b785a20e14270b7ee
:info:checksum Distfile checksum: unison-2.48.3.tar.gz sha256 f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483
:info:checksum The correct checksum line may be:
:info:checksum checksums           rmd160  f70cca489bbde21797429a7c687e6ac86299ae79 \
                    sha256  f40d3cfbe82078d79328b51acab3e5179f844135260c2f4710525b9b45b15483

It appears from this posting http://lists.seas.upenn.edu/pipermail/unison-hackers/2015-June/001835.html by Benjamin Pierce that the f40...483 sha256 checksum in the downloaded file is correct.

Attachments (1)

unison.diff (4.4 KB) - added by ryandesign (Ryan Carsten Schmidt) 9 years ago.
difference between unison 2.48.3 release in January 2015 and unison 2.48.3 released in February 2015

Download all attachments as: .zip

Change History (4)

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

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

It looks like a stealth update of 2.48.3 occurred in February 2015, after we initially updated the port to 2.48.3 in January 2015. The only change appears to be in the installation instructions in the file strings.ml (diff attached, for those interested), so there's no need to make people rebuild or redownload for that.

Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: unison.diff added

difference between unison 2.48.3 release in January 2015 and unison 2.48.3 released in February 2015

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

Resolution: fixed
Status: assignedclosed

Fixed in r138032. (We'll just ignore the official server until the next real version is released.) Wait 30 minutes, then "sudo port selfupdate", then "sudo port clean --all unison", then try again.

comment:3 Changed 9 years ago by wagner@…

unison now installs and runs as expected. Thank you!

Note: See TracTickets for help on using tickets.