Changes between Initial Version and Version 1 of Ticket #44199, comment 10


Ignore:
Timestamp:
Jul 14, 2014, 2:43:17 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44199, comment 10

    initial v1  
    1 Hi, I'm experiencing this problem as well. "port upgrade outdated" will not complete because it fails at this point.
     1Hi, I'm experiencing this problem as well. "`port upgrade outdated`" will not complete because it fails at this point.
    22
     3{{{
    34$ cat /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gnutls/gnutls/main.log
    45...
    5 
    66:notice:fetch --->  Attempting to fetch gnutls-3.3.5.tar.xz from ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/
    7 
    87:debug:fetch Fetching distfile failed: Operation too slow. Less than 1024 bytes/sec transferred the last 60 seconds
    9 
    108...
    119:error:fetch org.macports.fetch for port gnutls returned: fetch failed
    12 
     10}}}
    1311
    1412What's bizarre is that I can download the archive using wget with no problems:
     13{{{
    1514$ wget ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-3.3.5.tar.xz
    1615...
    17 
    1816==> PASV ... done.    ==> RETR gnutls-3.3.5.tar.xz ... done.
    19 
    2017...
    21 
    22182014-07-04 15:51:58 (6.08 MB/s) - ‘gnutls-3.3.5.tar.xz’ saved [6007316]
    23 
    2419$ file gnutls-3.3.5.tar.xz
    25 
    2620gnutls-3.3.5.tar.xz: xz compressed data
     21}}}