Changes between Version 1 and Version 3 of Ticket #54541


Ignore:
Timestamp:
Jul 28, 2017, 8:49:17 PM (7 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:
: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 
time location, did you move it?

Not sure what that's about, but it's not the problem you care about.

---

:notice:fetch --->  Attempting to fetch llvm-3.9.1.src.tar.xz from http://her.gr.distfiles.macports.org/llvm
:debug:fetch Fetching distfile failed: The requested URL returned error: 404 Not Found

I wonder if there's an issue with syncing to the servers.

:notice:fetch --->  Attempting to fetch llvm-3.9.1.src.tar.xz from https://pek.cn.distfiles.macports.org/macports/distfiles/llvm
:debug:fetch Fetching distfile failed: Connection timed out after 30004 milliseconds
:error:fetch Failed to fetch llvm-3.9: Connection timed out after 30004 milliseconds
:debug:fetch Error code: NONE
:debug:fetch Backtrace: Connection timed out after 30004 milliseconds

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.

Ryan can probably better answer this one than I can.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54541

    • Property Status changed from new to assigned
    • Property Component changed from ports to server/hosting
    • Property Summary changed from gcc47 - installation failure, Failed to locate 'lbzip2' in path to llvm-3.9 not present on some distfiles mirrors, others timing out
    • Property Owner set to ryandesign
    • Property Keywords sierra removed
    • Property Port gcc47 removed
  • Ticket #54541 – Description

    v1 v3  
    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
     8I wonder if there's an issue with syncing to the servers.
     9
     10{{{
    611:notice:fetch --->  Attempting to fetch llvm-3.9.1.src.tar.xz from https://pek.cn.distfiles.macports.org/macports/distfiles/llvm
    712:debug:fetch Fetching distfile failed: Connection timed out after 30004 milliseconds
     
    914:debug:fetch Error code: NONE
    1015: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
    20 time 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
    2716}}}
     17
     18And 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
     20Ryan can probably better answer this one than I can.