Writing Makefile for Crypt::Serpent cp Serpent.pm blib/lib/Crypt/Serpent.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Serpent.xs > Serpent.xsc && mv Serpent.xsc Serpent.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Serpent.c Warning 129: "serpent.h", line 36 # Redefinition of macro 'TRUE' differs from previous definition at ["/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE/handy.h", line 46]. #define TRUE 1 ^^^^ Warning 129: "serpent.h", line 37 # Redefinition of macro 'FALSE' differs from previous definition at ["/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE/handy.h", line 47]. #define FALSE 0 ^^^^^ Warning 863: "_serpent.c", line 206 # Result of operator << is widened from int to unsigned long. tt[3] = ((tt[3]>>1)&0x7FFFFFFF) | ((bytedata&1)<<31); ^^^^^^^^^^^^^^^ Warning 863: "_serpent.c", line 284 # Result of operator << is widened from int to unsigned long. tt[3] = ((tt[3]>>1)&0x7FFFFFFF) | ((bytedata&1)<<31); ^^^^^^^^^^^^^^^ Warning 361: "_serpent.c", line 301 # Value-returning function might end without executing a return statement. serpent_encrypt(unsigned long plaintext[4], ^^^^^^^^^^^^^^^ Warning 361: "_serpent.c", line 419 # Value-returning function might end without executing a return statement. serpent_decrypt(unsigned long ciphertext[4], ^^^^^^^^^^^^^^^ Warning 942: "Serpent.xs", line 60 # Types 'unsigned long *' and 'char *' are not assignment-compatible. serpent_convert_to_string(keySize << 3, (( (key)->sv_flags & ( 0x00040000)) == 0x00040000 ? ((XPV*) (key)->s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Running Mkbootstrap for Crypt::Serpent () chmod 644 Serpent.bs rm -f blib/arch/auto/Crypt/Serpent/Serpent.so LD_RUN_PATH="" /usr/bin/ld -b +vnocompatwarnings -L/usr/lib/hpux64 Serpent.o -o blib/arch/auto/Crypt/Serpent/Serpent.so chmod 755 blib/arch/auto/Crypt/Serpent/Serpent.so cp Serpent.bs blib/arch/auto/Crypt/Serpent/Serpent.bs chmod 644 blib/arch/auto/Crypt/Serpent/Serpent.bs Manifying blib/man3/Crypt::Serpent.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/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 dubious Test returned status 0 (wstat 139, 0x8b) test program seems to have generated a core DIED. FAILED tests 2-13 Failed 12/13 tests, 7.69% okay Failed 1/1 test scripts, 0.00% okay. 12/13 subtests failed, 7.69% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/00_load.t 0 139 13 24 184.62% 2-13 make: *** [test_dynamic] Error 2