Math-CDF v0.1 Perl 5 v5.22.3 evbarm-netbsd-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Math-CDF v0.1
Platform
Perl 5 v5.22.3 evbarm-netbsd-thread-multi
Date
2018-05-07 12:35:25
ID
1e0f137c-51f3-11e8-9da6-f703c768dc7a
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 Ed Callahan,

This is a computer-generated report for Math-CDF-0.1
on perl 5.22.3, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make -j4 -j4':

--- blib/lib/Math/.exists ---
--- blib/arch/.exists ---
--- blib/lib/auto/Math/CDF/.exists ---
--- blib/arch/auto/Math/CDF/.exists ---
--- blib/bin/.exists ---
--- blib/script/.exists ---
--- blib/man1/.exists ---
--- blib/man3/.exists ---
--- config ---
--- subdirs ---
--- dynamic ---
--- subdirs ---
--- dcdflib.o ---
cc -c    -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -I/usr/pkg/include -O    -DVERSION=\"\"  -DXS_VERSION=\"\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE"   dcdflib.c
--- cdflib/libcdflib.a ---
--- subdirs ---
--- ipmpar.o ---
cc -c    -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -I/usr/pkg/include -O    -DVERSION=\"\"  -DXS_VERSION=\"\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE"   ipmpar.c
--- CDF.c ---
--- cdflib/libcdflib.a ---
cd cdflib && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O" PREFIX="/home/njh/perl5/perlbrew/perls/perl-5.22.3" PASTHRU_DEFINE=' ' PASTHRU_INC=' '
--- CDF.c ---
"/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.22.3/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/site_perl/5.22.3/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/ExtUtils/typemap'  CDF.xs > CDF.xsc
--- cdflib/libcdflib.a ---
--- libcdflib.a ---
ar cr libcdflib.a dcdflib.o  ipmpar.o
: libcdflib.a
--- subdirs ---
--- dcdflib.o ---
dcdflib.c: In function 'basym':
--- cdflib/libcdflib.a ---
--- makemakerdflt ---
--- subdirs ---
dcdflib.c:301:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(t == 0.0e0) return basym;
          ^
dcdflib.c: In function 'bfrac':
dcdflib.c:530:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(bfrac == 0.0e0) return bfrac;
              ^
dcdflib.c: In function 'bgrat':
dcdflib.c:610:13: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*b*z == 0.0e0) goto S70;
             ^
dcdflib.c:619:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(u == 0.0e0) goto S70;
          ^
dcdflib.c: In function 'bpser':
dcdflib.c:679:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*x == 0.0e0) return bpser;
           ^
dcdflib.c:698:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(bpser == 0.0e0) return bpser;
              ^
--- CDF.bs ---
--- subdirs ---
dcdflib.c:744:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(bpser == 0.0e0 || *a <= 0.1e0**eps) return bpser;
              ^
dcdflib.c: In function 'bratio':
dcdflib.c:814:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0 && *b == 0.0e0) goto S280;
           ^
dcdflib.c:814:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0 && *b == 0.0e0) goto S280;
                          ^
dcdflib.c:820:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*x == 0.0e0) goto S210;
           ^
dcdflib.c:821:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*y == 0.0e0) goto S230;
           ^
dcdflib.c:822:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0) goto S240;
           ^
dcdflib.c:823:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
--- CDF.bs ---
Running Mkbootstrap for CDF ()
--- pm_to_blib ---
--- subdirs ---
     if(*b == 0.0e0) goto S220;
           ^
dcdflib.c:922:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(b0 != 0.0e0) goto S170;
           ^
dcdflib.c:950:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0) goto S320;
           ^
dcdflib.c:956:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*b == 0.0e0) goto S330;
           ^
dcdflib.c: In function 'brcmp1':
dcdflib.c:1054:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(brcmp1 == 0.0e0) return brcmp1;
               ^
dcdflib.c: In function 'brcomp':
dcdflib.c:1158:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*x == 0.0e0 || *y == 0.0e0) return brcomp;
           ^
dcdflib.c:1158:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*x == 0.0e0 || *y == 0.0e0) return brcomp;
                          ^
dcdflib.c:1194:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(brcomp == 0.0e0) return brcomp;
               ^
dcdflib.c: In function 'bup':
dcdflib.c:1301:10: warning: cast from function call of type 'double' to non-matching type 'long int' [-Wbad-function-cast]
     mu = (long)(fabs(exparg(&K1)));
          ^
dcdflib.c:1302:9: warning: cast from function call of type 'double' to non-matching type 'long int' [-Wbad-function-cast]
     k = (long)(exparg(&K2));
         ^
