WiringPi-API v2.3614 Perl 5 v5.18.1 x86_64-linux-thread-multi
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
WiringPi-API v2.3614
- Platform
- Perl 5 v5.18.1 x86_64-linux-thread-multi
- Date
- 2017-10-03 20:48:36
- ID
- 3a83771c-a87c-11e7-9be1-bbe64cf6c7cd
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Steve Bertrand,
This is a computer-generated report for WiringPi-API-2.3614
on perl 5.18.1, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make -j4 -j4':
Running Mkbootstrap for API ()
"/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/WiringPi-API-2.3614-19/typemap' API.xs > API.xsc
chmod 644 "API.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- API.bs blib/arch/auto/WiringPi/API/API.bs 644
cp lib/WiringPi/API.pm blib/lib/WiringPi/API.pm
mv API.xsc API.c
cc -c -I. -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=2 -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.3614\" -DXS_VERSION=\"2.3614\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE" API.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
#if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3471:0,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3472:0,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
#if NO_TAINT_SUPPORT
^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:2513:0,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/cv.h: In function âÂÂS_CvGVâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_2_4âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U64TYPE k0 = ((U64TYPE*)seed)[0];
^
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U64TYPE k1 = ((U64TYPE*)seed)[1];
^
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_superfastâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_murmur3âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
k1 = U8TO32_LE(ptr);
^~~~~~~~~
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
In file included from API.xs:16:0:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv.h:592:0,
from /home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:3480,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_djb2âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_sdbmâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/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.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/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.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/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.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/hv_func.h:534: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.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/perl.h:5156:0,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-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.1/lib/5.18.1/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro âÂÂAvFILLâÂÂ
return AvFILL(av);
^~~~~~
In file included from API.xs:21:0:
API.h: At top level:
API.h:22:1: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
void interruptHandler();
^~~~
API.h:41:1: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
unsigned int digitalReadByte();
^~~~~~~~
API.h:42:1: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
unsigned int digitalReadByte2();
^~~~~~~~
API.xs:22:10: fatal error: wiringPi.h: No such file or directory
#include <wiringPi.h>
^~~~~~~~~~~~
compilation terminated.
Makefile:343: recipe for target 'API.o' failed
make: *** [API.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.018001
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.22
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.22
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
PERL = /home/njh/perl5/perlbrew/perls/perl-5.18.1/bin/perl
PERL5LIB = /home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/arch:/home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/lib:/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/arch:/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/lib:/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/arch:/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 12676
PERL5_CPAN_IS_RUNNING = 12676
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.18.1/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin
PERLBREW_PERL = perl-5.18.1
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.80
PERL_LOCAL_LIB_ROOT =
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.18.1/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 29 30 44 46 108 112 1000
$EGID = 1000 4 24 25 29 30 44 46 108 112 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.22
ExtUtils::Install 1.59
ExtUtils::MakeMaker 7.22
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.93
JSON::PP 2.27400
Module::Build 0.4218
Module::Signature 0.73
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302075
YAML 1.23
YAML::Syck 1.30
version 0.9904
--
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=linux, osvers=3.9-1-amd64, archname=x86_64-linux-thread-multi
uname='linux nigelhorne.force9.co.uk 3.9-1-amd64 #1 smp debian 3.9.8-1 x86_64 gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.18.1 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=2 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, 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 -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=2 -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 -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=2 -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.8.1', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, 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/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /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.17'
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_64_BIT_ALL
USE_64_BIT_INT 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 Aug 15 2013 14:02:40
%ENV:
PERL="/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin/perl"
PERL5LIB="/home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/arch:/home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/lib:/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/arch:/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/lib:/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/arch:/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="12676"
PERL5_CPAN_IS_RUNNING="12676"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.18.1/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.1/bin"
PERLBREW_PERL="perl-5.18.1"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
PERL_LOCAL_LIB_ROOT=""
@INC:
/home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/arch
/home/njh/.cpan/build/RPi-WiringPi-Constant-1.01-19/blib/lib
/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/arch
/home/njh/.cpan/build/RPi-ADC-ADS-1.02-19/blib/lib
/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/arch
/home/njh/.cpan/build/GPSD-Parse-1.01-19/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/site_perl/5.18.1
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1/x86_64-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.18.1/lib/5.18.1
.