DynaLoader-Functions v0.003 Perl 5 v5.18.2 armv6l-linux-thread-multi
- Status
- Pass
- From
- Nigel Horne
- Dist
-
DynaLoader-Functions v0.003
- Platform
- Perl 5 v5.18.2 armv6l-linux-thread-multi
- Date
- 2019-07-16 01:28:52
- ID
- 1224ba86-a769-11e9-8fa9-99a29f1e7dde
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.003
on perl 5.18.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':
compilet-CFaHQ.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^~~~~~~~~~~~~
t/pod_syn.t ... ok
t/pod_cvg.t ... ok
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined [-Wundef]
#if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3471:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3472:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:2513:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h: In function âÂÂS_CvGVâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:60: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro âÂÂCvFLAGSâÂÂ
#define CvNAMED(cv) (CvFLAGS(cv) & CVf_NAMED)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:60: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
: ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:60: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro âÂÂCvFLAGSâÂÂ
#define CvNAMED(cv) (CvFLAGS(cv) & CVf_NAMED)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:60: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/cv.h:202: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_superfastâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_murmur3âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast increases required alignment of target type [-Wcast-align]
In file included from t/dyna_low.c:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro âÂÂMURMUR_DOBYTESâÂÂ
MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:348: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro âÂÂMURMUR_DOBYTESâÂÂ
MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
k1 = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:401: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:408: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:416: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:424: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro âÂÂMURMUR_DOBLOCKâÂÂ
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro âÂÂMURMUR_DOBYTESâÂÂ
MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:348: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro âÂÂMURMUR_DOBYTESâÂÂ
MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv.h:593:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:3480,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_djb2âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed + len);
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_sdbmâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed + len);
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_one_at_a_timeâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_one_at_a_time_hardâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_old_one_at_a_timeâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/perl.h:5156:0,
from t/dyna_low.c:3:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:60: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.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro âÂÂmg_sizeâÂÂ
#define mg_size(a) Perl_mg_size(aTHX_ a)
^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro âÂÂAvFILLâÂÂ
return AvFILL(av);
^~~~~~
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, 4 wallclock secs ( 0.21 usr 0.06 sys + 4.91 cusr 1.02 csys = 6.20 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------- ----- --------
Carp 0 1.32
Config 0 5.018002
DynaLoader 0 1.18
Exporter 0 5.68
parent 0 0.225
perl 5.006 5.018002
strict 0 1.07
warnings 0 1.18
build_requires:
Module Need Have
------------- ----- --------
Module::Build 0 0.4205
perl 5.006 5.018002
strict 0 1.07
Test::More 0 1.302136
warnings 0 1.18
configure_requires:
Module Need Have
------------- ----- --------
Module::Build 0 0.4205
perl 5.006 5.018002
strict 0 1.07
warnings 0 1.18
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_GB.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin:/home/njh/src/njh/smoker/bin:/usr/bin:/bin
PERL5LIB = /var/tmp/build/Data-Alias-1.21-2/blib/arch:/var/tmp/build/Data-Alias-1.21-2/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4664
PERL5_CPAN_IS_RUNNING = 4664
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4643,4664
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.18.2/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin
PERLBREW_PERL = perl-5.18.2
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/sh
TEMP = /tmp/user/1000
TMPDIR = /tmp/user/1000/testwrapper.4646
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 995 997 998 999 1000
$EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 995 997 998 999 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.25
CPAN::Meta 2.150005
Cwd 3.75
ExtUtils::CBuilder 0.280216
ExtUtils::Command 7.36
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.36
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.22
File::Spec 3.75
JSON 2.97001
JSON::PP 4.02
Module::Build 0.4205
Module::Signature n/a
Parse::CPAN::Meta 1.4422
Test::Harness 3.42
Test::More 1.302136
YAML 1.29
YAML::Syck 1.31
version 0.9902
--
Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
Platform:
osname=linux, osvers=3.10.24+, archname=armv6l-linux-thread-multi
uname='linux pi 3.10.24+ #614 preempt thu dec 19 20:38:42 gmt 2013 armv6l gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.18.2 -Duseithreads -Dusemultiplicity -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 -march=armv6 -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', 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 -march=armv6 -mfpu=vfp -mfloat-abi=hard -fno-strict-aliasing -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 -march=armv6 -mfpu=vfp -mfloat-abi=hard -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
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'
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_PRESERVE_IVUV PERL_SAWAMPERSAND USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Jan 7 2014 10:12:03
%ENV:
PERL5LIB="/var/tmp/build/Data-Alias-1.21-2/blib/arch:/var/tmp/build/Data-Alias-1.21-2/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4664"
PERL5_CPAN_IS_RUNNING="4664"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="4643,4664"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.18.2/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin"
PERLBREW_PERL="perl-5.18.2"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
PERL_USE_UNSAFE_INC="1"
@INC:
/var/tmp/build/Data-Alias-1.21-2/blib/arch
/var/tmp/build/Data-Alias-1.21-2/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2
.