Opened 19 years ago

Closed 19 years ago

#4718 closed defect (fixed)

BUG: opensp-1.5.1

Reported by: opendarwin@… Owned by: mij@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

opensp-1.5.1

Checksum doesn't match:

$ sudo port install opensp ---> Verifying checksum(s) for opensp Error: Target com.apple.checksum returned: Could not open file: /opt/local/var/db/dports/distfiles/ opensp/OpenSP-1.5.1.tar.gz

This is probably related to the fix to 3212:

http://bugzilla.opendarwin.org/show_bug.cgi?id=3212

Change History (1)

comment:1 Changed 19 years ago by opendarwin@…

Resolution: fixed
Status: newclosed

ports apparently wasn't able to fix this on its own, which may indicate some bug with the ports system generally and its selfupdate, but I discovered that this works to resolve the specific problem that I was seeing:

$ find /opt/local/var/db/dports|grep -i opensp|xargs sudo rm -rf $ sudo port install opensp

Note: See TracTickets for help on using tickets.