Regexp-Fields v0.046 Perl 5 v5.26.1 x86_64-haiku

Status
Unknown
From
Serguei Trouchelle (STRO)
Dist
Regexp-Fields v0.046
Platform
Perl 5 v5.26.1 x86_64-haiku
Date
2018-09-11 20:13:27
ID
24eacb44-b5ff-11e8-9049-a8cf58e36c62
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 Steve Grazzini,

This is a computer-generated report for Regexp-Fields-0.046
on perl 5.26.1, 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 '/bin/make':

cp Fields.pm blib/lib/Regexp/Fields.pm
Running Mkbootstrap for Fields ()
"/packages/perl-5.26.1-2/.self/bin/perl" -MExtUtils::Command -e 'chmod' -- 644 "Fields.bs"
"/packages/perl-5.26.1-2/.self/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fields.bs blib/arch/auto/Regexp/Fields/Fields.bs 644
"/packages/perl-5.26.1-2/.self/bin/perl" "/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/ExtUtils/xsubpp"  -typemap '/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/ExtUtils/typemap'  Fields.xs > Fields.xsc
"/packages/perl-5.26.1-2/.self/bin/perl" -MExtUtils::Command -e 'mv' -- Fields.xsc Fields.c
gcc -c  -I./include -fwrapv -fno-strict-aliasing -pipe -D_FORTIFY_SOURCE=2 -O   -DVERSION=\"0.046\" -DXS_VERSION=\"0.046\" -fpic "-I/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE"  -DRE_FIELDS -DRE_FIELDS_MAGIC -DRE_FIELDS_LEXICAL -DRE_FIELDS_REXC Fields.c
In file included from Fields.xs:6:0:
./include/ppport.h:230:0: warning: "PERL_UNUSED_DECL" redefined
 #  define PERL_UNUSED_DECL
 
In file included from Fields.xs:3:0:
/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/perl.h:323:0: note: this is the location of the previous definition
 #    define PERL_UNUSED_DECL __attribute__unused__
 
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_destructor_now':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:58:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(args->rx) &&
         ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:58:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(args->rx) &&
         ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
Fields.xs:59:2: note: in expansion of macro 'RxDATA'
  RxDATA(args->rx)->flags & RXf_MATCHED)
  ^~~~~~
Fields.xs: In function 'rx_mg_get':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:84:10: note: in expansion of macro 'RxCHECK'
     if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
          ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:84:10: note: in expansion of macro 'RxCHECK'
     if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
          ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
./include/rx_fields.h:39:25: note: in expansion of macro 'RxDATA'
 #define RxHINTMY(rx)   (RxDATA(rx)->flags & RXh_MY)
                         ^~~~~~
Fields.xs:84:26: note: in expansion of macro 'RxHINTMY'
     if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
                          ^~~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
./include/rx_fields.h:40:25: note: in expansion of macro 'RxDATA'
 #define RxMATCHED(rx)  (RxDATA(rx)->flags & RXf_MATCHED)
                         ^~~~~~
Fields.xs:84:43: note: in expansion of macro 'RxMATCHED'
     if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
                                           ^~~~~~~~~
Fields.xs: In function 'rx_mg_free':
Fields.xs:99:9: error: 'REGEXP {aka struct p5rx}' has no member named 'refcnt'; did you mean 'sv_refcnt'?
     rx->refcnt--;
         ^~~~~~
         sv_refcnt
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_install_padsv':
./include/rx_fields.h:54:32: warning: implicit declaration of function 'Perl_pad_check_dup'; did you mean 'pad_check_dup'? [-Wimplicit-function-declaration]
 #  define pad_check_dup(x,y,z) Perl_pad_check_dup(aTHX_ x,y,z);
                                ^
Fields.xs:125:5: note: in expansion of macro 'pad_check_dup'
     pad_check_dup(buf, FALSE, Nullhv);
     ^~~~~~~~~~~~~
