Checking if your kit is complete... Looks good Writing Makefile for Crypt::CAST5 cp CAST5.pm blib/lib/Crypt/CAST5.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 CAST5.xs > CAST5.xsc && mv CAST5.xsc CAST5.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.05\" -DXS_VERSION=\"0.05\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" CAST5.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.05\" -DXS_VERSION=\"0.05\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" _cast5.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.05\" -DXS_VERSION=\"0.05\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" tables.c Running Mkbootstrap for Crypt::CAST5 () chmod 644 CAST5.bs rm -f blib/arch/auto/Crypt/CAST5/CAST5.bundle 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 CAST5.o _cast5.o tables.o -o blib/arch/auto/Crypt/CAST5/CAST5.bundle \ \ chmod 755 blib/arch/auto/Crypt/CAST5/CAST5.bundle cp CAST5.bs blib/arch/auto/Crypt/CAST5/CAST5.bs chmod 644 blib/arch/auto/Crypt/CAST5/CAST5.bs Manifying blib/man3/Crypt::CAST5.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/1cast5....1..9 ok 1 - use Crypt::CAST5; ok 2 - Create object ok 3 - ...of the proper type ok 4 - 128-bit encryption ok 5 - 128-bit decryption ok 6 - 80-bit encryption ok 7 - 80-bit decryption ok 8 - 40-bit encryption ok 9 - 40-bit decryption ok t/2cbc......1..2 ok 1 - ciphertext length check ok 2 - encrypt-decrypt ok t/3utf......1..8 ok 1 - initialize with utf8 key ok 2 - encrypt utf8 data ok 3 - decrypt utf8 data ok 4 - decrypt 8-byte bad data ok 5 - encrypt 8-byte bad data ok 6 - decrypt 8-char bad data ok 7 - encrypt 8-char bad data ok 8 - bad key ok All tests successful. Files=3, Tests=19, 0 wallclock secs ( 0.27 cusr + 0.09 csys = 0.36 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/build/5.10.0/site/lib/auto/Crypt/CAST5/CAST5.bs Installing /Users/cpanrun/build/5.10.0/site/lib/auto/Crypt/CAST5/CAST5.bundle Installing /Users/cpanrun/build/5.10.0/html/site/lib/Crypt/CAST5.html Installing /Users/cpanrun/build/5.10.0/site/lib/Crypt/CAST5.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Crypt::CAST5.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod make: *** [doc_update] Hangup