Writing Makefile for Crypt::RC6 cp RC6.pm blib/lib/Crypt/RC6.pm /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap RC6.xs > RC6.xsc && mv RC6.xsc RC6.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1\" -DXS_VERSION=\"1\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" RC6.c Warning 942: "RC6.xs", line 57 # Types 'unsigned char *' and 'char *' are not assignment-compatible. rc6_generateKeySchedule( (( (key)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (key)->s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "RC6.xs", line 83 # Types 'unsigned char *' and 'char *' are not assignment-compatible. rc6_encrypt(rawbytes, self->S, (( (RETVAL)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (RETV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "RC6.xs", line 110 # Types 'unsigned char *' and 'char *' are not assignment-compatible. rc6_decrypt(rawbytes, self->S, (( (RETVAL)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (RETV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running Mkbootstrap for Crypt::RC6 () chmod 644 RC6.bs rm -f blib/arch/auto/Crypt/RC6/RC6.so LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings -L/usr/lib/hpux32 RC6.o -o blib/arch/auto/Crypt/RC6/RC6.so chmod 755 blib/arch/auto/Crypt/RC6/RC6.so cp RC6.bs blib/arch/auto/Crypt/RC6/RC6.bs chmod 644 blib/arch/auto/Crypt/RC6/RC6.bs Manifying blib/man3/Crypt::RC6.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_load....1..13 ok 1 not ok 2 ok 3 not ok 4 ok 5 not ok 6 ok 7 not ok 8 ok 9 not ok 10 ok 11 not ok 12 ok 13 FAILED tests 2, 4, 6, 8, 10, 12 Failed 6/13 tests, 53.85% okay Failed 1/1 test scripts, 0.00% okay. 6/13 subtests failed, 53.85% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/00_load.t 13 6 46.15% 2 4 6 8 10 12 make: *** [test_dynamic] Error 25