Net-Kafka v1.06 Perl 5 v5.24.4 x86_64-linux-ld

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
Net-Kafka v1.06
Platform
Perl 5 v5.24.4 x86_64-linux-ld
Date
2019-10-29 23:50:12
ID
d9567a14-faa6-11e9-b1a3-c5511f24ea8f
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 Alex Mironov,

This is a computer-generated report for Net-Kafka-1.06
on perl 5.24.4, 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:

none provided

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

Output from '/usr/bin/make':

cp lib/Net/Kafka.pm blib/lib/Net/Kafka.pm
cp lib/Net/Kafka/Util.pm blib/lib/Net/Kafka/Util.pm
cp lib/Net/Kafka/Producer.pm blib/lib/Net/Kafka/Producer.pm
cp lib/Net/Kafka/Consumer.pm blib/lib/Net/Kafka/Consumer.pm
Running Mkbootstrap for Net::Kafka ()
chmod 644 "Kafka.bs"
"/opt/perl-5.24.4D/bin/perl" "/opt/perl-5.24.4D/lib/5.24.4/ExtUtils/xsubpp"  -typemap "/opt/perl-5.24.4D/lib/5.24.4/ExtUtils/typemap" -typemap "typemap" -typemap "typemap"  Kafka.xs > Kafka.xsc && mv Kafka.xsc Kafka.c
cc -c   -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" -fPIC "-I/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE"   Kafka.c
Kafka.xs: In function 'XS_Net__Kafka_offsets_for_times':
Kafka.xs:299:15: warning: implicit declaration of function 'rd_kafka_offsets_for_times' [-Wimplicit-function-declaration]
         err = rd_kafka_offsets_for_times(rdk->rk, tp_list, timeout_ms);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka_produce':
Kafka.c:902:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t * hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:932:18: error: 'rd_kafka_headers_t' undeclared (first use in this function)
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                  ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
Kafka.c:932:18: note: each undeclared identifier is reported only once for each function it appears in
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                  ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:932:10: note: in expansion of macro 'INT2PTR'
   hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
          ^~~~~~~
Kafka.xs:337:15: warning: implicit declaration of function 'rd_kafka_producev' [-Wimplicit-function-declaration]
         err = rd_kafka_producev(
               ^~~~~~~~~~~~~~~~~
Kafka.xs:339:13: warning: implicit declaration of function 'RD_KAFKA_V_TOPIC' [-Wimplicit-function-declaration]
             RD_KAFKA_V_TOPIC(topic),
             ^~~~~~~~~~~~~~~~
Kafka.xs:340:13: warning: implicit declaration of function 'RD_KAFKA_V_PARTITION' [-Wimplicit-function-declaration]
             RD_KAFKA_V_PARTITION(partition),
             ^~~~~~~~~~~~~~~~~~~~
Kafka.xs:341:13: warning: implicit declaration of function 'RD_KAFKA_V_MSGFLAGS' [-Wimplicit-function-declaration]
             RD_KAFKA_V_MSGFLAGS(RD_KAFKA_MSG_F_COPY | msgflags),
             ^~~~~~~~~~~~~~~~~~~
Kafka.xs:342:13: warning: implicit declaration of function 'RD_KAFKA_V_KEY' [-Wimplicit-function-declaration]
             RD_KAFKA_V_KEY(keyptr, klen),
             ^~~~~~~~~~~~~~
Kafka.xs:343:13: warning: implicit declaration of function 'RD_KAFKA_V_TIMESTAMP' [-Wimplicit-function-declaration]
             RD_KAFKA_V_TIMESTAMP(timestamp),
             ^~~~~~~~~~~~~~~~~~~~
Kafka.xs:344:13: warning: implicit declaration of function 'RD_KAFKA_V_VALUE' [-Wimplicit-function-declaration]
             RD_KAFKA_V_VALUE(plptr, plen),
             ^~~~~~~~~~~~~~~~
Kafka.xs:345:13: warning: implicit declaration of function 'RD_KAFKA_V_OPAQUE' [-Wimplicit-function-declaration]
             RD_KAFKA_V_OPAQUE((void *) msg_id),
             ^~~~~~~~~~~~~~~~~
Kafka.xs:347:13: warning: implicit declaration of function 'RD_KAFKA_V_HEADERS' [-Wimplicit-function-declaration]
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
             ^~~~~~~~~~~~~~~~~~
Kafka.xs:347:39: warning: implicit declaration of function 'rd_kafka_headers_copy' [-Wimplicit-function-declaration]
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
                                       ^~~~~~~~~~~~~~~~~~~~~
Kafka.xs:347:67: warning: pointer/integer type mismatch in conditional expression
             RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
                                                                   ^
Kafka.xs:348:13: error: 'RD_KAFKA_V_END' undeclared (first use in this function)
             RD_KAFKA_V_END);
             ^~~~~~~~~~~~~~