./include/rx_fields.h:57:34: warning: implicit declaration of function 'Perl_pad_add_name'; did you mean 'Perl_pad_add_name_sv'? [-Wimplicit-function-declaration]
 #   define pad_add_name(a,b,c,d) Perl_pad_add_name(aTHX_ a,b,c,d);
                                  ^
Fields.xs:126:14: note: in expansion of macro 'pad_add_name'
     offset = pad_add_name(buf, Nullhv, Nullhv, FALSE);
              ^~~~~~~~~~~~
Fields.xs: In function 'rx_digit_var':
Fields.xs:156:9: error: 'REGEXP {aka struct p5rx}' has no member named 'refcnt'; did you mean 'sv_refcnt'?
     rx->refcnt++;
         ^~~~~~
         sv_refcnt
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_get_names':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:167:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx)) {
         ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:167:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx)) {
         ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
./include/rx_fields.h:38:25: note: in expansion of macro 'RxDATA'
 #define RxNAMES(rx)    (RxDATA(rx)->names)
                         ^~~~~~
Fields.xs:169:11: note: in expansion of macro 'RxNAMES'
  HV *hv = RxNAMES(rx);
           ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
./include/rx_fields.h:38:25: note: in expansion of macro 'RxDATA'
 #define RxNAMES(rx)    (RxDATA(rx)->names)
                         ^~~~~~
Fields.xs:176:6: note: in expansion of macro 'RxNAMES'
      RxNAMES(rx) = hv;
      ^~~~~~~
Fields.xs: In function 'rx_regfree':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:186:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx)) {
         ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:186:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx)) {
         ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
Fields.xs:187:22: note: in expansion of macro 'RxDATA'
  rx_reg_data *data = RxDATA(rx);
                      ^~~~~~
Fields.xs:191:14: error: 'REGEXP {aka struct p5rx}' has no member named 'refcnt'; did you mean 'sv_refcnt'?
      if (rx->refcnt == 1) {
              ^~~~~~
              sv_refcnt
Fields.xs:192:5: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
   rx->data->what[0] = 'f';
     ^~
Fields.xs:197:11: error: 'REGEXP {aka struct p5rx}' has no member named 'refcnt'; did you mean 'sv_refcnt'?
  if ((rx->refcnt - HvKEYS(data->names)) == 1) {
           ^~~~~~
           sv_refcnt
Fields.xs:202:8: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
      rx->data->what[0] = 'f';
        ^~
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_regexec_start':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:211:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
         ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:211:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
         ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
Fields.xs:216:2: note: in expansion of macro 'RxDATA'
  RxDATA(rx)->flags &= ~RXf_MATCHED;
  ^~~~~~
Fields.xs:224:39: error: 'PL_multiline' undeclared (first use in this function); did you mean 'PL_subline'?
      && PL_savestack[ix-2].any_i32 == PL_multiline)
                                       ^~~~~~~~~~~~
                                       PL_subline
Fields.xs:224:39: note: each undeclared identifier is reported only once for each function it appears in
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_regexec_match':
./include/rx_fields.h:36:33: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                 ^
Fields.xs:248:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx))
         ^~~~~~~
./include/rx_fields.h:36:45: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxCHECK(rx)    (rx && rx->data && rx->data->what[0] == 'x')
                                             ^
Fields.xs:248:9: note: in expansion of macro 'RxCHECK'
     if (RxCHECK(rx))
         ^~~~~~~
./include/rx_fields.h:37:42: error: 'REGEXP {aka struct p5rx}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
Fields.xs:249:2: note: in expansion of macro 'RxDATA'
  RxDATA(rx)->flags |= RXf_MATCHED;
  ^~~~~~
Fields.xs: In function 'rx_regcomp_start':
Fields.xs:257:16: error: 'regexp {aka struct regexp}' has no member named 'data'
     if (RExC_rx->data)
                ^~
In file included from /packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/perl.h:2698:0,
                 from Fields.xs:3:
