Checking if your kit is complete... Looks good Writing Makefile for Crypt::Square cp Square.pm blib/lib/Crypt/Square.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 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 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.0.0\" -DXS_VERSION=\"1.0.0\" "-I/Users/cpanrun/build/5.10.0/lib/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_new': Square.xs:45: warning: pointer targets in passing argument 1 of 'squareGenerateRoundKeys' 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_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 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 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/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01.........1..2 ok 1 - use Crypt::Square; not ok 2 # Failed test at t/01.t 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.........1..2 ok 1 - use Crypt::Square; # Failed test at t/02.t line 21. not ok 2 # 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.........1..2 ok 1 - use Crypt::Square; not ok 2 # Failed test at t/03.t 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.........1..2 ok 1 - use Crypt::Square; # Failed test at t/04.t line 21. not ok 2 # 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....1..1 ok 1 - use Crypt::Square; ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01.t 1 256 2 1 2 t/02.t 1 256 2 1 2 t/03.t 1 256 2 1 2 t/04.t 1 256 2 1 2 Failed 4/5 test scripts. 4/9 subtests failed. Files=5, Tests=9, 2 wallclock secs ( 1.41 cusr + 0.28 csys = 1.69 CPU) Failed 4/5 test programs. 4/9 subtests failed. make: *** [test_dynamic] Error 255