*** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72) - Digest ...loaded. (1.15) - Pod::Usage ...loaded. (1.35) - Getopt::Long ...loaded. (2.37) - Digest::base ...loaded. (1.00) - MIME::Base64 ...loaded. (3.07_01) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Digest::Whirlpool cp Whirlpool.pm blib/lib/Digest/Whirlpool.pm /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" /Users/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /Users/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap Whirlpool.xs > Whirlpool.xsc && mv Whirlpool.xsc Whirlpool.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=\"1.0.6\" -DXS_VERSION=\"1.0.6\" "-I/Users/cpanrun/build/5.10.0/lib/CORE" Whirlpool.c In file included from Whirlpool.xs:5: _whirlpool.c: In function 'makeISOTestVectors': _whirlpool.c:1988: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:1995: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2002: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2009: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2016: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2023: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2030: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness In file included from Whirlpool.xs:5: _whirlpool.c: In function 'makeISOTestVectors': _whirlpool.c:1988: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:1995: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2002: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2009: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2016: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2023: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness _whirlpool.c:2030: warning: pointer targets in passing argument 1 of 'NESSIEadd' differ in signedness Whirlpool.xs: In function 'XS_Digest__Whirlpool_digest': Whirlpool.xs:89: warning: pointer targets in passing argument 2 of 'NESSIEfinalize' differ in signedness Whirlpool.xs: In function 'XS_Digest__Whirlpool_digest': Whirlpool.xs:89: warning: pointer targets in passing argument 2 of 'NESSIEfinalize' differ in signedness Running Mkbootstrap for Digest::Whirlpool () chmod 644 Whirlpool.bs rm -f blib/arch/auto/Digest/Whirlpool/Whirlpool.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 Whirlpool.o -o blib/arch/auto/Digest/Whirlpool/Whirlpool.bundle \ \ chmod 755 blib/arch/auto/Digest/Whirlpool/Whirlpool.bundle cp Whirlpool.bs blib/arch/auto/Digest/Whirlpool/Whirlpool.bs chmod 644 blib/arch/auto/Digest/Whirlpool/Whirlpool.bs cp script/whirlpoolsum blib/script/whirlpoolsum /Users/cpanrun/build/5.10.0/bin/perl "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/whirlpoolsum Manifying blib/man1/whirlpoolsum.1 Manifying blib/man3/Digest::Whirlpool.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-use.t t/01-whirlpool.t t/02-pod.t t/add.t t/addfile.t t/b64digest.t t/clone.t t/digest.t t/hashsize.t t/hexdigest.t t/new.t t/reset.t t/00-use..........1..1 ok 1 - use Digest::Whirlpool; ok t/01-whirlpool....1..7 ok 1 - message digest for 123 ok 2 - message digest for 12345678901234567890123456789012345678901234567890123456789012345678901234567890 ok 3 - message digest for ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ok 4 - message digest for a ok 5 - message digest for abc ok 6 - message digest for abcdbcdecdefdefgefghfghighijhijk ok 7 - message digest for abcdefghijklmnopqrstuvwxyz ok t/02-pod..........1..0 # Skip set TEST_POD to enable this test skipped all skipped: set TEST_POD to enable this test t/add.............1..3 ok 1 - add as a non-oo method ok 2 - adding one item ok 3 - adding two items to the first one ok t/addfile.........1..1 ok 1 - adding two items to the first one ok t/b64digest.......1..2 ok 1 - digest ok 2 - digest ok t/clone...........1..3 ok 1 ok 2 ok 3 ok t/digest..........1..2 ok 1 - digest as a non-oo method ok 2 - digest ok t/hashsize........1..2 ok 1 - hashsize ok 2 - hashsize: OO ok t/hexdigest.......1..1 ok 1 - digest ok t/new.............1..7 ok 1 - The object isa Digest::Whirlpool ok 2 - The object isa Digest::Whirlpool ok 3 - The object isa Digest::Whirlpool ok 4 - The object isa Digest::Whirlpool::Subclass::One ok 5 - The object isa Digest::Whirlpool::Subclass::Two ok 6 - The object isa Digest::Whirlpool ok 7 - The object isa Digest::Whirlpool::Subclass::Three ok t/reset...........1..4 ok 1 - reset as a non-oo method ok 2 - adding one item ok 3 - adding one item ok 4 - adding one item ok All tests successful, 1 test skipped. Files=12, Tests=33, 2 wallclock secs ( 1.07 cusr + 0.32 csys = 1.39 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/Digest/Whirlpool/Whirlpool.bs Installing /Users/cpanrun/build/5.10.0/site/lib/auto/Digest/Whirlpool/Whirlpool.bundle Installing /Users/cpanrun/build/5.10.0/html/bin/whirlpoolsum.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Digest/Whirlpool.html Installing /Users/cpanrun/build/5.10.0/site/lib/Digest/Whirlpool.pm Installing /Users/cpanrun/build/5.10.0/site/man/man1/whirlpoolsum.1 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Digest::Whirlpool.3 Installing /Users/cpanrun/build/5.10.0/site/bin/whirlpoolsum Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod