Checking if your kit is complete... Looks good Writing Makefile for Clone::More cp lib/Clone/More.pm blib/lib/Clone/More.pm /home/cpanrun/build/5.6.1/bin/perl -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/build/5.6.1/lib/5.6.1/ExtUtils/typemap More.xs > More.xsc && mv More.xsc More.c gcc -c -I. -DUSE_REENTRANT_API -D_GNU_SOURCE -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.90.2\" -DXS_VERSION=\"0.90.2\" -fpic -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE More.c Running Mkbootstrap for Clone::More () chmod 644 More.bs rm -f blib/arch/auto/Clone/More/More.so LD_RUN_PATH="" gcc -shared More.o -o blib/arch/auto/Clone/More/More.so chmod 755 blib/arch/auto/Clone/More/More.so 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 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00general.........FAILED tests 1-19 Failed 19/19 tests, 0.00% okay t/01array...........ok t/02hash............ok t/03scalar..........ok t/04tie.............ok t/05dtype...........ok t/06refcnt..........ok t/07magic...........ok, 1/2 skipped: Taint::Runtime not installed t/10circular........FAILED tests 1-54 Failed 54/54 tests, 0.00% okay t/20hooks...........FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/30is_circular.....FAILED tests 1-8 Failed 8/8 tests, 0.00% okay t/dclone............ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/00general.t 19 19 100.00% 1-19 t/10circular.t 54 54 100.00% 1-54 t/20hooks.t 6 6 100.00% 1-6 t/30is_circular.t 8 8 100.00% 1-8 1 subtest skipped. Failed 4/12 test scripts, 66.67% okay. 87/152 subtests failed, 42.76% okay. make: *** [test_dynamic] Error 29