On Dec 28, 2007 6:54 AM, <[EMAIL PROTECTED]> wrote: > This distribution has been tested as part of the cpan-testers > effort to test as many new uploads to CPAN as possible. See > http://testers.cpan.org/ > > Please cc any replies to [email protected] to keep other > test volunteers informed and to prevent any duplicate effort. > > -- > Dear Steve Peters, > > This is a computer-generated report for Net-Ping-2.34 > on perl-5.8.4, created automatically by CPAN-Reporter-1.0601 > and sent to the CPAN Testers mailing list. > > If you have received this email directly, it is because the person testing > your distribution chose to send a copy to your CPAN email address; there > may be a delay before the official report is received and processed > by CPAN Testers. > > Thank you for uploading your work to CPAN. However, it appears that > there were some problems with your distribution. If these results are > not what you expect or if you would like to learn how to avoid FAIL > reports for missing dependencies, unsupported operating systems, etc., > please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: > http://cpantest.grango.org > > Sections of this report: > > * Tester comments > * Program output > * Prerequisites > * Environment and other context > > ------------------------------ > TESTER COMMENTS > ------------------------------ > > Additional comments from tester: > > [none provided] > > ------------------------------ > PROGRAM OUTPUT > ------------------------------ > > Output from '/usr/bin/make test': > > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/100_load.............ok > t/110_icmp_inst........icmp socket error - Operation not permitted at > t/110_icmp_inst.t line 27 > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/2 subtests > t/120_udp_inst.........ok > t/130_tcp_inst.........ok > t/140_stream_inst......ok > t/150_syn_inst.........ok > t/190_alarm............ok > t/200_ping_tcp.........ok > t/250_ping_hires.......ok > t/300_ping_stream......skipped: loopback tcp echo service is off (Connection > refused) > t/400_ping_syn.........ok > t/410_syn_host.........ok > t/450_service..........ok > t/500_ping_icmp........icmp socket error - Operation not permitted at > t/500_ping_icmp.t line 27 > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/2 subtests > t/510_ping_udp.........ok > > Test Summary Report > ------------------- > t/110_icmp_inst.t (Wstat: 65280 Tests: 1 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 2 tests but ran 1. > t/500_ping_icmp.t (Wstat: 65280 Tests: 1 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 2 tests but ran 1. > Files=15, Tests=104, 47 wallclock secs ( 0.09 usr 0.12 sys + 0.81 cusr > 0.28 csys = 1.30 CPU) > Result: FAIL > Failed 2/15 test programs. 0/104 subtests failed. > *** Error code 255 > > Stop in /root/.cpan/build/Net-Ping-2.34-ZcbP9O. >
Interesting. Does your particular FreeBSD prevent you from opening icmp sockets unless you are root? Does that failing tests pass if you become root? Thanks, Steve Peters [EMAIL PROTECTED]
