Checking if your kit is complete... Looks good Writing Makefile for Clone::Fast cp lib/Clone/Fast.pm blib/lib/Clone/Fast.pm /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/ExtUtils/typemap Fast.xs > Fast.xsc && mv Fast.xsc Fast.c gcc -c -I. -DUSE_REENTRANT_API -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE -mlp64 -L/lib/hpux64 -DUINT32_MAX_BROKEN -fPIC -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.93\" -DXS_VERSION=\"0.93\" -fPIC -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all/CORE Fast.c Running Mkbootstrap for Clone::Fast () chmod 644 Fast.bs rm -f blib/arch/auto/Clone/Fast/Fast.so LD_RUN_PATH="" gcc -mlp64 -shared -L/lib/hpux64 Fast.o -o blib/arch/auto/Clone/Fast/Fast.so chmod 755 blib/arch/auto/Clone/Fast/Fast.so cp Fast.bs blib/arch/auto/Clone/Fast/Fast.bs chmod 644 blib/arch/auto/Clone/Fast/Fast.bs Manifying blib/man3/Clone::Fast.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi-64all -I/home/cpanrun/ia64-lp64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00general.........1..10 ok 1 - use Clone::Fast; ok 2 - A structure was cloned appropriately ok 3 - A structure was cloned appropriately ok 4 - A structure was cloned appropriately ok 5 - A structure was cloned appropriately ok 6 - A ARRAY structure was cloned appropriately ok 7 - A ARRAY structure was cloned appropriately ok 8 - A HASH structure was cloned appropriately ok 9 - A HASH structure was cloned appropriately ok 10 - A ARRAY structure was cloned appropriately ok t/01array...........1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/02hash............1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok t/03scalar..........1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/04tie.............1..4 ok 1 ok 2 ok 3 ok 4 ok t/05dtype...........1..2 ok 1 ok 2 ok t/06refcnt..........1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/07magic...........1..3 ok 1 # skip Scalar::Util not installed ok 2 # skip Taint::Runtime not installed ok 3 - Cloned variable with pos() magic ok, 2/3 skipped: various reasons t/20hooks...........ok 1 - use Clone::Fast; ok 2 ok 3 ok 4 ok 5 ok 6 1..6 FAILED tests 1-6 Failed 6/6 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------------------------------------------------------------------- t/20hooks.t 6 6 100.00% 1-6 2 subtests skipped. Failed 1/9 test scripts, 88.89% okay. 6/72 subtests failed, 91.67% okay. make: *** [test_dynamic] Error 25