#45615 closed defect (fixed)
py-pymc @2.3.4_0: Checksum error
Reported by: | cdeil (Christoph Deil) | Owned by: | humem (humem) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-pymc |
Description
I'm getting the following checksum error trying to install pymc
:
$ sudo port install py34-pymc Waiting for lock on /opt/local/var/macports/registry/.registry.lock ---> Computing dependencies for py34-pymc ---> Fetching archive for py34-pymc Warning: Your DNS servers incorrectly claim to know the address of nonexistent hosts. This may cause checksum mismatches for some ports. See this page for more information: <https://trac.macports.org/wiki/MisbehavingServers> ---> Attempting to fetch py34-pymc-2.3.4_0+gcc48.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/py34-pymc ---> Attempting to fetch py34-pymc-2.3.4_0+gcc48.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/py34-pymc ---> Attempting to fetch py34-pymc-2.3.4_0+gcc48.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py34-pymc ---> Fetching distfiles for py34-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from http://nue.de.distfiles.macports.org/macports/distfiles/py-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from http://lil.fr.distfiles.macports.org/py-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/py-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/py-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from http://her.gr.distfiles.macports.org/mirrors/macports/mpdistfiles/py-pymc ---> Attempting to fetch pymc-2.3.4.tar.gz from https://github.com/pymc-devs/pymc/tarball/2.3.4 ---> Verifying checksums for py34-pymc Error: Checksum (rmd160) mismatch for pymc-2.3.4.tar.gz Error: Checksum (sha256) mismatch for pymc-2.3.4.tar.gz Error: org.macports.checksum for port py34-pymc returned: Unable to verify file checksums Please see the log file for port py34-pymc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-pymc/py34-pymc/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py34-pymc failed
Full log: https://gist.github.com/cdeil/14d1ae34eda534c2f30c
(There have been several cases of stealth updates of pymc
tarballs in the past, maybe this is another one?)
Change History (3)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | hum@… removed |
---|---|
Owner: | changed from macports-tickets@… to hum@… |
Summary: | py-pymc: Checksum error → py-pymc @2.3.4_0: Checksum error |
comment:2 Changed 10 years ago by humem (humem)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
If a stealth update has occurred, you must change dist_subdir
; see PortfileRecipes#stealth-updates
Note: See
TracTickets for help on using
tickets.
Thanks for your report. Committed in r127400.