Checking if your kit is complete... Warning: the following files are missing in your kit: Makefile.old Please inform the author. Writing Makefile for Crypt::SMIME cp lib/SMIME/JA.pod blib/lib/Crypt/SMIME/JA.pod cp lib/SMIME.pm blib/lib/Crypt/SMIME.pm /Users/cpanrun/build/5.10.0/bin/perl /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap SMIME.xs > SMIME.xsc && mv SMIME.xsc SMIME.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" SMIME.c Running Mkbootstrap for Crypt::SMIME () chmod 644 SMIME.bs rm -f blib/arch/auto/Crypt/SMIME/SMIME.bundle LD_RUN_PATH="/usr/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 SMIME.o -o blib/arch/auto/Crypt/SMIME/SMIME.bundle \ -lcrypto \ chmod 755 blib/arch/auto/Crypt/SMIME/SMIME.bundle cp SMIME.bs blib/arch/auto/Crypt/SMIME/SMIME.bs chmod 644 blib/arch/auto/Crypt/SMIME/SMIME.bs Manifying blib/man3/SMIME::JA.3 Manifying blib/man3/SMIME.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/smime.more....1..13 ok 1 - use Crypt::SMIME; # Testing Crypt::SMIME 0.08 ok 2 - new instance of Crypt::SMIME ok 3 - got anything from $smime->sign ok 4 - all \n in signed are part of \r\n ok 5 - prepared mime message ok 6 - outer headers of prepared mime message ok 7 - prepared message is apprers in signed message too ok 8 - outer headers of prepared message is apprers in signed message too ok 9 - got anything from $smime->signonly ok 10 - all \n in signed_only are part of \r\n ok 11 - got anything from $smime->encrypt ok 12 - got anything from $smime->decrypt ok 13 - verify result of decrypt. ok t/smime.........1..23 ok 1 - new ok 2 - setPrivateKey (without passphrase) ok 3 - sign undef ok 4 - sign ref ok 5 - signonly undef ok 6 - signonly ref ok 7 - encrypt undef ok 8 - encrypt ref ok 9 - isSigned undef ok 10 - isSigned ref ok 11 - isEncrypted undef ok 12 - isEncrypted ref ok 13 - sign ok 14 - signed ok 15 - setPublicKey (one key) ok 16 - check ok 17 - $verify eq check(sign($plain)) ok 18 - setPublicKey (two keys) ok 19 - encrypt ok 20 - isEncrypted ok 21 - decrypt (by sender's key) ok 22 - $plain eq decrypt(encrypt($plain)) ok 23 - decrypt (by recipient's key) ok All tests successful. Files=2, Tests=36, 1 wallclock secs ( 0.39 cusr + 0.17 csys = 0.56 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree make: *** [pure_site_install] Hangup