dcdflib.c:1308:23: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*n == 1 || bup == 0.0e0) return bup;
                       ^
dcdflib.c: In function 'cdfbin':
dcdflib.c:1889:36: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     if(!(*s < 0.0e0 || *which != 3 && *s > *xn)) goto S160;
                                    ^
dcdflib.c: In function 'cdfgam':
dcdflib.c:3551:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         if(!(qporq && cum > 1.5e0 || !qporq && ccum > 1.5e0)) goto S280;
                    ^
dcdflib.c: In function 'cumfnc':
dcdflib.c:5490:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(aup-1.0+b == 0) upterm = exp(-alngam(&aup)-alngam(&b)+(aup-1.0)*log(xx)+
                  ^
dcdflib.c: In function 'E0000':
dcdflib.c:6347:23: warning: passing argument 1 of 'ftnstop' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     if(qcond) ftnstop(" SMALL, X, BIG not monotone in INVR");
                       ^
In file included from dcdflib.c:4:0:
cdflib.h:84:6: note: expected 'char *' but argument is of type 'const char *'
 void ftnstop(char*);
      ^
dcdflib.c:6405:13: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(!(yy == 0.0e0)) goto S100;
             ^
dcdflib.c:6410:17: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     qup = qincr && yy < 0.0e0 || !qincr && yy > 0.0e0;
                 ^
dcdflib.c:6434:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     qbdd = qincr && yy >= 0.0e0 || !qincr && yy <= 0.0e0;
                  ^
dcdflib.c:6475:18: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     qbdd = qincr && yy <= 0.0e0 || !qincr && yy >= 0.0e0;
                  ^
dcdflib.c:6342:56: warning: variable 'qok' set but not used [-Wunused-but-set-variable]
 static unsigned long qbdd,qcond,qdum1,qdum2,qincr,qlim,qok,qup;
                                                        ^
dcdflib.c: In function 'E0001':
dcdflib.c:6802:12: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(!(c != a)) goto S90;
            ^
dcdflib.c:6839:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(!(p*1.0e0 == 0.0e0 || p <= q*tol)) goto S150;
                  ^
dcdflib.c:6868:12: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(!(w == mb)) goto S220;
            ^
dcdflib.c:6877:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
     qrzero = fc >= 0.0e0 && fb <= 0.0e0 || fc < 0.0e0 && fb >= 0.0e0;
                          ^
dcdflib.c: In function 'gam1':
dcdflib.c:7343:16: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     else if(T1 == 0) goto S10;
                ^
dcdflib.c: In function 'gaminv':
dcdflib.c:7478:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*p == 0.0e0) return;
           ^
dcdflib.c:7479:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*q == 0.0e0) goto S270;
           ^
dcdflib.c:7480:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 1.0e0) goto S280;
           ^
dcdflib.c:7496:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(qg == 0.0e0) goto S360;
           ^
dcdflib.c:7506:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(b == 0.0e0) goto S360;
          ^
dcdflib.c:7545:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(xn == 0.0e0) goto S310;
           ^
dcdflib.c:7633:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(pn == 0.0e0 || qn == 0.0e0) goto S350;
           ^
dcdflib.c:7633:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(pn == 0.0e0 || qn == 0.0e0) goto S350;
                          ^
dcdflib.c:7635:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(r == 0.0e0) goto S350;
          ^
dcdflib.c:7669:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(pn == 0.0e0 || qn == 0.0e0) goto S350;
           ^
dcdflib.c:7669:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(pn == 0.0e0 || qn == 0.0e0) goto S350;
                          ^
dcdflib.c:7671:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(r == 0.0e0) goto S350;
          ^
dcdflib.c: In function 'Xgamm':
dcdflib.c:7914:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(t == 0.0e0) return Xgamm;
          ^
dcdflib.c:7958:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(s == 0.0e0) return Xgamm;
          ^
dcdflib.c: In function 'grat1':
dcdflib.c:7999:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a**x == 0.0e0) goto S120;
              ^
dcdflib.c:8000:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.5e0) goto S100;
           ^
dcdflib.c: In function 'gratio':
dcdflib.c:8193:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0 && *x == 0.0e0) goto S430;
           ^
dcdflib.c:8193:26: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.0e0 && *x == 0.0e0) goto S430;
                          ^
dcdflib.c:8194:14: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a**x == 0.0e0) goto S420;
              ^
dcdflib.c:8204:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == 0.5e0) goto S390;
           ^
dcdflib.c:8208:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(u == 0.0e0) goto S380;
          ^
dcdflib.c:8216:13: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(twoa != (double)m) goto S20;
             ^
