pkg-build tcp-connect: connection failed, detail: host not found, address: pkgs.racket-lang.org
26 views
Skip to first unread message
Neil Van Dyke
unread,
Feb 26, 2016, 1:06:20 PM2/26/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Racket-Dev List
Is the reliability of pkg-build/pkgs servers setup OK?
Reason I ask: This morning, three of my packages failed to build because
pkg-build could not resolve/reach pkgs (example below). I've also seen
at least one install failure in the last few days when pkg-build got a
tcp-connect error to my Web server.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neil Van Dyke, Racket-Dev List
The pkg-build service is not good at reporting problems in accessing a
package. Access issues tend to become network failures in the logs,
because the real failure happened when trying to put a copy of the
package where the build VM can reach it.
In this case, the problem is that the "gdbdump" package is registered
with the source "www.neilvandyke.org/racket/gdbdump.zip". I think you
meant a "http://" at the beginning.