Fields.xs:263:23: error: 'regexp {aka struct regexp}' has no member named 'data'
     Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
                       ^
/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/handy.h:2390:25: note: in definition of macro 'Newxc'
 #define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                         ^
Fields.xs:263:5: note: in expansion of macro 'Newc'
     Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
     ^~~~
Fields.xs:263:46: error: 'regexp {aka struct regexp}' has no member named 'data'
     Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
                                              ^
/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/handy.h:2380:35: note: in definition of macro 'MEM_LOG_ALLOC'
 #define MEM_LOG_ALLOC(n,t,a)     (a)
                                   ^
/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/handy.h:2396:25: note: in expansion of macro 'Newxc'
 #define Newc(x,v,n,t,c) Newxc(v,n,t,c)
                         ^~~~~
Fields.xs:263:5: note: in expansion of macro 'Newc'
     Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
     ^~~~
Fields.xs:264:22: error: 'regexp {aka struct regexp}' has no member named 'data'
     New(1299, RExC_rx->data->what, 1, U8);
                      ^
/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE/handy.h:2389:22: note: in definition of macro 'Newx'
 #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                      ^
Fields.xs:264:5: note: in expansion of macro 'New'
     New(1299, RExC_rx->data->what, 1, U8);
     ^~~
Fields.xs:265:12: error: 'regexp {aka struct regexp}' has no member named 'data'
     RExC_rx->data->count = 1;
            ^~
Fields.xs:266:12: error: 'regexp {aka struct regexp}' has no member named 'data'
     RExC_rx->data->what[0] = 'x';
            ^~
Fields.xs:267:12: error: 'regexp {aka struct regexp}' has no member named 'data'
     RExC_rx->data->data[0] = p;
            ^~
In file included from Fields.xs:7:0:
Fields.xs: In function 'rx_regcomp_parse':
./include/rx_fields.h:100:18: warning: passing argument 1 of 'rx_get_names' from incompatible pointer type [-Wincompatible-pointer-types]
 #define RExC_rx  (pRExC_state->rx)
                  ^
Fields.xs:281:29: note: in expansion of macro 'RExC_rx'
     hv = rx_get_names(aTHX_ RExC_rx, TRUE);
                             ^~~~~~~
Fields.xs:165:1: note: expected 'REGEXP * {aka struct p5rx *}' but argument is of type 'regexp * {aka struct regexp *}'
 rx_get_names(pTHX_ REGEXP *rx, I32 create)
 ^~~~~~~~~~~~
In file included from Fields.xs:7:0:
./include/rx_fields.h:100:18: warning: passing argument 2 of 'rx_digit_var' from incompatible pointer type [-Wincompatible-pointer-types]
 #define RExC_rx  (pRExC_state->rx)
                  ^
Fields.xs:289:40: note: in expansion of macro 'RExC_rx'
     sv = rx_digit_var(aTHX_ RExC_npar, RExC_rx);
                                        ^~~~~~~
Fields.xs:144:1: note: expected 'REGEXP * {aka struct p5rx *}' but argument is of type 'regexp * {aka struct regexp *}'
 rx_digit_var(pTHX_ I32 digit, REGEXP *rx)
 ^~~~~~~~~~~~
In file included from Fields.xs:7:0:
./include/rx_fields.h:37:42: error: 'regexp {aka struct regexp}' has no member named 'data'
 #define RxDATA(rx)     ((rx_reg_data*) rx->data->data[0])
                                          ^
./include/rx_fields.h:39:25: note: in expansion of macro 'RxDATA'
 #define RxHINTMY(rx)   (RxDATA(rx)->flags & RXh_MY)
                         ^~~~~~
Fields.xs:293:9: note: in expansion of macro 'RxHINTMY'
     if (RxHINTMY(RExC_rx))
         ^~~~~~~~
Fields.xs: In function 'rx_uninstall':
Fields.xs:300:5: error: 'PL_regexecp' undeclared (first use in this function); did you mean 'my_regexec'?
     PL_regexecp = Perl_regexec_flags;
     ^~~~~~~~~~~
     my_regexec
