Checking if your kit is complete... Looks good Writing Makefile for Socket::MsgHdr cp MsgHdr.pm blib/lib/Socket/MsgHdr.pm /Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap MsgHdr.xs > MsgHdr.xsc && mv MsgHdr.xsc MsgHdr.c gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" MsgHdr.c MsgHdr.xs: In function 'XS_Socket__MsgHdr_unpack_cmsghdr': MsgHdr.xs: In function 'XS_Socket__MsgHdr_unpack_cmsghdr':MsgHdr.xs:112: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness MsgHdr.xs:112: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness Running Mkbootstrap for Socket::MsgHdr () chmod 644 MsgHdr.bs rm -f blib/arch/auto/Socket/MsgHdr/MsgHdr.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 MsgHdr.o -o blib/arch/auto/Socket/MsgHdr/MsgHdr.bundle \ \ chmod 755 blib/arch/auto/Socket/MsgHdr/MsgHdr.bundle cp MsgHdr.bs blib/arch/auto/Socket/MsgHdr/MsgHdr.bs chmod 644 blib/arch/auto/Socket/MsgHdr/MsgHdr.bs Manifying blib/man3/Socket::MsgHdr.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10basic....1..24 ok 1 ok 2 - basic exports ok 3 - basic exports ok 4 - IO::Socket->can(recvmsg) ok 5 - IO::Socket->can(sendmsg) ok 6 - Socket::MsgHdr->can(new) ok 7 - Socket::MsgHdr->can(name) ok 8 - Socket::MsgHdr->can(namelen) ok 9 - Socket::MsgHdr->can(buf) ok 10 - Socket::MsgHdr->can(buflen) ok 11 - Socket::MsgHdr->can(control) ok 12 - Socket::MsgHdr->can(controllen) Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. ok 13 - Socket::MsgHdr->can(flags) ok 14 - Socket::MsgHdr->can(cmsghdr) Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. ok 15 - namelen method/ctor ok ok 16 - buflen method/ctor ok ok 17 - controllen method/ctor ok Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. ok 18 - flags method/ctor ok Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. ok 19 - name method/ctor ok Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. Argument "foofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofoofo..." isn't numeric in numeric eq (==) at t/10basic.t line 38. ok 20 - buf method/ctor ok Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at t/10basic.t line 42. ok 21 - control method/ctor ok ok 22 - empty initial cmsghdr sets control ok 23 - cmsghdr sets control ok 24 - cmsghdr fetches properly ok t/20send.....1..8 Use of uninitialized value in subroutine entry at t/20send.t line 26. Use of uninitialized value in subroutine entry at t/20send.t line 26. sendmsg: Invalid argument # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/30recv.....1..8 Useless use of numeric eq (==) in void context at t/30recv.t line 125. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. ok 1 - plain recv emulation ok 2 - plain recvfrom emulation Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. ok 3 - recv(msg_trunc) emulation Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. ok 4 - recvfrom(msg_trunc) emulation Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. ok 5 - recv(msg_dontwait) emulation Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in length at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Socket-MsgHdr/blib/lib/Socket/MsgHdr.pm line 29. Use of uninitialized value in subroutine entry at t/30recv.t line 20. Use of uninitialized value in subroutine entry at t/30recv.t line 91. Use of uninitialized value in subroutine entry at t/30recv.t line 91. ok 6 - recvfrom(msg_dontwait) emulation ok 7 - recvmsg() undef on failure Use of uninitialized value in subroutine entry at t/30recv.t line 108. sendmsg: Invalid argument # Looks like you planned 8 tests but only ran 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 8 Failed 1/8 tests, 87.50% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/20send.t 255 65280 8 16 1-8 t/30recv.t 255 65280 8 2 8 Failed 2/3 test scripts. 9/40 subtests failed. Files=3, Tests=40, 0 wallclock secs ( 0.28 cusr + 0.08 csys = 0.36 CPU) Failed 2/3 test programs. 9/40 subtests failed. make: *** [test_dynamic] Error 255