dcdflib.c:8218:11: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(*a == (double)i) goto S210;
           ^
dcdflib.c:8226:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(l == 0.0e0) goto S370;
          ^
dcdflib.c:8239:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(r == 0.0e0) goto S420;
          ^
dcdflib.c: In function 'psi':
dcdflib.c:8603:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(x == 0.0e0) goto S100;
          ^
dcdflib.c:8660:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(z == 0.0e0) goto S100;
          ^
dcdflib.c: In function 'rcomp':
dcdflib.c:8748:10: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     if(u == 0.0e0) return rcomp;
          ^
--- CDF.bs ---
chmod 644 "CDF.bs"
--- blibdirs ---
--- subdirs ---
--- blib/arch/auto/Math/CDF/CDF.bs ---
"/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.22.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDF.bs blib/arch/auto/Math/CDF/CDF.bs 644
--- CDF.c ---
mv CDF.xsc CDF.c
--- config ---
--- CDF.o ---
cc -c    -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -I/usr/pkg/include -O    -DVERSION=\"0.1\"  -DXS_VERSION=\"0.1\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE"   CDF.c
--- pm_to_blib ---
cp CDF.pm blib/lib/Math/CDF.pm
AutoSplitting blib/lib/Math/CDF.pm (blib/lib/auto/Math/CDF)
--- CDF.o ---
In file included from /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv.h:629:0,
                 from /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/perl.h:3740,
                 from CDF.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_superfast':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:272:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_murmur3':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:376:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro 'U8TO32_LE'
             k1 = U8TO32_LE(ptr);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro 'U8TO32_LE'
             k1 = U8TO32_LE(ptr);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_djb2':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:470:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_sdbm':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:480:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:506:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time_hard':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:521:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_old_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:556:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
CDF.xs: In function 'constant':
CDF.xs:30:1: warning: label 'not_there' defined but not used [-Wunused-label]
 not_there:
 ^
CDF.xs:22:26: warning: unused parameter 'arg' [-Wunused-parameter]
 constant(char *name, int arg)
                          ^
CDF.c: In function 'XS_Math__CDF_constant':
CDF.c:194:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c: In function 'XS_Math__CDF_pnorm':
CDF.c:215:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:225:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qnorm':
CDF.c:244:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:254:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pt':
CDF.c:274:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:287:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qt':
CDF.c:313:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:326:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pbeta':
CDF.c:353:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:367:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qbeta':
CDF.c:387:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:401:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pchisq':
CDF.c:421:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:434:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qchisq':
CDF.c:460:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:473:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pf':
CDF.c:500:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:515:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qf':
CDF.c:541:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:556:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pgamma':
CDF.c:583:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:597:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qgamma':
CDF.c:616:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:630:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_ppois':
CDF.c:650:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:662:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_qpois':
CDF.c:681:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:693:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pbinom':
CDF.c:713:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:727:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'XS_Math__CDF_pnbinom':
CDF.c:747:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSARGS;
     ^
CDF.c:761:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
CDF.c: In function 'boot_Math__CDF':
CDF.c:786:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
     dVAR; dXSBOOTARGSXSAPIVERCHK;
     ^
