Report for Tree-Binary-XS-0.03

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Tree-Binary-XS-0.03 v5.20.2 FreeBSD
Date: 2016-01-09T06:56:10Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear YOANLIN,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9156. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'fetch':

cp lib/Tree/Binary/XS.pm blib/lib/Tree/Binary/XS.pm
Running Mkbootstrap for Tree::Binary::XS ()
chmod 644 "XS.bs"
"/usr/home/cpan/pit/thr-clang/perl-5.20.2/bin/perl5.20.2" "/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/site_perl/5.20.2/ExtUtils/xsubpp"  -typemap "/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/ExtUtils/typemap"  XS.xs > XS.xsc && mv XS.xsc XS.c
Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in XS.xs, line 706
Please specify prototyping behavior for XS.xs (see perlxs manual)
clang -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O    -DVERSION=\"0.03\"  -DXS_VERSION=\"0.03\" -DPIC -fPIC "-I/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE"  -DENABLE_DEBUG XS.c
XS.xs:151:5: error: use of undeclared identifier 'my_perl'
    dSP;
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:68:24: note: expanded from macro 'dSP'
#define dSP             SV **sp = PL_stack_sp
                                  ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:284:23: note: expanded from macro 'PL_stack_sp'
#define PL_stack_sp             (vTHX->Istack_sp)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:152:5: error: use of undeclared identifier 'my_perl'
    PUSHMARK(SP);
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:60:21: note: expanded from macro 'PUSHMARK'
            if (UNLIKELY(++PL_markstack_ptr == PL_markstack_max))       \
                           ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:190:27: note: expanded from macro 'PL_markstack_ptr'
#define PL_markstack_ptr        (vTHX->Imarkstack_ptr)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3163:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3158:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^
XS.xs:152:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:60:41: note: expanded from macro 'PUSHMARK'
            if (UNLIKELY(++PL_markstack_ptr == PL_markstack_max))       \
                                               ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:189:27: note: expanded from macro 'PL_markstack_max'
#define PL_markstack_max        (vTHX->Imarkstack_max)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3163:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3158:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^
XS.xs:152:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:61:6: note: expanded from macro 'PUSHMARK'
            markstack_grow();                           \
            ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:310:46: note: expanded from macro 'markstack_grow'
#define markstack_grow()        Perl_markstack_grow(aTHX)
                                                    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:152:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:62:7: note: expanded from macro 'PUSHMARK'
            *PL_markstack_ptr = (I32)((p) - PL_stack_base);\
             ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:190:27: note: expanded from macro 'PL_markstack_ptr'
#define PL_markstack_ptr        (vTHX->Imarkstack_ptr)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:152:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:62:38: note: expanded from macro 'PUSHMARK'
            *PL_markstack_ptr = (I32)((p) - PL_stack_base);\
                                            ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:282:25: note: expanded from macro 'PL_stack_base'
