Writing Makefile for Crypt::Serpent cp Serpent.pm blib/lib/Crypt/Serpent.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 Serpent.xs > Serpent.xsc && mv Serpent.xsc Serpent.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 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" Serpent.c In file included from _serpent.c:38In file included from _serpent.c:38, from Serpent.xs:19, from Serpent.xs:19: : serpent.h:36:1: warning: "TRUE" redefinedserpent.h:36:1: In file included from /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/perl.h:2056, from Serpent.xs:10: /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/handy.h:46:1: warning: this is the location of the previous definition In file included from _serpent.c:38warning: , from Serpent.xs:19: "TRUE" redefinedserpent.h:37:1: warning: In file included from /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/perl.h:2056"FALSE" redefined, from Serpent.xs:10 : In file included from /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/perl.h:2056/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/handy.h:46:1:, from Serpent.xs:10 : warning: /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/handy.h:47:1:this is the location of the previous definition warning: this is the location of the previous definitionIn file included from _serpent.c:38 , from Serpent.xs:19: serpent.h:37:1: warning: "FALSE" redefined In file included from /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/perl.h:2056, from Serpent.xs:10: /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE/handy.h:47:1: warning: this is the location of the previous definition Serpent.xs: In function 'XS_Crypt__Serpent_new': Serpent.xs: In function 'XS_Crypt__Serpent_new': Serpent.xs:60: warning: passing argument 2 of 'serpent_convert_to_string' from incompatible pointer type Serpent.xs:60: warning: passing argument 2 of 'serpent_convert_to_string' from incompatible pointer type Running Mkbootstrap for Crypt::Serpent () chmod 644 Serpent.bs rm -f blib/arch/auto/Crypt/Serpent/Serpent.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 Serpent.o -o blib/arch/auto/Crypt/Serpent/Serpent.bundle chmod 755 blib/arch/auto/Crypt/Serpent/Serpent.bundle 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 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load....FAILED tests 2, 4, 6, 8, 10, 12 Failed 6/13 tests, 53.85% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00_load.t 13 6 46.15% 2 4 6 8 10 12 Failed 1/1 test scripts, 0.00% okay. 6/13 subtests failed, 53.85% okay. make: *** [test_dynamic] Error 25