Checking if your kit is complete... Looks good Writing Makefile for Crypt::Square cp Square.pm blib/lib/Crypt/Square.pm /Users/cpanrun/pristine/5.8.7/bin/perl /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/xsubpp -typemap /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/typemap -typemap typemap Square.xs > Square.xsc && mv Square.xsc Square.c gcc -c -I. -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 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.0.0\" -DXS_VERSION=\"1.0.0\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" Square.c Square.xs: In function 'XS_Crypt__Square_new': Square.xs:45: warning: pointer targets in passing argument 1 of 'squareGenerateRoundKeys' differ in signedness Square.xs: In function 'XS_Crypt__Square_encrypt': Square.xs:58: warning: pointer targets in initialization differ in signedness Square.xs: In function 'XS_Crypt__Square_decrypt': Square.xs:78: warning: pointer targets in initialization differ in signedness Square.xs: In function 'XS_Crypt__Square_new': Square.xs:45: warning: pointer targets in passing argument 1 of 'squareGenerateRoundKeys' differ in signedness Square.xs: In function 'XS_Crypt__Square_encrypt': Square.xs:58: warning: pointer targets in initialization differ in signedness Square.xs: In function 'XS_Crypt__Square_decrypt': Square.xs:78: warning: pointer targets in initialization differ in signedness Running Mkbootstrap for Crypt::Square () chmod 644 Square.bs rm -f blib/arch/auto/Crypt/Square/Square.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 Square.o -o blib/arch/auto/Crypt/Square/Square.bundle chmod 755 blib/arch/auto/Crypt/Square/Square.bundle cp Square.bs blib/arch/auto/Crypt/Square/Square.bs chmod 644 blib/arch/auto/Crypt/Square/Square.bs Manifying blib/man3/Crypt::Square.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01......... # Failed test (t/01.t at line 21) # got: '05f8aafdefb4f5f9c751e5b36c8a37d8' # expected: '4a9713fc25a973feed95aa98e90221cb' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/02......... # Failed test (t/02.t at line 21) # got: '00000000000000000000000000000000' # expected: 'dfff9b940cee0521547c7b8d28d2373f' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/03......... # Failed test (t/03.t at line 21) # got: 'ffd90e8a92a1b025108168714f7923f7' # expected: 'c8d92f201819438676f697cfc2f9536f' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/04......... # Failed test (t/04.t at line 21) # got: '0f1e2d3c4b5a69788796a5b4c3d2e1f0' # expected: 'd2a8b627be21bf0575c111f45df15a3e' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/loading....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01.t 1 256 2 1 50.00% 2 t/02.t 1 256 2 1 50.00% 2 t/03.t 1 256 2 1 50.00% 2 t/04.t 1 256 2 1 50.00% 2 Failed 4/5 test scripts, 20.00% okay. 4/9 subtests failed, 55.56% okay. make: *** [test_dynamic] Error 25