Opened 3 years ago

Closed 11 months ago

#63313 closed defect (invalid)

hugo @0.86.0 +extended: go: github.com/BurntSushi/locker@v0.0.0-20171006230638-a6e239ea1c69: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/locker/@v/v0.0.0-20171006230638-a6e239ea1c69.mod": dial tcp: i/o timeout

Reported by: xaon Owned by: cardi (calvin ardi)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc:
Port: hugo

Description

Hi,

I have an issue that "port install hugo" works, but not "port install hugo +extended":

Please find the main.log attached.

I am using Big Sur 11.3.

Attachments (1)

main.log (14.8 KB) - added by xaon 3 years ago.
main.log

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by xaon

Attachment: main.log added

main.log

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: hugo removed
Owner: set to cardi
Status: newassigned
Summary: hugo @0.86.0 +extended: Failed to build hugo: command execution failedhugo @0.86.0 +extended: go: github.com/BurntSushi/locker@v0.0.0-20171006230638-a6e239ea1c69: Get "https://proxy.golang.org/github.com/%21burnt%21sushi/locker/@v/v0.0.0-20171006230638-a6e239ea1c69.mod": dial tcp: i/o timeout

I don't see this problem on High Sierra.

Could it have been a temporary network issue? What happens if you try again?

When you don't use the +extended variant, you probably get a binary of hugo from our packages server, but we don't have binaries for non-default variants. Do you also see the problem without the +extended variant if you disable the use of our binaries? sudo port uninstall hugo && sudo port clean hugo && sudo port -s install hugo

Do you see this problem with any other go ports that fetch from proxy.golang.org?

Are you able to access proxy.golang.org in a web browser?

comment:2 Changed 3 years ago by xaon

Hi Ryan,

You are right! it was actually my firewall blocking the network of go process. Somehow i missed the notification.

After fixing the firewall, everything works as expected. Sorry about the false alarm...

comment:3 Changed 11 months ago by herbygillot (Herby Gillot)

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