I have OSX 10.5 and tried to sudo port install gnuplot, only to get this:

--->  Computing dependencies for gnuplot
--->  Verifying checksum(s) for gnuplot
Error: Checksum (md5) mismatch for gnuplot.pdf
Error: Checksum (sha1) mismatch for gnuplot.pdf
Error: Checksum (rmd160) mismatch for gnuplot.pdf

I don't care whether gnuplot.pdf has a checksum mismatch, it's not part of the executables... how do I get around this? I can't seem to re-download or uninstall either.

link|improve this question

71% accept rate
See the MacPorts FAQ for some steps and notes about checksum mismatches. – slhck Jun 11 '11 at 23:01
feedback

1 Answer

up vote 1 down vote accepted

I did

sudo port -d selfupdate
sudo port clean gnuplot
sudo port install gnuplot

and that fixed it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.