eisseven > tar xzf IO-Socket-INET6-2.61.tar.gz eisseven > cd IO-Socket-INET6-2.61 eisseven > perl Makefile.PL Checking if your kit is complete... Looks good Warning: prerequisite Socket6 0.12 not found. Writing Makefile for IO::Socket::INET6 eisseven > cd ../IO-Socket-INET6-2.61 eisseven > perl Makefile.PL Writing Makefile for IO::Socket::INET6 eisseven > make cp lib/IO/Socket/INET6.pm blib/lib/IO/Socket/INET6.pm eisseven > make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blocking.t .......... IO::Socket::INET6: socket: Address family not supported by protocol at t/blocking.t line 34. # Looks like your test exited with 97 before it could output anything. t/blocking.t .......... Dubious, test returned 97 (wstat 24832, 0x6100) Failed 2/2 subtests t/configure6.t ........ ok t/host6.t ............. IO::Socket::INET6: socket: Address family not supported by protocol at t/host6.t line 35. t/host6.t ............. Dubious, test returned 97 (wstat 24832, 0x6100) No subtests run t/io_multihomed6.t .... IO::Socket::INET6: socket: Address family not supported by protocol at t/io_multihomed6.t line 57. t/io_multihomed6.t .... Dubious, test returned 97 (wstat 24832, 0x6100) Failed 5/5 subtests t/io_sock6.t .......... IO::Socket::INET6: socket: Address family not supported by protocol at t/io_sock6.t line 47. t/io_sock6.t .......... Dubious, test returned 97 (wstat 24832, 0x6100) Failed 20/20 subtests t/io_udp6.t ........... ok t/listen_port_only.t .. skipped: failed to create inet6 listener t/pod-coverage.t ...... ok t/pod.t ............... ok Test Summary Report ------------------- t/blocking.t (Wstat: 24832 Tests: 0 Failed: 0) Non-zero exit status: 97 Parse errors: Bad plan. You planned 2 tests but ran 0. t/host6.t (Wstat: 24832 Tests: 0 Failed: 0) Non-zero exit status: 97 Parse errors: No plan found in TAP output t/io_multihomed6.t (Wstat: 24832 Tests: 0 Failed: 0) Non-zero exit status: 97 Parse errors: Bad plan. You planned 5 tests but ran 0. t/io_sock6.t (Wstat: 24832 Tests: 0 Failed: 0) Non-zero exit status: 97 Parse errors: Bad plan. You planned 20 tests but ran 0. Files=9, Tests=10, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.97 cusr 0.07 csys = 1.12 CPU) Result: FAIL Failed 4/9 test programs. 0/10 subtests failed. make: *** [test_dynamic] Error 255