Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#15575 closed defect (invalid)

Minicom fails with checksum mismatch

Reported by: martinhess@… Owned by: waqar@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

---> Attempting to fetch minicom-2.3.tar.gz from http://alioth.debian.org/download.php/2332 ---> Verifying checksum(s) for minicom Error: Checksum (md5) mismatch for minicom-2.3.tar.gz Error: Checksum (sha1) mismatch for minicom-2.3.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing.

Change History (4)

comment:1 Changed 16 years ago by skymoo (Adam Mercer)

Milestone: Port Bugs
Owner: changed from macports-tickets@… to waqar@…

Looks like you got a corrupted download:

[ram@cizin ~]$ sudo port -d checksum minicom
<snip>
--->  Verifying checksum(s) for minicom
DEBUG: Executing org.macports.checksum (minicom)
--->  Checksumming minicom-2.3.tar.gz
DEBUG: Correct (md5) checksum for minicom-2.3.tar.gz
DEBUG: Correct (sha1) checksum for minicom-2.3.tar.gz
[ram@cizin ~]$ 

try running

$ sudo port clean --all minicom
$ sudo port install minicom

comment:2 Changed 16 years ago by martinhess@…

I thought that might be the case so I tried sudo port clean which doesn't do what you might expect. Your command did the trick. Everything is working fine now. Thank you.

comment:3 Changed 16 years ago by skymoo (Adam Mercer)

Resolution: invalid
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.