Opened 9 years ago
Closed 6 years ago
#49105 closed defect (fixed)
py26-mustache install fails with checksum error
Reported by: | rlhamil | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | jweede+macports@… | |
Port: | py-mustache |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Error: org.macports.checksum for port py26-mustache returned: Unable to verify file checksums
Change History (6)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | jweede+macports@… added |
---|---|
Description: | modified (diff) |
Keywords: | elcapitan removed |
Owner: | changed from macports-tickets@… to snc@… |
Port: | py-mustache added |
Summary: | py26-mustache install fails with checksum error on El Capitan → py26-mustache install fails with checksum error |
comment:2 Changed 9 years ago by rlhamil
Tried re-downloading, same result. Trying to download with browser, last place shown below was the only one that had it. The correct file may be found at https://pypi.python.org/packages/source/p/pystache/pystache-0.5.4.tar.gz
lapple:~ root# port selfupdate ---> Updating MacPorts base sources using rsync MacPorts base version 2.3.4 installed, MacPorts base version 2.3.4 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version
The ports tree has been updated. To upgrade your installed ports, you should run
port upgrade outdated
lapple:~ root# port clean --dist py26-mustache ---> Cleaning py26-mustache lapple:~ root# port install py26-mustache ---> Computing dependencies for py26-mustache ---> Fetching archive for py26-mustache ---> Attempting to fetch py26-mustache-0.5.4_0.darwin_15.noarch.tbz2 from http://packages.macports.org/py26-mustache ---> Attempting to fetch py26-mustache-0.5.4_0.darwin_15.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py26-mustache ---> Attempting to fetch py26-mustache-0.5.4_0.darwin_15.noarch.tbz2 from http://nue.de.packages.macports.org/macports/packages/py26-mustache ---> Fetching distfiles for py26-mustache ---> Attempting to fetch pystache-0.5.4.tar.gz from https://github.com/defunkt/pystache/tarball/v0.5.4 ---> Verifying checksums for py26-mustache Error: Checksum (rmd160) mismatch for pystache-0.5.4.tar.gz Error: Checksum (sha256) mismatch for pystache-0.5.4.tar.gz Error: org.macports.checksum for port py26-mustache returned: Unable to verify file checksums
comment:5 Changed 6 years ago by reneeotten (Renee Otten)
the checksumming currently works correctly
---> Checksumming pystache-0.5.4.tar.gz DEBUG: Calculated (rmd160) is 07b303af8cb3841fb1afb1bf73c625cf54b6fe94 DEBUG: Correct (rmd160) checksum for pystache-0.5.4.tar.gz DEBUG: Calculated (sha256) is f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a DEBUG: Correct (sha256) checksum for pystache-0.5.4.tar.gz
Removal of py26-mustache is suggested in [https://github.com/macports/macports-ports/pull/2288 PR2288
comment:6 Changed 6 years ago by reneeotten <reneeotten@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
Did you read wiki:FAQ#checksums and try to figure out which case applies in your situation?