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. At Fri, 26 Feb 2016 13:06:19 -0500, Neil Van Dyke wrote: > 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. > > http://pkg-build.racket-lang.org/server/built/fail/rackonsole.txt > > Downloading http://localhost:18333/built/pkgs/mcfly.zip > > Downloading http://localhost:18333/built/pkgs/overeasy.zip > > Downloading http://localhost:18333/built/pkgs/charterm.zip > > Downloading > > https://pkgs.racket-lang.org/www.neilvandyke.org/racket/gdbdump.zip > > tcp-connect: connection failed > > detail: host not found > > address: pkgs.racket-lang.org > > port number: 443 > > step: 1 > > system error: Name or service not known; errno=-2 > > context...: > > /home/racket/build-pkgs/racket/collects/openssl/mzssl.rkt:1641:0: > > ssl-connect150 > > Thanks, > Neil V. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/56D0941B.4090205%40neilvandyke.org > . > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/56d0a01a.0c01620a.f3eae.ffffd5d4SMTPIN_ADDED_MISSING%40gmr-mx.google.com. For more options, visit https://groups.google.com/d/optout.
