Changes between Version 2 and Version 3 of Ticket #50172, comment 6


Ignore:
Timestamp:
Dec 30, 2015, 2:20:31 AM (8 years ago)
Author:
demis.ucsb@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50172, comment 6

    v2 v3  
    7474}}}
    7575
    76 I believe it's showing that the various macports mirrors were not working (not returning the tarball), so `port` grabbed the tarball from **python.org** instead.  I've tried a few times to see if the macports.org servers would serve up the correct portfile/tarball, without any different results, so I haven't the foggiest as to what's going on there.
     76
     77In contrast, `py27-htmldocs` completes successfully, with:
     78
     79{{{
     80sudo port -v checksum py27-htmldocs
     81--->  Fetching distfiles for py27-htmldocs
     82--->  python-2.7.11-docs-html.tar.bz2 doesn't seem to exist in /opt/local/var/macports/distfiles/py-htmldocs
     83--->  Attempting to fetch python-2.7.11-docs-html.tar.bz2 from http://docs.python.org/2.7/archives
     84  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
     85                                 Dload  Upload   Total   Spent    Left  Speed
     86  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
     87100 4453k  100 4453k    0     0  2073k      0  0:00:02  0:00:02 --:--:-- 4964k
     88--->  Verifying checksums for py27-htmldocs
     89--->  Checksumming python-2.7.11-docs-html.tar.bz2
     90>_
     91}}}