#26894: libsamplerate fails with checksum error -------------------------------+-------------------------------------------- Reporter: mark6691@… | Owner: boeyms@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: fixed | Keywords: Port: libsamplerate | -------------------------------+-------------------------------------------- Comment(by bruder.s@…): Replying to [comment:20 jmr@…]:
r72671 (maintainer timeout)
For me, nothing was fixed. I managed to workaround with this procedure: 1. Try to install the package (failed with checksum error): sudo port install libsamplerate 2. Locate the downloaded package - for me, it could be found in /opt/local/var/macports/distfiles/libsamplerate 3. Overwrite the file with the one found at distfiles.macports.org, i.e. {{{sudo rm libsamplerate-0.1.7.tar.gz && sudo wget http://distfiles.macports.org/libsamplerate/libsamplerate-0.1.7.tar.gz}}} 4. Retry {{{sudo port install libsamplerate}}} PS: You can check the file at the downloaded location with {{{md5 libsamplerate-0.1.7.tar.gz}}}. If the output doesn't match the expected value, try downloading the package from another location (google) -- Ticket URL: <https://trac.macports.org/ticket/26894#comment:21> MacPorts <http://www.macports.org/> Ports system for Mac OS