Opened 7 years ago

Closed 7 years ago

#54541 closed defect (fixed)

llvm-3.9 @3.9.1 distfiles not present on distfiles mirrors, some timing out

Reported by: mollymayo4 Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: server/hosting Version: 2.4.1
Keywords: Cc:
Port:

Description (last modified by jeremyhu (Jeremy Huddleston Sequoia))

I am trying to install port gcc47. I have Xcode 8.3.3 and macOS Sierra 10.12.6. I have tried uninstalling both Xcode and MacPorts and restarting the whole process. I've also reaccepted the Xcode license and cleaned the port between all attempts to install the port. Any suggestions??

: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
: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
:debug:fetch     while executing
:debug:fetch "error $lastError"
:debug:fetch     (procedure "portfetch::fetchfiles" line 62)
:debug:fetch     invoked from within
:debug:fetch "portfetch::fetchfiles"
:debug:fetch     (procedure "portfetch::fetch_main" line 17)
:debug:fetch     invoked from within
:debug:fetch "$procedure $targetname"
: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?
:debug:fetch     while executing
:debug:fetch "error "$eMessage or at its MacPorts configuration time location, did you move it?""
:debug:fetch     invoked from within
:debug:fetch "try -pass_signal {
:debug:fetch             set cmd_path [macports::binaryInPath $prog]
:debug:fetch             return $cmd_path

Attachments (1)

main.log (41.4 KB) - added by mollymayo4 7 years ago.

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by mollymayo4

Attachment: main.log added

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Keywords: sierra removed
Owner: set to jeremyhu
Port: llvm-3.9 added; gcc47 removed
Status: newassigned

In the future, please fill in the Port field with the port that actually fails to build and Cc that port's maintainers (port info --maintainers llvm-3.9), if any.

comment:3 Changed 7 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Component: portsserver/hosting
Description: modified (diff)
Owner: changed from jeremyhu to ryandesign
Port: llvm-3.9 removed
Summary: gcc47 - installation failure, Failed to locate 'lbzip2' in pathllvm-3.9 not present on some distfiles mirrors, others timing out
: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.

Last edited 7 years ago by jeremyhu (Jeremy Huddleston Sequoia) (previous) (diff)

comment:4 Changed 7 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Description: modified (diff)

comment:5 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: llvm-3.9 not present on some distfiles mirrors, others timing outllvm-3.9 @3.9.1 distfiles not present on distfiles mirrors, some timing out

I have added the llvm and clang 3.9.1 distfiles to the master MacPorts server. (We are not mirroring automatically; #53347) They should sync to the other servers within a few hours.

I don't know why the user cannot reach the Peking mirror.

Ignore the lbzip2 error.

comment:6 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.