Checking if your kit is complete... Looks good Writing Makefile for Crypt::Rainbow cp Rainbow.pm blib/lib/Crypt/Rainbow.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 Rainbow.xs > Rainbow.xsc && mv Rainbow.xsc Rainbow.c cc -c -I. -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.0.0\" -DXS_VERSION=\"1.0.0\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Rainbow.c Warning 942: "_rainbow.c", line 286 # Types 'unsigned char *' and 'char *' are not assignment-compatible. vector = IV; ^^^^^^ Warning 942: "_rainbow.c", line 290 # Types 'char *' and 'unsigned char *' are not assignment-compatible. strncpy(cipher->IV,vector, ( 128/8) ); ^^^^^^^^^^ Warning 942: "_rainbow.c", line 290 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. strncpy(cipher->IV,vector, ( 128/8) ); ^^^^^^ Warning 942: "_rainbow.c", line 1043 # Types 'const char *' and 'const unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----ECB : OK!----\n"); ^^^^^^^^ Warning 942: "_rainbow.c", line 1043 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----ECB : OK!----\n"); ^^^^^ Warning 942: "_rainbow.c", line 1054 # Types 'const char *' and 'const unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----CBC : OK!----\n"); ^^^^^^^^ Warning 942: "_rainbow.c", line 1054 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----CBC : OK!----\n"); ^^^^^ Warning 942: "_rainbow.c", line 1065 # Types 'const char *' and 'const unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----CFB1 : OK!----\n"); ^^^^^^^^ Warning 942: "_rainbow.c", line 1065 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. if (strncmp(plainSrc,ptext,1024)==0) printf("----CFB1 : OK!----\n"); ^^^^^ Warning 942: "_rainbow.c", line 1109 # Types 'char *' and 'unsigned char *' are not assignment-compatible. strncpy (ctext, ptext, 1024); ^^^^^ Warning 942: "_rainbow.c", line 1109 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. strncpy (ctext, ptext, 1024); ^^^^^ Warning 942: "_rainbow.c", line 1125 # Types 'char *' and 'unsigned char *' are not assignment-compatible. strncpy (ctext, ptext, 1024); ^^^^^ Warning 942: "_rainbow.c", line 1125 # Types 'const char *' and 'unsigned char *' are not assignment-compatible. strncpy (ctext, ptext, 1024); ^^^^^ Warning 942: "Rainbow.xs", line 54 # Types 'char *' and 'unsigned char *' are not assignment-compatible. status = cipherInit(&RETVAL->ciph, 1, inV); ^^^ Warning 942: "Rainbow.xs", line 77 # Types 'unsigned char *' and 'char *' are not assignment-compatible. intext, 128, (( (RETVAL)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (RETV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Rainbow.xs", line 71 # Types 'unsigned char *' and 'char *' are not assignment-compatible. unsigned char* intext = (( (input)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((blockSiz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Rainbow.xs", line 71 # Types 'unsigned char *' and 'char *' are not assignment-compatible. unsigned char* intext = (( (input)->sv_flags & ( 0x00040000)) == 0x00040000 ? ( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Rainbow.xs", line 101 # Types 'unsigned char *' and 'char *' are not assignment-compatible. intext, 128, (( (RETVAL)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (RETV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Rainbow.xs", line 95 # Types 'unsigned char *' and 'char *' are not assignment-compatible. unsigned char* intext = (( (input)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((blockSiz ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Rainbow.xs", line 95 # Types 'unsigned char *' and 'char *' are not assignment-compatible. unsigned char* intext = (( (input)->sv_flags & ( 0x00040000)) == 0x00040000 ? ( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running Mkbootstrap for Crypt::Rainbow () chmod 644 Rainbow.bs rm -f blib/arch/auto/Crypt/Rainbow/Rainbow.so LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings -L/usr/lib/hpux32 Rainbow.o -o blib/arch/auto/Crypt/Rainbow/Rainbow.so chmod 755 blib/arch/auto/Crypt/Rainbow/Rainbow.so cp Rainbow.bs blib/arch/auto/Crypt/Rainbow/Rainbow.bs chmod 644 blib/arch/auto/Crypt/Rainbow/Rainbow.bs Manifying blib/man3/Crypt::Rainbow.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/01.........1..2 ok 1 - use Crypt::Rainbow; dubious Test returned status 0 (wstat 138, 0x8a) test program seems to have generated a core DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/02.........1..2 ok 1 - use Crypt::Rainbow; dubious Test returned status 0 (wstat 138, 0x8a) test program seems to have generated a core DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/loading....1..1 ok 1 - use Crypt::Rainbow; ok Failed 2/3 test scripts, 33.33% okay. 2/5 subtests failed, 60.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/01.t 0 138 2 2 100.00% 2 t/02.t 0 138 2 2 100.00% 2 make: *** [test_dynamic] Error 25