Fields.xs:301:5: error: 'PL_regcompp' undeclared (first use in this function); did you mean 'my_regcomp'?
     PL_regcompp = Perl_pregcomp;
     ^~~~~~~~~~~
     my_regcomp
Fields.xs:302:5: error: 'PL_regint_start' undeclared (first use in this function); did you mean 'PL_main_start'?
     PL_regint_start = Perl_re_intuit_start;
     ^~~~~~~~~~~~~~~
     PL_main_start
Fields.xs:303:5: error: 'PL_regint_string' undeclared (first use in this function); did you mean 'PL_regint_start'?
     PL_regint_string = Perl_re_intuit_string;
     ^~~~~~~~~~~~~~~~
     PL_regint_start
Fields.xs:304:5: error: 'PL_regfree' undeclared (first use in this function); did you mean 'rx_regfree'?
     PL_regfree = Perl_pregfree;
     ^~~~~~~~~~
     rx_regfree
Fields.xs: In function 'rx_install':
Fields.xs:310:5: error: 'PL_regexecp' undeclared (first use in this function); did you mean 'my_regexec'?
     PL_regexecp = my_regexec;
     ^~~~~~~~~~~
     my_regexec
Fields.xs:311:5: error: 'PL_regcompp' undeclared (first use in this function); did you mean 'my_regcomp'?
     PL_regcompp = my_regcomp;
     ^~~~~~~~~~~
     my_regcomp
Fields.xs:312:5: error: 'PL_regint_start' undeclared (first use in this function); did you mean 'PL_main_start'?
     PL_regint_start = my_re_intuit_start;
     ^~~~~~~~~~~~~~~
     PL_main_start
Fields.xs:313:5: error: 'PL_regint_string' undeclared (first use in this function); did you mean 'PL_regint_start'?
     PL_regint_string = my_re_intuit_string;
     ^~~~~~~~~~~~~~~~
     PL_regint_start
Fields.xs:314:5: error: 'PL_regfree' undeclared (first use in this function); did you mean 'rx_regfree'?
     PL_regfree = my_regfree;
     ^~~~~~~~~~
     rx_regfree
Makefile:335: recipe for target 'Fields.o' failed
make: *** [Fields.o] Error 1

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

Prerequisite modules loaded:

build_requires:

    Module              Need Have   
    ------------------- ---- -------
    ExtUtils::MakeMaker 0    7.35_06


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

