Changes between Initial Version and Version 1 of Ticket #54541, comment 3
- Timestamp:
- Jul 28, 2017, 8:51:24 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54541, comment 3
initial v1 11 11 :notice:fetch ---> Attempting to fetch llvm-3.9.1.src.tar.xz from http://her.gr.distfiles.macports.org/llvm 12 12 :debug:fetch Fetching distfile failed: The requested URL returned error: 404 Not Found 13 }}} 14 15 I wonder if there's an issue with syncing to the servers. 16 17 {{{ 13 18 :notice:fetch ---> Attempting to fetch llvm-3.9.1.src.tar.xz from https://pek.cn.distfiles.macports.org/macports/distfiles/llvm 14 19 :debug:fetch Fetching distfile failed: Connection timed out after 30004 milliseconds 15 20 :error:fetch Failed to fetch llvm-3.9: Connection timed out after 30004 milliseconds 21 :debug:fetch Error code: NONE 22 :debug:fetch Backtrace: Connection timed out after 30004 milliseconds 16 23 }}} 17 24 18 That is.25 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 26 20 Ryan , any ideas why this user isn't able to connect to the macports mirrors?27 Ryan can probably better answer this one than I can.