In file included from CDF.xs:4:0:
CDF.c: At top level:
cdflib/cdflib.h:45:13: warning: 'E0000' declared 'static' but never defined [-Wunused-function]
 static void E0000(int,int*,double*,double*,unsigned long*,
             ^
cdflib/cdflib.h:52:13: warning: 'E0001' declared 'static' but never defined [-Wunused-function]
 static void E0001(int,int*,double*,double*,double*,double*,
             ^
CDF.xs:15:1: warning: 'not_here' defined but not used [-Wunused-function]
 not_here(char *s)
 ^
--- blib/arch/auto/Math/CDF/CDF.so ---
rm -f blib/arch/auto/Math/CDF/CDF.so
cc  -shared  -L/usr/pkg/lib -fstack-protector  CDF.o  -o blib/arch/auto/Math/CDF/CDF.so cdflib/libcdflib.a   -lm    
cdflib/libcdflib.a: error adding symbols: Archive has no index; run ranlib to add one
*** [blib/arch/auto/Math/CDF/CDF.so] Error code 1

make: stopped in /home/njh/.cpan/build/Math-CDF-0.1-0
--- subdirs ---
A failure has been detected in another branch of the parallel make

make[1]: stopped in /mnt/nas/home/pi2c/njh/.cpan/build/Math-CDF-0.1-0/cdflib
*** [subdirs] Error code 2

make: stopped in /home/njh/.cpan/build/Math-CDF-0.1-0
2 errors

make: stopped in /home/njh/.cpan/build/Math-CDF-0.1-0

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.30


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.3/bin:src/njh/smoker/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
    PERL = /mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.22.3/bin/perl
    PERL5LIB = /home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/arch:/home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/lib:/home/njh/.cpan/build/Format-Util-0.13-0/blib/arch:/home/njh/.cpan/build/Format-Util-0.13-0/blib/lib:/home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/arch:/home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/lib:/home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/arch:/home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/lib:/home/njh/.cpan/build/File-ShareDir-1.104-9/blib/arch:/home/njh/.cpan/build/File-ShareDir-1.104-9/blib/lib:/home/njh/.cpan/build/Class-Inspector-1.32-50/blib/arch:/home/njh/.cpan/build/Class-Inspector-1.32-50/blib/lib:/home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/arch:/home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 9673
    PERL5_CPAN_IS_RUNNING = 9673
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.22.3/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.3/bin
    PERLBREW_PERL = perl-5.22.3
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    SHELL = /bin/sh
    TMPDIR = /tmp/testwrapper.14129

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

    $^X = /mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.22.3/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.16      
    CPAN::Meta          2.150010  
    Cwd                 3.56_02   
    ExtUtils::CBuilder  0.280230  
    ExtUtils::Command   7.30      
    ExtUtils::Install   2.14      
    ExtUtils::MakeMaker 7.30      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.35      
    File::Spec          3.56_02   
    JSON                n/a       
    JSON::PP            2.27300_01
    Module::Build       n/a       
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.35_01   
    Test::More          1.302106  
    YAML                1.24      
    YAML::Syck          1.30      
    version             0.9909    


--

Summary of my perl5 (revision 5 version 22 subversion 3) configuration:
   
  Platform:
    osname=netbsd, osvers=7.0.2_patch, archname=evbarm-netbsd-thread-multi
    uname='netbsd pi2c.bandsman.co.uk 7.0.2_patch netbsd 7.0.2_patch (rpi2.201612281350z) evbarm '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.22.3 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.22.3/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -I/usr/pkg/include',
    optimize='-O',
    cppflags='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -I/usr/pkg/include'
    ccversion='', gccversion='4.8.4', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector -L/usr/pkg/lib'
    libpth=/usr/include/gcc-4.8 /usr/lib /usr/pkg/lib /lib
    libs=-lpthread -lm -lcrypt -lutil -lc -lposix
    perllibs=-lpthread -lm -lcrypt -lutil -lc -lposix
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared  -L/usr/pkg/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
                        PERL_USE_DEVEL USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under netbsd
  Compiled at Jun 29 2017 09:39:18
  %ENV:
    PERL="/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.22.3/bin/perl"
    PERL5LIB="/home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/arch:/home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/lib:/home/njh/.cpan/build/Format-Util-0.13-0/blib/arch:/home/njh/.cpan/build/Format-Util-0.13-0/blib/lib:/home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/arch:/home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/lib:/home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/arch:/home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/lib:/home/njh/.cpan/build/File-ShareDir-1.104-9/blib/arch:/home/njh/.cpan/build/File-ShareDir-1.104-9/blib/lib:/home/njh/.cpan/build/Class-Inspector-1.32-50/blib/arch:/home/njh/.cpan/build/Class-Inspector-1.32-50/blib/lib:/home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/arch:/home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="9673"
    PERL5_CPAN_IS_RUNNING="9673"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.22.3/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.3/bin"
    PERLBREW_PERL="perl-5.22.3"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
  @INC:
    /home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/arch
    /home/njh/.cpan/build/Machine-Epsilon-1.0.2-0/blib/lib
    /home/njh/.cpan/build/Format-Util-0.13-0/blib/arch
    /home/njh/.cpan/build/Format-Util-0.13-0/blib/lib
    /home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/arch
    /home/njh/.cpan/build/Test-CheckDeps-0.010-0/blib/lib
    /home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/arch
    /home/njh/.cpan/build/CPAN-Meta-Check-0.014-6/blib/lib
    /home/njh/.cpan/build/File-ShareDir-1.104-9/blib/arch
    /home/njh/.cpan/build/File-ShareDir-1.104-9/blib/lib
    /home/njh/.cpan/build/Class-Inspector-1.32-50/blib/arch
    /home/njh/.cpan/build/Class-Inspector-1.32-50/blib/lib
    /home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/arch
    /home/njh/.cpan/build/File-ShareDir-Install-0.13-35/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/site_perl/5.22.3/evbarm-netbsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/site_perl/5.22.3
    /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3/evbarm-netbsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.3/lib/5.22.3
    .