Environment variables:

    AUTOMATED_TESTING = 1
    LC_COLLATE = en.UTF-8
    LC_CTYPE = en.UTF-8
    LC_MESSAGES = en.UTF-8
    LC_MONETARY = en.UTF-8
    LC_NUMERIC = en.UTF-8
    LC_TIME = en.UTF-8
    LC_TYPE = en_US.UTF-8
    PATH = /boot/home/perl5/bin:.:/boot/home/config/non-packaged/bin:/boot/home/config/bin:/boot/system/non-packaged/bin:/bin:/boot/system/apps:/boot/system/preferences
    PERL = /packages/perl-5.26.1-2/.self/bin/perl
    PERL5LIB = /boot/home/perl5/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 768615
    PERL5_CPAN_IS_RUNNING = 768615
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 693331,768615
    PERL_CR_SMOKER_CURRENT = Regexp-Fields-0.046
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /boot/home/perl5
    PERL_MB_OPT = --install_base "/boot/home/perl5"
    PERL_MM_OPT = INSTALL_BASE=/boot/home/perl5
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    TERM = xterm

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

    $^X = /packages/perl-5.26.1-2/.self/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 101 0
    $EGID = 0 101 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.18    
    CPAN::Meta          2.150010
    Cwd                 3.67    
    ExtUtils::CBuilder  0.280225
    ExtUtils::Command   7.35_06 
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.35_06 
    ExtUtils::Manifest  1.71    
    ExtUtils::ParseXS   3.34    
    File::Spec          3.67    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.42_28 
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302138
    YAML                1.26    
    YAML::Syck          1.30    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
  Derived from: 
  Platform:
    osname=haiku
    osvers=1
    archname=x86_64-haiku
    uname='haiku shredder 1 hrev51655 dec 4 2017 12:44:17 x86_64 x86_64 haiku '
    config_args='-Dprefix=/packages/perl-5.26.1-2/.self -Dprivlib=/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1 -Dsiteprefix=/packages/perl-5.26.1-2/.self/non-packaged -Dsitelib=/packages/perl-5.26.1-2/.self/non-packaged/lib/perl5/site_perl/5.26 -Dvendorprefix=/packages/perl-5.26.1-2/.self -Dvendorlib=/packages/perl-5.26.1-2/.self/lib/perl5/vendor_perl/5.26 -Dcf_email=zooey@hirschkaefer.de -Uusenm -Duseshrplib -Uusemymalloc -Dlibpth=/boot/home/config/develop/lib /boot/system/develop/lib -Dusrinc=/boot/system/develop/headers/posix -Dlocinc=/boot/home/config/develop/headers /boot/system/develop/headers -Dlibc='/boot/system/lib/libroot.so' -Dlibs=-lnetwork -Dcc=gcc -Dld=gcc -Ud_link -Ddont_use_nlink -Ud_syserrlst -Dldlibpthname=LIBRARY_PATH -Dstartperl=#! perl -Dccdlflags=-Wl,-fno-stack-protector,-rpath=/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE -Dusesitecustomize -de'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags ='-fwrapv -fno-strict-aliasing -pipe -D_FORTIFY_SOURCE=2'
    optimize='-O'
    cppflags='-fwrapv -fno-strict-aliasing -pipe'
    ccversion=''
    gccversion='5.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='gcc'
    ldflags =''
    libpth=/boot/home/config/develop/lib /boot/system/develop/lib /boot/system/develop/tools/bin/../lib/gcc/x86_64-unknown-haiku/5.4.0/include-fixed
    libs=-lnetwork
    perllibs=-lnetwork
    libc=/boot/system/lib/libroot.so
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-fno-stack-protector,-rpath=/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE -Wl,-rpath,/packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku/CORE'
    cccdlflags='-fpic'
    lddlflags='-shared'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_SITECUSTOMIZE
  Locally applied patches:
    uncommitted-changes
  Built under haiku
  Compiled at Mar 14 2018 20:50:46
  %ENV:
    PERL="/packages/perl-5.26.1-2/.self/bin/perl"
    PERL5LIB="/boot/home/perl5/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="768615"
    PERL5_CPAN_IS_RUNNING="768615"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="693331,768615"
    PERL_CR_SMOKER_CURRENT="Regexp-Fields-0.046"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/boot/home/perl5"
    PERL_MB_OPT="--install_base "/boot/home/perl5""
    PERL_MM_OPT="INSTALL_BASE=/boot/home/perl5"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /boot/home/perl5/lib/perl5/5.26.1/x86_64-haiku
    /boot/home/perl5/lib/perl5/5.26.1
    /boot/home/perl5/lib/perl5/x86_64-haiku
    /boot/home/perl5/lib/perl5
    /packages/perl-5.26.1-2/.self/non-packaged/lib/perl5/site_perl/5.26/x86_64-haiku
    /packages/perl-5.26.1-2/.self/non-packaged/lib/perl5/site_perl/5.26
    /packages/perl-5.26.1-2/.self/lib/perl5/vendor_perl/5.26/x86_64-haiku
    /packages/perl-5.26.1-2/.self/lib/perl5/vendor_perl/5.26
    /packages/perl-5.26.1-2/.self/lib/perl5/5.26.1/x86_64-haiku
    /packages/perl-5.26.1-2/.self/lib/perl5/5.26.1
    .