PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-11-01T22:45:08 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 01 Nov 2016 05:53:23 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/Devel-Hexdump-0.02.tar.gz Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MO/MONS/Devel-Hexdump-0.02.tar.gz ok Devel-Hexdump-0.02/ Devel-Hexdump-0.02/ppport.h Devel-Hexdump-0.02/Hexdump.xs Devel-Hexdump-0.02/Changes Devel-Hexdump-0.02/t/ Devel-Hexdump-0.02/MYMETA.json Devel-Hexdump-0.02/MYMETA.yml Devel-Hexdump-0.02/MANIFEST Devel-Hexdump-0.02/lib/ Devel-Hexdump-0.02/MANIFEST.SKIP Devel-Hexdump-0.02/README Devel-Hexdump-0.02/LICENSE Devel-Hexdump-0.02/Makefile.PL Devel-Hexdump-0.02/META.yml Devel-Hexdump-0.02/META.json Devel-Hexdump-0.02/lib/Devel/ Devel-Hexdump-0.02/lib/Devel/Hexdump.pm Devel-Hexdump-0.02/t/00-load.t Devel-Hexdump-0.02/t/01-test.t Configuring M/MO/MONS/Devel-Hexdump-0.02.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Devel::Hexdump Writing MYMETA.yml and MYMETA.json MONS/Devel-Hexdump-0.02.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/Devel-Hexdump-0.02.tar.gz >>> make cp lib/Devel/Hexdump.pm blib/lib/Devel/Hexdump.pm Running Mkbootstrap for Hexdump () chmod 644 "Hexdump.bs" "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hexdump.bs blib/arch/auto/Devel/Hexdump/Hexdump.bs 644 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "/Users/fly2400/cpanfly-5.24/var/megalib/ExtUtils/xsubpp" -typemap '/Users/fly2400/ap2400-300558/lib/ExtUtils/typemap' Hexdump.xs > Hexdump.xsc mv Hexdump.xsc Hexdump.c gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -mmacosx-version-min=10.9 -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" "-I/Users/fly2400/ap2400-300558/lib/CORE" Hexdump.c Hexdump.xs:37:17: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] unsigned char *p = data; ^ ~~~~ Hexdump.xs:50:79: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] warn("Parameters too big: estimated hex size will be %d, but have only %d", hex_sz, HEX_SZ); ~~ ^~~~~~ %zu Hexdump.xs:54:79: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] warn("Parameters too big: estimated chr size will be %d, but have only %d", chr_sz, CHR_SZ); ~~ ^~~~~~ %zu Hexdump.xs:98:31: warning: field width should have type 'int', but argument has type 'unsigned long' [-Wformat] sv_catpvf(rv,"[%-4.4s] %-*s %-*s\n", addrstr, hex_sz-1, hexstr, chr_sz-1, chrstr); ~~~^ ~~~~~~~~ Hexdump.xs:132:35: warning: more '%' conversions than data arguments [-Wformat] croak("Usage: xd($buffer [, \%config ])"); ~~^ Hexdump.xs:135:5: warning: assigning to 'U8 *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = SvPV(buf,l); ^ ~~~~~~~~~~~ Hexdump.xs:136:22: warning: passing 'U8 *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] RETVAL = myhexdump(p, l, &cf); ^ Hexdump.xs:19:29: note: passing argument to parameter 'data' here static SV * myhexdump(char *data, STRLEN size, hexdump_conf *cf) ^ 7 warnings generated. rm -f blib/arch/auto/Devel/Hexdump/Hexdump.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector -o blib/arch/auto/Devel/Hexdump/Hexdump.bundle Hexdump.o \ \ chmod 755 blib/arch/auto/Devel/Hexdump/Hexdump.bundle Manifying 1 pod document MONS/Devel-Hexdump-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hexdump.bs blib/arch/auto/Devel/Hexdump/Hexdump.bs 644 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .. 1..1 ok 1 - use Devel::Hexdump; ok t/01-test.t .. 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - no warnings ok All tests successful. Files=2, Tests=8, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.11 cusr 0.02 csys = 0.17 CPU) Result: PASS MONS/Devel-Hexdump-0.02.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/CHECKSUMS Mons Anderson <mons@cpan.org> Print nice hex dump of binary data >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Devel-Hexdump-0.02-Ap7eNO && tar cvf - Devel-Hexdump-0.02.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/M/MO/MONS/Devel-Hexdump-0.02.tar.gz Devel-Hexdump-0.02.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/Devel/ blib/arch/auto/Devel/Hexdump/ blib/arch/auto/Devel/Hexdump/Hexdump.bundle blib/lib/ blib/lib/Devel/ blib/lib/Devel/Hexdump.pm blib/man3/ blib/man3/Devel::Hexdump.3 Finished 2016-11-01T22:45:12