#define PL_stack_base           (vTHX->Istack_base)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:153:5: error: use of undeclared identifier 'my_perl'
    XPUSHs(sv_2mortal(newSViv(key)));
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:300:20: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       (EXTEND(sp,1), *++sp = (s))
                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:282:40: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   (void)(UNLIKELY(PL_stack_max - p < (SSize_t)(n)) &&     \
                                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:283:24: note: expanded from macro 'PL_stack_max'
#define PL_stack_max            (vTHX->Istack_max)
                                 ^
note: (skipping 2 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3163:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3158:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^
XS.xs:153:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:300:20: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       (EXTEND(sp,1), *++sp = (s))
                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:283:14: note: expanded from macro 'EXTEND'
                            (sp = stack_grow(sp,p, (SSize_t) (n))))
                                  ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:549:43: note: expanded from macro 'stack_grow'
#define stack_grow(a,b,c)       Perl_stack_grow(aTHX_ a,b,c)
                                                ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:153:12: error: use of undeclared identifier 'my_perl'
    XPUSHs(sv_2mortal(newSViv(key)));
           ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:556:40: note: expanded from macro 'sv_2mortal'
#define sv_2mortal(a)           Perl_sv_2mortal(aTHX_ a)
                                                ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:300:43: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       (EXTEND(sp,1), *++sp = (s))
                                                ^
XS.xs:154:5: error: use of undeclared identifier 'my_perl'
    XPUSHs(node_sv);
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:300:20: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       (EXTEND(sp,1), *++sp = (s))
                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:282:40: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   (void)(UNLIKELY(PL_stack_max - p < (SSize_t)(n)) &&     \
                                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:283:24: note: expanded from macro 'PL_stack_max'
#define PL_stack_max            (vTHX->Istack_max)
                                 ^
note: (skipping 2 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3163:58: note: expanded from macro 'UNLIKELY'
#define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/handy.h:124:24: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                       ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:3158:62: note: expanded from macro 'EXPECT'
#  define EXPECT(expr,val)                  __builtin_expect(expr,val)
                                                             ^
XS.xs:154:5: error: use of undeclared identifier 'my_perl'
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:300:20: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       (EXTEND(sp,1), *++sp = (s))
                         ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:283:14: note: expanded from macro 'EXTEND'
                            (sp = stack_grow(sp,p, (SSize_t) (n))))
                                  ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:549:43: note: expanded from macro 'stack_grow'
#define stack_grow(a,b,c)       Perl_stack_grow(aTHX_ a,b,c)
                                                ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:155:5: error: use of undeclared identifier 'my_perl'
    PUTBACK;
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:121:18: note: expanded from macro 'PUTBACK'
#define PUTBACK         PL_stack_sp = sp
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:284:23: note: expanded from macro 'PL_stack_sp'
#define PL_stack_sp             (vTHX->Istack_sp)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:157:11: error: use of undeclared identifier 'my_perl'
    ret = call_sv(callback, G_SCALAR);
          ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:72:36: note: expanded from macro 'call_sv'
#define call_sv(a,b)            Perl_call_sv(aTHX_ a,b)
                                             ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:158:5: error: use of undeclared identifier 'my_perl'
    SPAGAIN;
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:74:23: note: expanded from macro 'SPAGAIN'
#define SPAGAIN         sp = PL_stack_sp
                             ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:284:23: note: expanded from macro 'PL_stack_sp'
#define PL_stack_sp             (vTHX->Istack_sp)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:165:5: error: use of undeclared identifier 'my_perl'
    PUTBACK;
    ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/pp.h:121:18: note: expanded from macro 'PUTBACK'
#define PUTBACK         PL_stack_sp = sp
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:284:23: note: expanded from macro 'PL_stack_sp'
#define PL_stack_sp             (vTHX->Istack_sp)
                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embedvar.h:38:18: note: expanded from macro 'vTHX'
#    define vTHX        aTHX
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:178:41: error: use of undeclared identifier 'my_perl'
        callback_value(node->key, (SV*) newRV_noinc((SV*) node->payload), callback);
                                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:371:42: note: expanded from macro 'newRV_noinc'
#define newRV_noinc(a)          Perl_newRV_noinc(aTHX_ a)
                                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:188:41: error: use of undeclared identifier 'my_perl'
        callback_value(node->key, (SV*) newRV_noinc((SV*) node->payload), callback);
                                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:371:42: note: expanded from macro 'newRV_noinc'
#define newRV_noinc(a)          Perl_newRV_noinc(aTHX_ a)
                                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:198:41: error: use of undeclared identifier 'my_perl'
        callback_value(node->key, (SV*) newRV_noinc((SV*) node->payload), callback);
                                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/embed.h:371:42: note: expanded from macro 'newRV_noinc'
#define newRV_noinc(a)          Perl_newRV_noinc(aTHX_ a)
                                                 ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
XS.xs:222:13: error: use of undeclared identifier 'my_perl'
            SvREFCNT_dec(node->payload);
            ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/sv.h:333:41: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:168:18: note: expanded from macro 'aTHX_'
#  define aTHX_         aTHX,
                        ^
/usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi/CORE/perl.h:155:16: note: expanded from macro 'aTHX'
#  define aTHX  my_perl
                ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [XS.o] Error code 1

Stop in /usr/home/cpan/pit/thr-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tjhqG2LBdC/Tree-Binary-XS-0.03.


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                7.10        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9156
	CPANPLUS::Dist::Build              0.78
	Cwd                                3.59
	ExtUtils::CBuilder             0.280224
	ExtUtils::Command                  7.10
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                7.10
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.59
	Module::Build                    0.4214
	Pod::Parser                        1.62
	Pod::Simple                        3.28
	Test::Harness                      3.35
	Test::More                     1.001014
	version                          0.9912

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.94.
Powered by minismokebox version 0.58

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5_CPANPLUS_IS_RUNNING = 97466
    PERL5_CPANPLUS_IS_VERSION = 0.9156
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/thr-clang/conf/perl-5.20.2
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /usr/home/cpan/pit/thr-clang/perl-5.20.2/bin/perl5.20.2
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


-------------------------------


--

Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
    osname=freebsd, osvers=9.3-release-p5, archname=amd64-freebsd-thread-multi
    uname='freebsd fremen 9.3-release-p5 freebsd 9.3-release-p5 #0: mon nov 3 22:38:58 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/thr-clang/perl-5.20.2 -Dusethreads -Dcc=clang'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='clang', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='clang', ldflags ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lgdbm -lm -lcrypt
    perllibs=-lm -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.30
  Built under freebsd
  Compiled at Feb 15 2015 15:27:51
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="97466"
    PERL5_CPANPLUS_IS_VERSION="0.9156"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/thr-clang/conf/perl-5.20.2"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/site_perl/5.20.2/amd64-freebsd-thread-multi
    /usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/site_perl/5.20.2
    /usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd-thread-multi
    /usr/home/cpan/pit/thr-clang/perl-5.20.2/lib/5.20.2
    .