Checking if your kit is complete... Looks good Writing Makefile for Clone::More cp lib/Clone/More.pm blib/lib/Clone/More.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 More.xs > More.xsc && mv More.xsc More.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.90.2\" -DXS_VERSION=\"0.90.2\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" More.c Running Mkbootstrap for Clone::More () chmod 644 More.bs rm -f blib/arch/auto/Clone/More/More.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 More.o -o blib/arch/auto/Clone/More/More.bundle \ \ chmod 755 blib/arch/auto/Clone/More/More.bundle cp More.bs blib/arch/auto/Clone/More/More.bs chmod 644 blib/arch/auto/Clone/More/More.bs Manifying blib/man3/Clone::More.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/00general........ok 1 - use Clone::More; ok 2 - Some structure was gathered ok 3 - A structure was cloned appropriately ok 4 - Some structure was gathered ok 5 - A structure was cloned appropriately ok 6 - Some structure was gathered ok 7 - A structure was cloned appropriately ok 8 - Some structure was gathered ok 9 - A structure was cloned appropriately ok 10 - Some structure was gathered dubious Test returned status 0 (wstat 10, 0xa) t/01array..........1..10 ok 1 dubious Test returned status 0 (wstat 10, 0xa) DIED. FAILED tests 2-10 Failed 9/10 tests, 10.00% okay t/02hash...........1..18 ok 1 ok 2 not ok 3 not ok 4 not ok 5 not ok 6 ok 7 ok 8 not ok 9 not ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 FAILED tests 3-6, 9-10 Failed 6/18 tests, 66.67% okay t/03scalar.........1..10 ok 1 ok 2 not ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 FAILED test 3 Failed 1/10 tests, 90.00% okay t/04tie............1..5 ok 1 dubious Test returned status 0 (wstat 10, 0xa) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/05dtype..........1..2 ok 1 not ok 2 FAILED test 2 Failed 1/2 tests, 50.00% okay t/06refcnt.........1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 FAILED tests 7-9 Failed 3/9 tests, 66.67% okay t/07magic..........1..2 ok 1 - Cloned weak reference ok 2 # skip Taint::Runtime not installed ok 1/2 skipped: various reasons t/10circular....... ok 1 - use Clone::More; # Failed test at t/10circular.t line 27. not ok 2 ok 3 ok 4 dubious Test returned status 0 (wstat 10, 0xa) t/20hooks..........ok 1 - use Clone::More; ok 2 ok 3 ok 4 ok 5 ok 6 1..6 ok t/30is_circular.... # Failed test at t/30is_circular.t line 20. ok 1 - use Clone::More; # Failed test at t/30is_circular.t line 21. not ok 2 not ok 3 ok 4 # Failed test at t/30is_circular.t line 42. ok 5 not ok 6 # Failed test at t/30is_circular.t line 61. not ok 7 ok 8 # Looks like you failed 4 tests of 8. 1..8 dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 2-3, 6-7 Failed 4/8 tests, 50.00% okay t/dclone...........dubious Test returned status 0 (wstat 10, 0xa) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00general.t 0 10 ?? ?? ?? t/01array.t 0 10 10 18 2-10 t/02hash.t 18 6 3-6 9-10 t/03scalar.t 10 1 3 t/04tie.t 0 10 5 8 2-5 t/05dtype.t 2 1 2 t/06refcnt.t 9 3 7-9 t/10circular.t 0 10 ?? ?? ?? t/30is_circular.t 4 1024 8 4 2-3 6-7 t/dclone.t 0 10 ?? ?? ?? 1 subtest skipped. Failed 10/12 test scripts. 15/70 subtests failed. Files=12, Tests=70, 2 wallclock secs ( 1.00 cusr + 0.31 csys = 1.31 CPU) Failed 10/12 test programs. 15/70 subtests failed. make: *** [test_dynamic] Error 255