Kafka.xs: In function 'XS_Net__Kafka__Event_event_stats':
Kafka.xs:462:18: warning: implicit declaration of function 'rd_kafka_event_stats' [-Wimplicit-function-declaration]
         RETVAL = rd_kafka_event_stats(rkev);
                  ^~~~~~~~~~~~~~~~~~~~
Kafka.xs:462:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         RETVAL = rd_kafka_event_stats(rkev);
                ^
Kafka.xs: In function 'XS_Net__Kafka__Message_headers':
Kafka.xs:698:9: error: unknown type name 'rd_kafka_headers_t'
         rd_kafka_headers_t *hdrs;
         ^~~~~~~~~~~~~~~~~~
Kafka.c:1885:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
Kafka.xs:701:15: warning: implicit declaration of function 'rd_kafka_message_headers' [-Wimplicit-function-declaration]
         err = rd_kafka_message_headers(rd_msg, &hdrs);
               ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:704:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
             RETVAL = rd_kafka_headers_copy(hdrs);
                    ^
Kafka.xs:705:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs: In function 'XS_Net__Kafka__Message_detach_headers':
Kafka.xs:717:9: error: unknown type name 'rd_kafka_headers_t'
         rd_kafka_headers_t *hdrs;
         ^~~~~~~~~~~~~~~~~~
Kafka.c:1929:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
Kafka.xs:720:15: warning: implicit declaration of function 'rd_kafka_message_detach_headers' [-Wimplicit-function-declaration]
         err = rd_kafka_message_detach_headers(rd_msg, &hdrs);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:723:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_new':
Kafka.c:1994:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t * RETVAL;
  ^~~~~~~~~~~~~~~~~~
Kafka.xs:744:18: warning: implicit declaration of function 'rd_kafka_headers_new' [-Wimplicit-function-declaration]
         RETVAL = rd_kafka_headers_new(0);
                  ^~~~~~~~~~~~~~~~~~~~
Kafka.xs:744:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
         RETVAL = rd_kafka_headers_new(0);
                ^
Kafka.c: In function 'XS_Net__Kafka__Headers_add':
Kafka.c:2020:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2028:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2028:24: note: in expansion of macro 'INT2PTR'
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:758:15: warning: implicit declaration of function 'rd_kafka_header_add' [-Wimplicit-function-declaration]
         err = rd_kafka_header_add(hdrs, name, name_len, value, value_len);
               ^~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_remove':
Kafka.c:2055:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2063:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2063:24: note: in expansion of macro 'INT2PTR'
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:771:15: warning: implicit declaration of function 'rd_kafka_header_remove' [-Wimplicit-function-declaration]
         err = rd_kafka_header_remove(hdrs, name);
               ^~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_get_last':
