Checking if your kit is complete... Looks good Writing Makefile for Sort::External cp lib/Sort/External/Cookbook.pm blib/lib/Sort/External/Cookbook.pm cp lib/Sort/External.pm blib/lib/Sort/External.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 External.xs > External.xsc && mv External.xsc External.c gcc -c -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.16\" -DXS_VERSION=\"0.16\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" External.c Running Mkbootstrap for Sort::External () chmod 644 External.bs rm -f blib/arch/auto/Sort/External/External.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 External.o -o blib/arch/auto/Sort/External/External.bundle \ \ chmod 755 blib/arch/auto/Sort/External/External.bundle cp External.bs blib/arch/auto/Sort/External/External.bs chmod 644 blib/arch/auto/Sort/External/External.bs Manifying blib/man3/Sort::External::Cookbook.3 Manifying blib/man3/Sort::External.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/00-load..........1..1 ok 1 - use Sort::External; # Testing Sort::External 0.16, Perl 5.008005, /usr/local/bin/perl ok t/01-simplesort....1..9 Argument "/tmp/gH0OvIiHdl" isn't numeric in numeric ge (>=) at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 82. Undefined subroutine in sort at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 186. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-9 Failed 9/9 tests, 0.00% okay t/02-binary........1..1 Error in tempfile() using 1000/XXXXXXXXXX: Parent directory (1000/) is not a directory at lib/Sort/External.pm line 179 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03-long_items....1..1 Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at lib/Sort/External.pm line 179 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/04-metadata......1..3 Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at lib/Sort/External.pm line 179 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/05-types.........1..5 # Failed test 'reject a scalar ref' # at t/05-types.t line 25. # 'Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 179 # ' # doesn't match '(?-xism:can't handle)' not ok 1 - reject a scalar ref # Failed test 'reject a hash ref' # at t/05-types.t line 25. not ok 2 - reject a hash ref # 'Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 179 # ' # doesn't match '(?-xism:can't handle)' # Failed test 'reject an array ref' # at t/05-types.t line 25. not ok 3 - reject an array ref # 'Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 179 # ' # doesn't match '(?-xism:can't handle)' # Failed test 'reject a sub ref' not ok 4 - reject a sub ref # at t/05-types.t line 25. # 'Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 179 # ' # doesn't match '(?-xism:can't handle)' # Failed test 'reject a glob ref' # at t/05-types.t line 25. not ok 5 - reject a glob ref # 'Error in tempfile() using 5/XXXXXXXXXX: Parent directory (5/) is not a directory at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Sort-External/blib/lib/Sort/External.pm line 179 # ' # doesn't match '(?-xism:can't handle)' # Looks like you failed 5 tests of 5. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/pod-coverage.....1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod..............1..2 ok 1 - blib/lib/Sort/External.pm ok 2 - blib/lib/Sort/External/Cookbook.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-simplesort.t 255 65280 9 18 1-9 t/02-binary.t 255 65280 1 2 1 t/03-long_items.t 255 65280 1 2 1 t/04-metadata.t 255 65280 3 6 1-3 t/05-types.t 5 1280 5 5 1-5 1 test skipped. Failed 5/8 test scripts. 19/22 subtests failed. Files=8, Tests=22, 2 wallclock secs ( 1.17 cusr + 0.31 csys = 1.48 CPU) Failed 5/8 test programs. 19/22 subtests failed. make: *** [test_dynamic] Error 255