Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: PASS DynaLoader-Functions-0.002 v5.24.2 GNU/Linux
Date: 2017-07-26T08:03:06Z
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 Andrew Main (Zefram),
This is a computer-generated report for DynaLoader-Functions-0.002
on perl 5.24.2, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 './Build test':
t/pod_cvg.t ... ok
t/pod_syn.t ... ok
compilet-d_73a.c:1:5: warning: function declaration isnât a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h: In function âCvNAME_HEKâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:96:32: note: in expansion of macro âMUTABLE_PTRâ
#define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:215:23: note: in expansion of macro âCvFLAGSâ
#define CvNAMED(cv) (CvFLAGS(cv) & CVf_NAMED)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:233:12: note: in expansion of macro âCvNAMEDâ
return CvNAMED(sv)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:234:13: note: in expansion of macro âMUTABLE_PTRâ
? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_siphash_2_4â:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:213:13: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U64 k0 = ((U64*)seed)[0];
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:214:13: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U64 k1 = ((U64*)seed)[1];
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_superfastâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_murmur3â:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:366:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:405:7: note: in expansion of macro âMURMUR_DOBYTESâ
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:360:49: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:405:7: note: in expansion of macro âMURMUR_DOBYTESâ
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:414:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:422:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:430:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:438:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:347:32: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:366:13: note: in expansion of macro âMURMUR_DOBLOCKâ
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:446:5: note: in expansion of macro âMURMUR_DOBYTESâ
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:360:49: note: in expansion of macro âSTMT_STARTâ
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:446:5: note: in expansion of macro âMURMUR_DOBYTESâ
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3904,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_djb2â:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_sdbmâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_one_at_a_timeâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_one_at_a_time_hardâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-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.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_old_one_at_a_timeâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:5615:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_av_top_indexâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/embed.h:338:40: note: in definition of macro âmg_sizeâ
#define mg_size(a) Perl_mg_size(aTHX_ a)
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/av.h:81:15: note: in expansion of macro âMUTABLE_SVâ
? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro âAvFILLâ
return AvFILL(av);
^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_CvGVâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:96:32: note: in expansion of macro âMUTABLE_PTRâ
#define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cv.h:215:23: note: in expansion of macro âCvFLAGSâ
#define CvNAMED(cv) (CvFLAGS(cv) & CVf_NAMED)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:31:12: note: in expansion of macro âCvNAMEDâ
return CvNAMED(sv)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:33:13: note: in expansion of macro âMUTABLE_PTRâ
: ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3895:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_pushsubâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:334:23: note: in definition of macro âSvREFCNTâ
#define SvREFCNT(sv) (sv)->sv_refcnt
^~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:345:59: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:489:5: note: in expansion of macro âSvREFCNT_inc_simple_void_NNâ
SvREFCNT_inc_simple_void_NN(cv);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_popsub_commonâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:347:47: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:509:5: note: in expansion of macro âSvREFCNT_decâ
SvREFCNT_dec(cv);
^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3905:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_popsub_argsâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cop.h:612:13: warning: declaration of âavâ shadows a previous local [-Wshadow]
AV *av = GvAV(PL_defgv); \
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:526:5: note: in expansion of macro âCX_POP_SAVEARRAYâ
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:5859:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:518:9: note: shadowed declaration is here
AV *av;
^~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:347:47: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cop.h:615:9: note: in expansion of macro âSvREFCNT_decâ
SvREFCNT_dec(av); \
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:526:5: note: in expansion of macro âCX_POP_SAVEARRAYâ
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cop.h:611:5: note: in expansion of macro âSTMT_STARTâ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:526:5: note: in expansion of macro âCX_POP_SAVEARRAYâ
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:69:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:527:10: note: in expansion of macro âMUTABLE_AVâ
av = MUTABLE_AV(PAD_SVl(0));
^~~~~~~~~~
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:524:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/cop.h:621:5: note: in expansion of macro âSTMT_STARTâ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:532:9: note: in expansion of macro âCLEAR_ARGARRAYâ
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:3895:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_pushformatâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:334:23: note: in definition of macro âSvREFCNTâ
#define SvREFCNT(sv) (sv)->sv_refcnt
^~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:345:59: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:563:5: note: in expansion of macro âSvREFCNT_inc_simple_void_NNâ
SvREFCNT_inc_simple_void_NN(cv);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/perl.h:2684:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:339:52: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_inc_void(sv) S_SvREFCNT_inc_void(MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:565:5: note: in expansion of macro âSvREFCNT_inc_voidâ
SvREFCNT_inc_void(cx->blk_format.dfoutgv);
^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_popformatâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:348:53: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:581:5: note: in expansion of macro âSvREFCNT_dec_NNâ
SvREFCNT_dec_NN(dfout);
^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:348:53: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:588:5: note: in expansion of macro âSvREFCNT_dec_NNâ
SvREFCNT_dec_NN(cv);
^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_popevalâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:348:53: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:623:9: note: in expansion of macro âSvREFCNT_dec_NNâ
SvREFCNT_dec_NN(sv);
^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_poploopâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:348:53: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:682:9: note: in expansion of macro âSvREFCNT_dec_NNâ
SvREFCNT_dec_NN(sv);
^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:348:53: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:686:13: note: in expansion of macro âSvREFCNT_dec_NNâ
SvREFCNT_dec_NN(sv);
^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:347:47: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:697:9: note: in expansion of macro âSvREFCNT_decâ
SvREFCNT_dec(cursv);
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h: In function âS_cx_popgivenâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:64:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/handy.h:74:30: note: in expansion of macro âMUTABLE_PTRâ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/sv.h:347:47: note: in expansion of macro âMUTABLE_SVâ
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi/CORE/inline.h:743:5: note: in expansion of macro âSvREFCNT_decâ
SvREFCNT_dec(sv);
^~~~~~~~~~~~
t/dyna_low.c: At top level:
t/dyna_low.c:20:24: warning: no previous prototype for âdynalow_fooâ [-Wmissing-prototypes]
MY_EXPORT_CALLCONV int dynalow_foo(void)
^~~~~~~~~~~
t/dyna_low.c:25:24: warning: no previous prototype for âdynalow_barâ [-Wmissing-prototypes]
MY_EXPORT_CALLCONV int dynalow_bar(void)
^~~~~~~~~~~
t/dyna_low.c:31:24: warning: no previous prototype for âboot_t__dyna_lowâ [-Wmissing-prototypes]
MY_EXPORT_CALLCONV int boot_t__dyna_low(void)
^~~~~~~~~~~~~~~~
t/dyna_low.t .. ok
All tests successful.
Files=3, Tests=8, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.62 cusr 0.08 csys = 0.73 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------- ----- --------
Carp 0 1.40
DynaLoader 0 1.38
Exporter 0 5.72
parent 0 0.234
perl 5.006 5.024002
strict 0 1.11
warnings 0 1.36
build_requires:
Module Need Have
------------- ----- --------
Module::Build 0 0.4224
perl 5.006 5.024002
strict 0 1.11
Test::More 0 1.302086
warnings 0 1.36
configure_requires:
Module Need Have
------------- ----- --------
Module::Build 0 0.4224
perl 5.006 5.024002
strict 0 1.11
warnings 0 1.36
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j10
LANG = en_GB.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.2/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
PERL5LIB = /tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/arch:/tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/lib:/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/arch:/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/lib:/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/arch:/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/lib:/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/arch:/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/lib:/tmp/build/Params-Classify-0.014-24/blib/arch:/tmp/build/Params-Classify-0.014-24/blib/lib:/tmp/build/Date-ISO8601-0.004-24/blib/arch:/tmp/build/Date-ISO8601-0.004-24/blib/lib:/tmp/build/Lingua-Word-Parser-0.0802-24/blib/arch:/tmp/build/Lingua-Word-Parser-0.0802-24/blib/lib:/tmp/build/List-PowerSet-0.01-51/blib/arch:/tmp/build/List-PowerSet-0.01-51/blib/lib:/tmp/build/Bit-Vector-7.4-9/blib/arch:/tmp/build/Bit-Vector-7.4-9/blib/lib:/tmp/build/Carp-Clan-6.06-13/blib/arch:/tmp/build/Carp-Clan-6.06-13/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 27676
PERL5_CPAN_IS_RUNNING = 27676
PERLBREW_BASHRC_VERSION = 0.78
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.24.2/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.2/bin
PERLBREW_PERL = perl-5.24.2
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.78
PERL_LOCAL_LIB_ROOT =
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.24.2/bin/perl5.24.2
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 29 30 44 46 107 112 118 1000
$EGID = 1000 4 24 25 29 30 44 46 107 112 118 1000
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.16
CPAN::Meta 2.150005
Cwd 3.63_01
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.31
File::Spec 3.63_01
JSON 2.94
JSON::PP 2.27300_01
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 1.4417_001
Test::Harness 3.36_01
Test::More 1.302086
YAML 1.23
YAML::Syck 1.30
version 0.9916
--
Summary of my perl5 (revision 5 version 24 subversion 2) configuration:
Platform:
osname=linux, osvers=4.11.0-1-amd64, archname=x86_64-linux-thread-multi
uname='linux microcenter 4.11.0-1-amd64 #1 smp debian 4.11.6-1 (2017-06-19) x86_64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.24.2 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -Acc=gcc-7 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.24.2/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc=' gcc-7', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -fdiagnostics-color=auto -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='7.1.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-7', ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
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 MULTIPLICITY PERLIO_LAYERS
PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL 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_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Jul 17 2017 13:02:41
%ENV:
PERL5LIB="/tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/arch:/tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/lib:/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/arch:/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/lib:/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/arch:/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/lib:/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/arch:/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/lib:/tmp/build/Params-Classify-0.014-24/blib/arch:/tmp/build/Params-Classify-0.014-24/blib/lib:/tmp/build/Date-ISO8601-0.004-24/blib/arch:/tmp/build/Date-ISO8601-0.004-24/blib/lib:/tmp/build/Lingua-Word-Parser-0.0802-24/blib/arch:/tmp/build/Lingua-Word-Parser-0.0802-24/blib/lib:/tmp/build/List-PowerSet-0.01-51/blib/arch:/tmp/build/List-PowerSet-0.01-51/blib/lib:/tmp/build/Bit-Vector-7.4-9/blib/arch:/tmp/build/Bit-Vector-7.4-9/blib/lib:/tmp/build/Carp-Clan-6.06-13/blib/arch:/tmp/build/Carp-Clan-6.06-13/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="27676"
PERL5_CPAN_IS_RUNNING="27676"
PERLBREW_BASHRC_VERSION="0.78"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.24.2/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.2/bin"
PERLBREW_PERL="perl-5.24.2"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.78"
PERL_LOCAL_LIB_ROOT=""
@INC:
/tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/arch
/tmp/build/DateTime-TimeZone-Olson-0.007-24/blib/lib
/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/arch
/tmp/build/Time-OlsonTZ-Data-0.201702-24/blib/lib
/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/arch
/tmp/build/DateTime-TimeZone-Tzfile-0.011-24/blib/lib
/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/arch
/tmp/build/DateTime-TimeZone-SystemV-0.010-24/blib/lib
/tmp/build/Params-Classify-0.014-24/blib/arch
/tmp/build/Params-Classify-0.014-24/blib/lib
/tmp/build/Date-ISO8601-0.004-24/blib/arch
/tmp/build/Date-ISO8601-0.004-24/blib/lib
/tmp/build/Lingua-Word-Parser-0.0802-24/blib/arch
/tmp/build/Lingua-Word-Parser-0.0802-24/blib/lib
/tmp/build/List-PowerSet-0.01-51/blib/arch
/tmp/build/List-PowerSet-0.01-51/blib/lib
/tmp/build/Bit-Vector-7.4-9/blib/arch
/tmp/build/Bit-Vector-7.4-9/blib/lib
/tmp/build/Carp-Clan-6.06-13/blib/arch
/tmp/build/Carp-Clan-6.06-13/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/site_perl/5.24.2/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/site_perl/5.24.2
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.24.2/lib/5.24.2
.