PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-03-21T01:22:23 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 20 Mar 2017 04:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/MO/MONS/XML-Fast-0.11.tar.gz ok XML-Fast-0.11/ XML-Fast-0.11/xmlfast.c XML-Fast-0.11/Changes XML-Fast-0.11/entities.h XML-Fast-0.11/t/ XML-Fast-0.11/Fast.xs XML-Fast-0.11/MANIFEST XML-Fast-0.11/MANIFEST.SKIP XML-Fast-0.11/ppport.h XML-Fast-0.11/xmlfast.h XML-Fast-0.11/lib/ XML-Fast-0.11/README XML-Fast-0.11/Makefile.PL XML-Fast-0.11/LICENSE XML-Fast-0.11/META.yml XML-Fast-0.11/lib/XML/ XML-Fast-0.11/lib/XML/Fast.pm XML-Fast-0.11/t/reports/ XML-Fast-0.11/t/badxml/ XML-Fast-0.11/t/03-reports.t XML-Fast-0.11/t/01-conv.t XML-Fast-0.11/t/04-badxml.t XML-Fast-0.11/t/05-wrongs.t XML-Fast-0.11/t/00-load.t XML-Fast-0.11/t/02-doctype.t XML-Fast-0.11/t/badxml/02.xml XML-Fast-0.11/t/badxml/01.xml XML-Fast-0.11/t/reports/02.xml XML-Fast-0.11/t/reports/03.xml XML-Fast-0.11/t/reports/04.xml XML-Fast-0.11/t/reports/01.xml XML-Fast-0.11/t/reports/05.xml Configuring M/MO/MONS/XML-Fast-0.11.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/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 XML::Fast Writing MYMETA.yml and MYMETA.json MONS/XML-Fast-0.11.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/XML-Fast-0.11.tar.gz >>> make cp lib/XML/Fast.pm blib/lib/XML/Fast.pm Running Mkbootstrap for XML::Fast () chmod 644 "Fast.bs" "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "/Users/fly2200/cpanfly-5.22/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2200/ap2200-299195/lib/ExtUtils/typemap" Fast.xs > Fast.xsc && mv Fast.xsc Fast.c gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" "-I/Users/fly2200/ap2200-299195/lib/CORE" Fast.c In file included from Fast.xs:11: In file included from ./xmlfast.h:8: ./entities.h:11:53: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_001[1] = { { 'p', "&", 1, 0, NULL } }; ^~~ ./entities.h:12:57: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_002[1] = { { 's', "'", 1, 0, NULL } }; ^~~ ./entities.h:15:49: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_005[1] = { { 't', ">", 1, 0, NULL } }; ^~~ ./entities.h:16:49: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_006[1] = { { 't', "<", 1, 0, NULL } }; ^~~ ./entities.h:17:57: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_007[1] = { { 't', "\"", 1, 0, NULL } }; ^~~~ Fast.xs:291:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->comm, sv ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:291:2: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:291:2: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:331:22: warning: passing 'char [14]' to parameter of type 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(utf, chr); ^~~ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:62:57: note: expanded from macro 'uvchr_to_utf8' #define uvchr_to_utf8(a,b) uvchr_to_utf8_flags(a,b,0) ^ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:64:52: note: expanded from macro 'uvchr_to_utf8_flags' uvoffuni_to_utf8_flags(d,NATIVE_TO_UNI(uv),flags) ^ /Users/fly2200/ap2200-299195/lib/CORE/embed.h:727:73: note: expanded from macro 'uvoffuni_to_utf8_flags' #define uvoffuni_to_utf8_flags(a,b,c) Perl_uvoffuni_to_utf8_flags(aTHX_ a,b,c) ^ /Users/fly2200/ap2200-299195/lib/CORE/proto.h:5071:57: note: passing argument to parameter 'd' here PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags) ^ Fast.xs:331:6: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(utf, chr); ^ ~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:378:23: warning: passing 'char *' to parameter of type 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(start, chr);*end = '\0'; ^~~~~ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:62:57: note: expanded from macro 'uvchr_to_utf8' #define uvchr_to_utf8(a,b) uvchr_to_utf8_flags(a,b,0) ^ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:64:52: note: expanded from macro 'uvchr_to_utf8_flags' uvoffuni_to_utf8_flags(d,NATIVE_TO_UNI(uv),flags) ^ /Users/fly2200/ap2200-299195/lib/CORE/embed.h:727:73: note: expanded from macro 'uvoffuni_to_utf8_flags' #define uvoffuni_to_utf8_flags(a,b,c) Perl_uvoffuni_to_utf8_flags(aTHX_ a,b,c) ^ /Users/fly2200/ap2200-299195/lib/CORE/proto.h:5071:57: note: passing argument to parameter 'd' here PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags) ^ Fast.xs:378:7: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(start, chr);*end = '\0'; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:420:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->attrname, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:420:4: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:420:4: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:427:3: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->text, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:427:3: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:427:3: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:462:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->attrname, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:462:4: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:462:4: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:470:3: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->text, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:470:3: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:470:3: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:483:2: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->cdata, sv ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:483:2: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:483:2: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:510:3: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->text, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:510:3: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:510:3: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:566:3: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, ctx->text, ctx->textval); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:566:3: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:566:3: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:678:5: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, tag, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:678:5: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:678:5: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:697:5: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, tag, svtext); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:697:5: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:697:5: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:713:5: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] hv_store_a(ctx->hcurrent, tag, sv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ Fast.xs:713:5: note: place parentheses around the assignment to silence this warning Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:713:5: note: use '==' to turn this assignment into an equality comparison Fast.xs:88:14: note: expanded from macro 'hv_store_a' if( exists = hv_fetch(hv, kv, kl, 0) ) { \ ^ Fast.xs:808:23: warning: passing 'char [14]' to parameter of type 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(utf, chr); ^~~ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:62:57: note: expanded from macro 'uvchr_to_utf8' #define uvchr_to_utf8(a,b) uvchr_to_utf8_flags(a,b,0) ^ /Users/fly2200/ap2200-299195/lib/CORE/utf8.h:64:52: note: expanded from macro 'uvchr_to_utf8_flags' uvoffuni_to_utf8_flags(d,NATIVE_TO_UNI(uv),flags) ^ /Users/fly2200/ap2200-299195/lib/CORE/embed.h:727:73: note: expanded from macro 'uvoffuni_to_utf8_flags' #define uvoffuni_to_utf8_flags(a,b,c) Perl_uvoffuni_to_utf8_flags(aTHX_ a,b,c) ^ /Users/fly2200/ap2200-299195/lib/CORE/proto.h:5071:57: note: passing argument to parameter 'd' here PERL_CALLCONV U8* Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags) ^ Fast.xs:808:7: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] end = uvchr_to_utf8(utf, chr); ^ ~~~~~~~~~~~~~~~~~~~~~~~ 22 warnings generated. gcc -c -I. -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -g -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" "-I/Users/fly2200/ap2200-299195/lib/CORE" xmlfast.c In file included from xmlfast.c:1: In file included from ./xmlfast.h:8: ./entities.h:11:53: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_001[1] = { { 'p', "&", 1, 0, NULL } }; ^~~ ./entities.h:12:57: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_002[1] = { { 's', "'", 1, 0, NULL } }; ^~~ ./entities.h:15:49: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_005[1] = { { 't', ">", 1, 0, NULL } }; ^~~ ./entities.h:16:49: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_006[1] = { { 't', "<", 1, 0, NULL } }; ^~~ ./entities.h:17:57: warning: initializing 'unsigned char *' with an expression of type 'char [2]' converts between pointers to integer types with different sign [-Wpointer-sign] static entityref_t _e_007[1] = { { 't', "\"", 1, 0, NULL } }; ^~~~ xmlfast.c:155:66: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] if (context->cb.bytespart) context->cb.bytespart(context->ctx, cur_ent->entity, cur_ent->length); ^~~~~~~~~~~~~~~ xmlfast.c:251:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( p = parse_entity(context, p) ) { ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ xmlfast.c:251:16: note: place parentheses around the assignment to silence this warning if( p = parse_entity(context, p) ) { ^ ( ) xmlfast.c:251:16: note: use '==' to turn this assignment into an equality comparison if( p = parse_entity(context, p) ) { ^ == xmlfast.c:309:15: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] } else xml_error("Comment node not terminated"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xmlfast.h:99:50: note: expanded from macro 'xml_error' fprintf(stderr,"Error at char %d (%1s): %s\n", p-xml, *p ? p : "\\0", x); \ ~~ ^~~~~ xmlfast.c:322:15: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] } else xml_error("Cdata node not terminated"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xmlfast.h:99:50: note: expanded from macro 'xml_error' fprintf(stderr,"Error at char %d (%1s): %s\n", p-xml, *p ? p : "\\0", x); \ ~~ ^~~~~ xmlfast.c:332:20: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] case 0 : xml_error("Doctype not properly terminated"); break; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xmlfast.h:99:50: note: expanded from macro 'xml_error' fprintf(stderr,"Error at char %d (%1s): %s\n", p-xml, *p ? p : "\\0", x); \ ~~ ^~~~~ xmlfast.c:347:11: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] xml_error("Doctype not properly terminated"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xmlfast.h:99:50: note: expanded from macro 'xml_error' fprintf(stderr,"Error at char %d (%1s): %s\n", p-xml, *p ? p : "\\0", x); \ ~~ ^~~~~ xmlfast.c:350:10: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] xml_error("Doctype intSubset not terminated"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./xmlfast.h:99:50: note: expanded from macro 'xml_error' fprintf(stderr,"Error at char %d (%1s): %s\n", p-xml, *p ? p : "\\0", x); \ ~~ ^~~~~ xmlfast.c:358:8: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] xml_error("Malformed document after >> make test TEST_VERBOSE=1 Running Mkbootstrap for XML::Fast () chmod 644 "Fast.bs" PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/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 XML::Fast; ok t/01-conv.t ..... 1..27 ok 1 - default (1) ok 2 - default (1) ok 3 - default (2) ok 4 - default (3) ok 5 - join => + (2) ok 6 - join => + (3) ok 7 - array => root (1) ok 8 - array => nest (1) ok 9 - array => 1 (1) ok 10 - utf8.1 ok 11 - utf flag ok ok 12 - utf8.2 ok 13 - utf flag not set ok 14 - utf8.3 ok 15 - utf flag not set ok 16 - utf8.4 ok 17 - utf flag set ok 18 - 1251 + low entity ok 19 - utf flag set ok 20 - 1251 + high entity (char mode) ok 21 - utf flag set ok 22 - 1251 + high entity (bytes mode) ok 23 - utf flag not set ok 24 - 1251 + high entity (bytes mode), fits to charset ok 25 - utf flag not set ok 26 - array => 1 (1) ok 27 - no warnings ok t/02-doctype.t .. 1..4 ok 1 - doctype 0 ok 2 - doctype 1 ok 3 - doctype 2 ok 4 - no warnings ok # testing file t/reports/01.xml # testing file t/reports/02.xml # testing file t/reports/03.xml # testing file t/reports/04.xml # testing file t/reports/05.xml t/03-reports.t .. 1..6 ok 1 - success t/reports/01.xml ok 2 - success t/reports/02.xml ok 3 - success t/reports/03.xml ok 4 - success t/reports/04.xml ok 5 - success t/reports/05.xml ok 6 - no warnings ok # testing file t/badxml/01.xml # testing file t/badxml/02.xml t/04-badxml.t ... 1..2 ok 1 - success t/badxml/01.xml ok 2 - success t/badxml/02.xml ok t/05-wrongs.t ... ok 1 - open tag - match ok ok 2 - open tag ok 3 - open ! - match ok ok 4 - open ! ok 5 - unbalanced comment - match ok ok 6 - unbalanced comment ok 7 - unbalanced cdata - match ok ok 8 - unbalanced cdata ok 9 - unbalanced doctype - match ok ok 10 - unbalanced doctype ok 11 - unbalanced doctype - match ok ok 12 - unbalanced doctype ok 13 - unbalanced doctype - match ok ok 14 - unbalanced doctype ok 15 - bad Mons Anderson <mons@cpan.org> Simple and very fast XML to hash conversion >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/XML-Fast-0.11-Wba9tL && tar cvf - XML-Fast-0.11.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/M/MO/MONS/XML-Fast-0.11.tar.gz XML-Fast-0.11.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/XML/ blib/arch/auto/XML/Fast/ blib/arch/auto/XML/Fast/Fast.bundle blib/lib/ blib/lib/XML/ blib/lib/XML/Fast.pm blib/man3/ blib/man3/XML::Fast.3 Finished 2017-03-21T01:22:32