Checking if your kit is complete... Looks good Writing Makefile for POSIX::strptime cp lib/POSIX/strptime.pm blib/lib/POSIX/strptime.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 strptime.xs > strptime.xsc && mv strptime.xsc strptime.c Please specify prototyping behavior for strptime.xs (see perlxs manual) 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.08\" -DXS_VERSION=\"0.08\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" strptime.c Running Mkbootstrap for POSIX::strptime () chmod 644 strptime.bs rm -f blib/arch/auto/POSIX/strptime/strptime.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 strptime.o -o blib/arch/auto/POSIX/strptime/strptime.bundle \ \ chmod 755 blib/arch/auto/POSIX/strptime/strptime.bundle cp strptime.bs blib/arch/auto/POSIX/strptime/strptime.bs chmod 644 blib/arch/auto/POSIX/strptime/strptime.bs Manifying blib/man3/POSIX::strptime.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-signature......1..1 ok 1 # skip Next time around, consider install Module::Signature, so you can verify the integrity of this distribution. ok 1/1 skipped: various reasons t/POSIX-strptime....1..6 ok 1 - use POSIX::strptime; # Failed test '2005-02-04 10:32:34 UTC|%F %T %Z|34 32 10 4 1 105 5 34' # at t/POSIX-strptime.t line 17. not ok 2 - 2005-02-04 10:32:34 UTC|%F %T %Z|34 32 10 4 1 105 5 34 # Structures begin differing at: # $got->[6] = undef # $expected->[6] = '5' # Failed test '2005-02-04 10:32:34 +0100|%F %T %z|34 32 10 4 1 105 5 34' # at t/POSIX-strptime.t line 17. not ok 3 - 2005-02-04 10:32:34 +0100|%F %T %z|34 32 10 4 1 105 5 34 # Structures begin differing at: # $got->[6] = undef # $expected->[6] = '5' # Failed test '2005-02-04|%F|undef undef undef 4 1 105 5 34' # at t/POSIX-strptime.t line 17. not ok 4 - 2005-02-04|%F|undef undef undef 4 1 105 5 34 # Structures begin differing at: # $got->[6] = undef # $expected->[6] = '5' ok 5 - 10:32:34|%H:%M:%S|34 32 10 undef undef undef undef undef ok 6 - blah blah|%H:%M:%S|undef undef undef undef undef undef undef undef # Looks like you failed 3 tests of 6. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/6 tests, 50.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/POSIX-strptime.t 3 768 6 3 2-4 1 subtest skipped. Failed 1/2 test scripts. 3/7 subtests failed. Files=2, Tests=7, 0 wallclock secs ( 0.10 cusr + 0.04 csys = 0.14 CPU) Failed 1/2 test programs. 3/7 subtests failed. make: *** [test_dynamic] Error 3