Changes between Version 3 and Version 4 of Ticket #54541


Ignore:
Timestamp:
Jul 28, 2017, 8:50:46 PM (7 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54541 – Description

    v3 v4  
    44:notice:fetch --->  Attempting to fetch llvm-3.9.1.src.tar.xz from http://her.gr.distfiles.macports.org/llvm
    55:debug:fetch Fetching distfile failed: The requested URL returned error: 404 Not Found
    6 }}}
    7 
    8 I wonder if there's an issue with syncing to the servers.
    9 
    10 {{{
    116:notice:fetch --->  Attempting to fetch llvm-3.9.1.src.tar.xz from https://pek.cn.distfiles.macports.org/macports/distfiles/llvm
    127:debug:fetch Fetching distfile failed: Connection timed out after 30004 milliseconds
     
    149:debug:fetch Error code: NONE
    1510:debug:fetch Backtrace: Connection timed out after 30004 milliseconds
     11:debug:fetch     while executing
     12:debug:fetch "error $lastError"
     13:debug:fetch     (procedure "portfetch::fetchfiles" line 62)
     14:debug:fetch     invoked from within
     15:debug:fetch "portfetch::fetchfiles"
     16:debug:fetch     (procedure "portfetch::fetch_main" line 17)
     17:debug:fetch     invoked from within
     18:debug:fetch "$procedure $targetname"
     19:debug:fetch Failed to locate 'lbzip2' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration
     20time location, did you move it?
     21:debug:fetch     while executing
     22:debug:fetch "error "$eMessage or at its MacPorts configuration time location, did you move it?""
     23:debug:fetch     invoked from within
     24:debug:fetch "try -pass_signal {
     25:debug:fetch             set cmd_path [macports::binaryInPath $prog]
     26:debug:fetch             return $cmd_path
    1627}}}
    17 
    18 And that one is likely a bad mirror which is causing the fetch to fail rather than falling back on searching other mirrors and eventually building from source.
    19 
    20 Ryan can probably better answer this one than I can.