No Net::Ping test in building perl-5.16.3#1632
No Net::Ping test in building perl-5.16.3#1632wavewave wants to merge 9 commits intoNixOS:masterfrom
Conversation
|
Please ignore poppler-glib patch in the above. Only the last one is relevant. Sorry for confusion. |
…roblem beyond directory boundary. ref: http://lists.bestpractical.com/pipermail/shipwright/2010-June/000029.html
|
Hmm, builders aren't supposed to access network, and in chroot builds it even isn't possible, which is what we're doing for Linux builds on Hydra. I wonder why the tests are skipped there and not for you. |
|
Removing the test should do no harm, as we don't want to run it anyway. For testing/merging workflow, this is the same problem as #1633 (perl is inevitably stdenv-changing). |
|
Hmm, that's interesting. I thought it was due to the firewall as the name of the module (Net::Ping) suggested. I was testing this on AFS workspace on my machine which has a very strict firewall and SELinux. I am going to investigate errors further if I can have more information from verbose logs. |
|
This appears to be subsumed by #1905, which will be merged soon as part of a series of |
Due to some firewall restriction, Net::Ping tests while buiding perl caused failure with the following error:
This patch removes Net-Ping tests from perl source code base.