ExtUtils-Constant v0.24 Perl 5 v5.8.7 evbarm-netbsd-thread-multi
- Status
- Pass
- From
- Nigel Horne
- Dist
-
ExtUtils-Constant v0.24
- Platform
- Perl 5 v5.8.7 evbarm-netbsd-thread-multi
- Date
- 2018-01-10 11:37:29
- ID
- a39f4c78-f5fa-11e7-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 Nicholas Clark,
This is a computer-generated report for ExtUtils-Constant-0.24
on perl 5.8.7, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.8.7/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:564:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:664:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:669:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:679:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:679:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:685:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:554:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:338:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:446:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:451:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:461:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:461:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:467:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:328:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:271:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:380:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:385:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:395:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:395:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:401:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:261:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:355:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:464:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:469:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:479:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:479:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:485:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:345:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:336:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:445:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:450:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:460:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:460:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:466:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:326:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.c:312:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c: In function 'boot_ExtTest':
ExtTest.c:421:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dVAR; dXSARGS;
^
ExtTest.c:426:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
char* file = __FILE__;
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:718:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:223:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "XS_VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:436:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/XSUB.h:226:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
vn = "VERSION"), FALSE); \
^
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/embed.h:2629:40: note: in definition of macro 'get_sv'
#define get_sv(a,b) Perl_get_sv(aTHX_ a,b)
^
ExtTest.c:436:5: note: in expansion of macro 'XS_VERSION_BOOTCHECK'
XS_VERSION_BOOTCHECK;
^
ExtTest.c:442:23: warning: passing argument 2 of 'Perl_newXS' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
newXS_deffile("ExtTest::constant", XS_ExtTest_constant);
^
ExtTest.c:302:47: note: in definition of macro 'newXS_deffile'
# define newXS_deffile(a,b) Perl_newXS(aTHX_ a,b,file)
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/perl.h:3813:0,
from ExtTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi/CORE/proto.h:496:19: note: expected 'char *' but argument is of type 'const char *'
PERL_CALLCONV CV* Perl_newXS(pTHX_ char* name, XSUBADDR_t f, char* filename);
^
t/Constant.t .. ok
All tests successful.
Files=1, Tests=272, 54 wallclock secs ( 0.39 usr 0.09 sys + 36.24 cusr 15.39 csys = 52.11 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.7/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:src/njh/smoker/bin
PERL5LIB = /home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/arch:/home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 8663
PERL5_CPAN_IS_RUNNING = 8663
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.8.7/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.7/bin
PERLBREW_PERL = perl-5.8.7
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.8.7/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 0 1000
$EGID = 1000 0 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.143240
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.24
ExtUtils::Install 1.54
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON n/a
JSON::PP 2.27203
Module::Build 0.4220
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.36
Test::More 1.302106
YAML n/a
YAML::Syck 1.30
version 0.9917
--
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=netbsd, osvers=7.0.2_patch, archname=evbarm-netbsd-thread-multi
uname='netbsd pi2c.bandsman.co.uk 7.0.2_patch netbsd 7.0.2_patch (rpi2.201612281350z) evbarm '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.8.7 -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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.8.7/bin'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fno-strict-aliasing -I/usr/pkg/include',
optimize='-O',
cppflags='-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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fno-strict-aliasing -I/usr/pkg/include'
ccversion='', gccversion='4.8.4', 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 =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/pkg/lib'
libpth=/usr/pkg/lib /lib /usr/lib
libs=-lm -lcrypt -lutil -lc -lposix -lpthread
perllibs=-lm -lcrypt -lutil -lc -lposix -lpthread
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
cccdlflags='-DPIC -fPIC ', lddlflags='-shared -L/usr/pkg/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
PERL_IMPLICIT_CONTEXT
Locally applied patches:
Devel::PatchPerl 1.38
Built under netbsd
Compiled at Dec 31 2016 15:29:10
%ENV:
PERL5LIB="/home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/arch:/home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="8663"
PERL5_CPAN_IS_RUNNING="8663"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.8.7/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.7/bin"
PERLBREW_PERL="perl-5.8.7"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
@INC:
/home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/arch
/home/njh/.cpan/build/ExtUtils-CChecker-0.10-2/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7/evbarm-netbsd-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/5.8.7
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/site_perl/5.8.7/evbarm-netbsd-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/site_perl/5.8.7
/home/njh/perl5/perlbrew/perls/perl-5.8.7/lib/site_perl
.