PerlMagick v6.89-1 Perl 5 v5.20.0 armv6l-linux-thread-multi
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
PerlMagick v6.89-1
- Platform
- Perl 5 v5.20.0 armv6l-linux-thread-multi
- Date
- 2018-02-06 15:02:48
- ID
- cb6881f2-0b4e-11e8-af2b-acaf1d79aee4
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 Cristy,
This is a computer-generated report for PerlMagick-6.89-1
on perl 5.20.0, 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 Magick ()
"/home/njh/perl5/perlbrew/perls/perl-5.20.0/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/PerlMagick-6.89-1/typemap' Magick.xs > Magick.xsc
chmod 644 "Magick.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.20.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Image/Magick/Magick.bs 644
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
mv Magick.xsc Magick.c
cc -c -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/libxml2 -I"/usr/include/ImageMagick-6" -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/freetype2 -g -O2 -Wall -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -DVERSION=\"6.89\" -DXS_VERSION=\"6.89\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:2324:0,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/cv.h: In function âÂÂS_CvGVâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_superfastâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_murmur3âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast increases required alignment of target type [-Wcast-align]
In file included from Magick.xs:57:0:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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 Magick.xs:57:0:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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 Magick.xs:57:0:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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 Magick.xs:57:0:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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 Magick.xs:57:0:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:478:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:3300,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_djb2âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_sdbmâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_one_at_a_timeâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:494:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:494:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:509:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:509:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:544:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/hv_func.h:544:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/perl.h:5053:0,
from Magick.xs:57:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/embed.h:325:40: note: in definition of macro âÂÂmg_sizeâÂÂ
#define mg_size(a) Perl_mg_size(aTHX_ a)
^
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-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.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/av.h:83:15: note: in expansion of macro âÂÂMUTABLE_SVâÂÂ
? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro âÂÂAvFILLâÂÂ
return AvFILL(av);
^~~~~~
Magick.xs: At top level:
Magick.xs:60:31: fatal error: magick/MagickCore.h: No such file or directory
#include <magick/MagickCore.h>
^
compilation terminated.
Makefile:347: recipe for target 'Magick.o' failed
make: *** [Magick.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.30
------------------------------
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.20.0/bin:src/njh/smoker/bin:/usr/bin:/bin
PERL = /home/njh/perl5/perlbrew/perls/perl-5.20.0/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 14732
PERL5_CPAN_IS_RUNNING = 14732
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.20.0/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.0/bin
PERLBREW_PERL = perl-5.20.0
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.80
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.20.0/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
$EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150005
Cwd 3.47
ExtUtils::CBuilder 0.280216
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4206
Module::Signature 0.73
Parse::CPAN::Meta 1.4422
Test::Harness 3.36
Test::More 1.302122
YAML 1.24
YAML::Syck 1.30
version 0.9908
--
Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
Platform:
osname=linux, osvers=3.10.34+, archname=armv6l-linux-thread-multi
uname='linux pi 3.10.34+ #661 preempt thu mar 27 00:36:02 gmt 2014 armv6l gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.20.0 -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.20.0/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
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 -fwrapv -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 -fwrapv -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 /usr/lib/gcc/arm-linux-gnueabihf/4.6/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
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_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
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 May 28 2014 09:12:18
%ENV:
PERL="/home/njh/perl5/perlbrew/perls/perl-5.20.0/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="14732"
PERL5_CPAN_IS_RUNNING="14732"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.20.0/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.0/bin"
PERLBREW_PERL="perl-5.20.0"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
@INC:
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.0
.