Kafka.c:2094:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2102:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2102:24: note: in expansion of macro 'INT2PTR'
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:786:15: warning: implicit declaration of function 'rd_kafka_header_get_last' [-Wimplicit-function-declaration]
         err = rd_kafka_header_get_last(hdrs, name, &value, &value_len);
               ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:789:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
         } else if (err == RD_KAFKA_RESP_ERR__NOENT) {
                           ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_to_hash':
Kafka.c:2131:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2147:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2147:24: note: in expansion of macro 'INT2PTR'
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:809:19: warning: implicit declaration of function 'rd_kafka_header_get_all' [-Wimplicit-function-declaration]
             err = rd_kafka_header_get_all(hdrs, i, &name, &value, &value_len);
                   ^~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_DESTROY':
Kafka.c:2194:2: error: unknown type name 'rd_kafka_headers_t'
  rd_kafka_headers_t* hdrs;
  ^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2200:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                                ^
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:27: note: in definition of macro 'INT2PTR'
 #  define INT2PTR(any,d) (any)(d)
                           ^~~
/opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld/CORE/perl.h:1731:30: error: expected expression before ')' token
 #  define INT2PTR(any,d) (any)(d)
                              ^
Kafka.c:2200:24: note: in expansion of macro 'INT2PTR'
                 hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
                        ^~~~~~~
Kafka.xs:835:9: warning: implicit declaration of function 'rd_kafka_headers_destroy' [-Wimplicit-function-declaration]
         rd_kafka_headers_destroy(hdrs);
         ^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs: In function 'boot_Net__Kafka':
Kafka.xs:75:27: error: 'RD_KAFKA_EVENT_STATS' undeclared (first use in this function)
         MAKE_CONSTANT_IV( RD_KAFKA_EVENT_STATS );
                           ^
Kafka.xs:46:89: note: in definition of macro 'MAKE_CONSTANT_IV'
 #define MAKE_CONSTANT_IV( name ) make_constant_iv( aTHX_ stash, #name, strlen( #name ), name )
                                                                                         ^~~~
Makefile:353: recipe for target 'Kafka.o' failed
make: *** [Kafka.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module               Need     Have    
    -------------------- -------- --------
    AnyEvent             0        7.17    
    AnyEvent::XSPromises 0        0       
    perl                 5.022000 5.024004
    Test::More           0        1.001014

build_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        7.10_02 

configure_requires:

    Module               Need     Have    
    -------------------- -------- --------
    ExtUtils::MakeMaker  0        7.10_02 
    ExtUtils::PkgConfig  0        1.16    


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

Environment variables:

    LANG = C
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /opt/perl-5.24.4D/bin/perl
    PERL5LIB = /home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 6817
    PERL5_CPAN_IS_RUNNING = 6817
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 6743,6817
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019102909/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2019102909

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

    $^X = /opt/perl-5.24.4D/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.11_01   
    CPAN::Meta          2.150005  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.10_02   
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.10_02   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                n/a       
    JSON::PP            2.27300_01
    Module::Build       n/a       
    Module::Signature   n/a       
    Parse::CPAN::Meta   1.4417_001
    Test::Harness       3.36_01   
    Test::More          1.001014  
    YAML                1.29      
    YAML::Syck          1.31      
    version             0.9916    


--

Summary of my perl5 (revision 5 version 24 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=4.9.0-9-amd64, archname=x86_64-linux-ld
    uname='linux debian9 4.9.0-9-amd64 #1 smp debian 4.9.168-1+deb9u4 (2019-07-19) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.4D -Duselongdouble -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='6.3.0 20170516', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.24.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.24'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        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_LONG_DOUBLE USE_PERLIO USE_PERL_ATOF
  Built under linux
  Compiled at Aug  6 2019 17:58:28
  %ENV:
    PERL="/opt/perl-5.24.4D/bin/perl"
    PERL5LIB="/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/lib:/home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/arch:/home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="6817"
    PERL5_CPAN_IS_RUNNING="6817"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="6743,6817"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019102909/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/arch
    /home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-OfuBtF/blib/lib
    /home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/arch
    /home/cpansand/.local/share/.cpan/build/2019102909/AnyEvent-7.17-_eMcdq/blib/lib
    /home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/arch
    /home/cpansand/.local/share/.cpan/build/2019102909/Canary-Stability-2013-R4ufDU/blib/lib
    /home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/arch
    /home/cpansand/.local/share/.cpan/build/2019102909/ExtUtils-PkgConfig-1.16-xbpmkw/blib/lib
    /opt/perl-5.24.4D/lib/site_perl/5.24.4/x86_64-linux-ld
    /opt/perl-5.24.4D/lib/site_perl/5.24.4
    /opt/perl-5.24.4D/lib/5.24.4/x86_64-linux-ld
    /opt/perl-5.24.4D/lib/5.24.4
    .