#16757 closed defect (worksforme)
lzo package fails checksum
Reported by: | rom.velasquez@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | lzo |
Description (last modified by mf2k (Frank Schima))
When trying to install lzo (1.0.8) I get a failed checksum message:
---> Verifying checksum(s) for lzo Error: Checksum (md5) mismatch for lzo-1.08.tar.gz Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing.
Even if I set the checksum.skip=yes option it still fails. The only way I got the package to install correctly was to manually unpack the source package and move it to the work directory and then rerun the install skipping the checksum.
Change History (3)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to blb@… |
Port: | lzo added |
comment:2 Changed 16 years ago by blb@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sounds like you received a bad download, I just grabbed it from both www.oberhumer.com and distfiles.macports.org and they agree with the Portfile.
You can have MacPorts retry a download by using
sudo port clean --dist lzo
then try again.