Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN OpenGL-Array-0.70_02 v5.24.1 GNU/Linux
Date: 2017-03-05T13:44:21Z
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 Chris Marshall,
This is a computer-generated report for OpenGL-Array-0.70_02
on perl 5.24.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 Array ()
"/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1" "/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/xsubpp" -noprototypes -typemap '/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/typemap' -typemap '/tmp/build/OpenGL-Array-0.70_02-1/typemap' opengl_array.xs > opengl_array.xsc
cc -c -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.70_02\" -DXS_VERSION=\"0.70_02\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE" gl_util.c
chmod 644 "Array.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1" "/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/xsubpp" -noprototypes -typemap '/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/typemap' -typemap '/tmp/build/OpenGL-Array-0.70_02-1/typemap' opengl_matrix.xs > opengl_matrix.xsc
cp lib/OpenGL/Array.pod blib/lib/OpenGL/Array.pod
cp oga.pl blib/lib/OpenGL/oga.pl
cp lib/OpenGL/Array.pm blib/lib/OpenGL/Array.pm
"/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Array.bs blib/arch/auto/OpenGL/Array/Array.bs 644
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3904,
from pgopogl.h:22,
from gl_util.h:1,
from gl_util.c:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_superfastâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_murmur3â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_djb2â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_sdbmâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_one_at_a_timeâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
mv opengl_array.xsc opengl_array.c
cc -c -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.70_02\" -DXS_VERSION=\"0.70_02\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE" opengl_array.c
mv opengl_matrix.xsc opengl_matrix.c
cc -c -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.70_02\" -DXS_VERSION=\"0.70_02\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE" opengl_matrix.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3905:0,
from pgopogl.h:22,
from gl_util.h:1,
from gl_util.c:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h: In function âS_cx_popsub_argsâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:5859:0,
from pgopogl.h:22,
from gl_util.h:1,
from gl_util.c:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h:518:9: warning: shadowed declaration is here [-Wshadow]
AV *av;
^
In file included from pgopogl.h:22:0,
from gl_util.h:1,
from gl_util.c:2:
pgopogl.h: At top level:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: declaration of âmy_perlâ shadows a parameter [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:47: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: shadowed declaration is here [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:24: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
In file included from gl_util.c:2:0:
gl_util.h:23:19: fatal error: GL/gl.h: No such file or directory
#include <GL/gl.h>
^
compilation terminated.
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3904,
from pgopogl.h:22,
from opengl_array.xs:13:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_superfastâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_murmur3â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_djb2â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_sdbmâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_one_at_a_timeâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3904,
from pgopogl.h:22,
from opengl_matrix.xs:14:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_superfastâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_murmur3â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro âU8TO32_LEâ
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro âU8TO32_LEâ
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_djb2â:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_sdbmâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âS_perl_hash_one_at_a_timeâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast discards âconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3905:0,
from pgopogl.h:22,
from opengl_array.xs:13:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h: In function âS_cx_popsub_argsâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:5859:0,
from pgopogl.h:22,
from opengl_array.xs:13:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h:518:9: warning: shadowed declaration is here [-Wshadow]
AV *av;
^
In file included from pgopogl.h:22:0,
from opengl_array.xs:13:
pgopogl.h: At top level:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: declaration of âmy_perlâ shadows a parameter [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:47: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: shadowed declaration is here [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:24: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: declaration of âmy_perlâ shadows a parameter [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl_call_XS.h:23:42: note: in expansion of macro âpTHX_â
_pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark)
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: shadowed declaration is here [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl_call_XS.h:23:19: note: in expansion of macro âpTHX_â
_pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark)
^
In file included from opengl_array.xs:17:0:
gl_util.h:23:19: fatal error: GL/gl.h: No such file or directory
#include <GL/gl.h>
^
compilation terminated.
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:3905:0,
from pgopogl.h:22,
from opengl_matrix.xs:14:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h: In function âS_cx_popsub_argsâ:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-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.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:5859:0,
from pgopogl.h:22,
from opengl_matrix.xs:14:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/inline.h:518:9: warning: shadowed declaration is here [-Wshadow]
AV *av;
^
In file included from pgopogl.h:22:0,
from opengl_matrix.xs:14:
pgopogl.h: At top level:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: declaration of âmy_perlâ shadows a parameter [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:47: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:165:22: warning: shadowed declaration is here [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi/CORE/perl.h:178:18: note: in expansion of macro âpTHXâ
# define pTHX_ pTHX,
^
pgopogl.h:31:24: note: in expansion of macro âpTHX_â
void _pgopogl_call_XS (pTHX_ void (*subaddr) (pTHX_ CV *), CV * cv, SV ** mark);
^
In file included from opengl_matrix.xs:16:0:
gl_util.h:23:19: fatal error: GL/gl.h: No such file or directory
#include <GL/gl.h>
^
compilation terminated.
Makefile:354: recipe for target 'gl_util.o' failed
make: *** [gl_util.o] Error 1
make: *** Waiting for unfinished jobs....
Makefile:354: recipe for target 'opengl_array.o' failed
make: *** [opengl_array.o] Error 1
Makefile:354: recipe for target 'opengl_matrix.o' failed
make: *** [opengl_matrix.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Test::More 0 1.001014
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.24
configure_requires:
Module Need Have
------------------- ---- --------
Devel::CheckOS 0 1.79
ExtUtils::MakeMaker 6.52 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_US.UTF-8
LANGUAGE = en_US.UTF-8
LC_ALL = en_US.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin:/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.6.2/bin:/home/njh/perl5/perlbrew/bin:/home/njh/src/njh/smoker:/usr/bin:/bin
PERL = /home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1
PERL5LIB = /tmp/build/Devel-CheckOS-1.79-4/blib/arch:/tmp/build/Devel-CheckOS-1.79-4/blib/lib:/tmp/build/Data-Compare-1.25-4/blib/arch:/tmp/build/Data-Compare-1.25-4/blib/lib:/tmp/build/File-Find-Rule-0.34-4/blib/arch:/tmp/build/File-Find-Rule-0.34-4/blib/lib:/tmp/build/Text-Glob-0.10-5/blib/arch:/tmp/build/Text-Glob-0.10-5/blib/lib:/tmp/build/Number-Compare-0.03-5/blib/arch:/tmp/build/Number-Compare-0.03-5/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 10737
PERL5_CPAN_IS_RUNNING = 10737
PERLBREW_BASHRC_VERSION = 0.78
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.24.1/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin
PERLBREW_PERL = perl-5.24.1
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.78
PERL_LOCAL_LIB_ROOT =
SHELL = /bin/sh
TMPDIR = /tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1
$UID/$EUID = 1000 / 1000
$GID = 100 100
$EGID = 100 100
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.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.31
File::Spec 3.63_01
JSON n/a
JSON::PP 2.27300_01
Module::Build 0.4220
Module::Signature n/a
Parse::CPAN::Meta 1.4417_001
Test::Harness 3.36_01
Test::More 1.001014
YAML n/a
YAML::Syck 1.29
version 0.9916
--
Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
Platform:
osname=linux, osvers=4.5.7-std-4, archname=armv7l-linux-thread-multi
uname='linux scw-808d97 4.5.7-std-4 #1 smp tue jul 12 11:00:06 utc 2016 armv7l gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.24.1 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.24.1/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 -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -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 -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 -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/arm-linux-gnueabihf/4.9/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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_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
Locally applied patches:
Devel::PatchPerl 1.38
Built under linux
Compiled at Feb 25 2017 17:07:09
%ENV:
PERL="/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl5.24.1"
PERL5LIB="/tmp/build/Devel-CheckOS-1.79-4/blib/arch:/tmp/build/Devel-CheckOS-1.79-4/blib/lib:/tmp/build/Data-Compare-1.25-4/blib/arch:/tmp/build/Data-Compare-1.25-4/blib/lib:/tmp/build/File-Find-Rule-0.34-4/blib/arch:/tmp/build/File-Find-Rule-0.34-4/blib/lib:/tmp/build/Text-Glob-0.10-5/blib/arch:/tmp/build/Text-Glob-0.10-5/blib/lib:/tmp/build/Number-Compare-0.03-5/blib/arch:/tmp/build/Number-Compare-0.03-5/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="10737"
PERL5_CPAN_IS_RUNNING="10737"
PERLBREW_BASHRC_VERSION="0.78"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.24.1/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin"
PERLBREW_PERL="perl-5.24.1"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.78"
PERL_LOCAL_LIB_ROOT=""
@INC:
/tmp/build/Devel-CheckOS-1.79-4/blib/arch
/tmp/build/Devel-CheckOS-1.79-4/blib/lib
/tmp/build/Data-Compare-1.25-4/blib/arch
/tmp/build/Data-Compare-1.25-4/blib/lib
/tmp/build/File-Find-Rule-0.34-4/blib/arch
/tmp/build/File-Find-Rule-0.34-4/blib/lib
/tmp/build/Text-Glob-0.10-5/blib/arch
/tmp/build/Text-Glob-0.10-5/blib/lib
/tmp/build/Number-Compare-0.03-5/blib/arch
/tmp/build/Number-Compare-0.03-5/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1/armv7l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/armv7l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1
.