WWW-Curl v4.17 Perl 5 v5.20.3 arm-freebsd-multi
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
WWW-Curl v4.17
- Platform
- Perl 5 v5.20.3 arm-freebsd-multi
- Date
- 2019-02-19 08:02:53
- ID
- c2553d88-341c-11e9-bf31-80c71e9d5857
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 Balint Szilakszi,
This is a computer-generated report for WWW-Curl-4.17
on perl 5.20.3, 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':
--- blib/lib/WWW/.exists ---
--- blib/arch/.exists ---
--- blib/lib/auto/WWW/Curl/.exists ---
--- blib/arch/auto/WWW/Curl/.exists ---
--- blib/bin/.exists ---
--- blib/script/.exists ---
--- blib/man1/.exists ---
--- blib/man3/.exists ---
--- config ---
--- subdirs ---
--- dynamic ---
--- Curl.c ---
--- blibdirs ---
--- Curl.bs ---
--- pm_to_blib ---
--- Curl.c ---
"/mnt/nas/home/pi2b/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin/perl5.20.3" "-Iinc" "/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/ExtUtils/typemap' -typemap '/var/tmp/build/WWW-Curl-4.17-O7krts/typemap' Curl.xs > Curl.xsc
--- config ---
--- Curl.bs ---
Running Mkbootstrap for Curl ()
chmod 644 "Curl.bs"
--- blib/arch/auto/WWW/Curl/Curl.bs ---
"/mnt/nas/home/pi2b/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin/perl5.20.3" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644
--- pm_to_blib ---
cp lib/WWW/Curl/Easy.pm blib/lib/WWW/Curl/Easy.pm
cp lib/WWW/Curl.pm blib/lib/WWW/Curl.pm
cp lib/WWW/Curl/Share.pm blib/lib/WWW/Curl/Share.pm
cp lib/WWW/Curl/Form.pm blib/lib/WWW/Curl/Form.pm
cp lib/WWW/Curl/Multi.pm blib/lib/WWW/Curl/Multi.pm
--- Curl.c ---
mv Curl.xsc Curl.c
--- Curl.o ---
cc -c -I/usr/local/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -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 -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -fno-strict-aliasing -I/usr/local/include -O2 -DVERSION=\"4.17\" -DXS_VERSION=\"4.17\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE" Curl.c
In file included from Curl.xs:14:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/perl.h:3344:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv.h:629:
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:260:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed) + (U32)len;
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:260:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:364:16: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 h1 = *((U32*)seed);
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:364:22: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:401:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
k1 = U8TO32_LE(ptr);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:31: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:401:18: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:37: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:408:21: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
carry = U8TO32_LE(ptr);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:31: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:408:21: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:37: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:416:21: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
carry = U8TO32_LE(ptr);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:31: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:416:21: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:37: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:424:21: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
carry = U8TO32_LE(ptr);
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:31: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:424:21: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:109:37: note: expanded from macro 'U8TO32_LE'
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:458:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed) + (U32)len;
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:458:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:468:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed) + (U32)len;
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:468:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:494:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed) + (U32)len;
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:494:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:509:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed) + (U32)len;
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:509:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:544:18: warning: cast from 'const unsigned char *' to 'U32 *' (aka 'unsigned long *') increases required alignment from 1 to 4 [-Wcast-align]
U32 hash = *((U32*)seed);
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/hv_func.h:544:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
U32 hash = *((U32*)seed);
^
In file included from Curl.xs:14:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/perl.h:5199:
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/inline.h:311:9: warning: nonnull parameter 'pv' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
if (pv && len > 1) {
^~ ~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/proto.h:1791:4: note: declared 'nonnull' here
__attribute__nonnull__(pTHX_1)
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/perl.h:3100:60: note: expanded from macro '__attribute__nonnull__'
# define __attribute__nonnull__(a) __attribute__((nonnull(a)))
^
Curl.xs:184:15: warning: comparison of integers of different signs: 'perl_curl_easy_callback_code' and 'I32' (aka 'long') [-Wsign-compare]
for (i=0;i<=self->strings_index;i++) {
~^ ~~~~~~~~~~~~~~~~~~~
Curl.xs:196:62: warning: unused parameter 'self' [-Wunused-parameter]
static void perl_curl_easy_register_callback(perl_curl_easy *self, SV **callback, SV *function)
^
Curl.xs:319:48: warning: cast from 'const void *' to 'char *' drops const qualifier [-Wcast-qual]
XPUSHs(sv_2mortal(newSVpvn((char *)ptr, (STRLEN)(size * nmemb))));
^
Curl.xs:304:21: warning: unused parameter 'self' [-Wunused-parameter]
perl_curl_easy *self,
^
Curl.xs:371:48: warning: cast from 'const void *' to 'char *' drops const qualifier [-Wcast-qual]
XPUSHs(sv_2mortal(newSVpvn((char *)ptr, (STRLEN)(size * sizeof(char)))));
^
Curl.xs:363:13: warning: unused variable 'sv' [-Wunused-variable]
SV *sv;
^
Curl.xs:353:21: warning: unused parameter 'self' [-Wunused-parameter]
perl_curl_easy *self,
^
Curl.xs:426:27: warning: unused parameter 'handle' [-Wunused-parameter]
debug_callback_func(CURL* handle, int curl_infotype, const void *ptr, size_t size, void *stream)
^
In file included from Curl.xs:574:
./curlopt-constants.c:19:58: error: non-void function 'constant' should return a value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
^
./curlopt-constants.c:138:49: error: use of undeclared identifier 'CURL_STRICTER'
if (strEQ(name, "STRICTER")) return CURL_STRICTER;
^
Curl.xs:610:15: warning: initializing 'char *' with an expression of type 'const char [16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *sclass = "WWW::Curl::Easy";
^ ~~~~~~~~~~~~~~~~~
Curl.c:775:5: warning: unused variable 'ix' [-Wunused-variable]
dXSI32;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/XSUB.h:183:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
^
Curl.xs:644:15: warning: initializing 'char *' with an expression of type 'const char [16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *sclass = "WWW::Curl::Easy";
^ ~~~~~~~~~~~~~~~~~
Curl.xs:685:12: warning: comparison of integers of different signs: 'perl_curl_easy_callback_code' and 'I32' (aka 'long') [-Wsign-compare]
for (i=0;i<=self->strings_index;i++) {
~^ ~~~~~~~~~~~~~~~~~~~
Curl.c:900:11: warning: unused variable 'items' [-Wunused-variable]
dVAR; dXSARGS;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/XSUB.h:172:16: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/XSUB.h:164:20: note: expanded from macro 'dITEMS'
#define dITEMS I32 items = (I32)(SP - MARK)
^
Curl.xs:836:20: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char* pv = SvOK(value) ? SvPV(value, dummy) : "";
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Curl.c:1116:6: warning: unused variable 'option' [-Wunused-variable]
int option = (int)SvIV(ST(1))
^
Curl.c:1118:6: warning: unused variable 'value' [-Wunused-variable]
int value = (int)SvIV(ST(2))
^
Curl.xs:924:21: warning: declaration shadows a local variable [-Wshadow]
AV *items = newAV();
^
Curl.c:1182:11: note: previous declaration is here
dVAR; dXSARGS;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/XSUB.h:172:16: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi/CORE/XSUB.h:164:20: note: expanded from macro 'dITEMS'
#define dITEMS I32 items = (I32)(SP - MARK)
^
Curl.xs:997:15: warning: initializing 'char *' with an expression of type 'const char [16]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *sclass = "WWW::Curl::Form";
^ ~~~~~~~~~~~~~~~~~
Curl.xs:1048:15: warning: initializing 'char *' with an expression of type 'const char [17]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *sclass = "WWW::Curl::Multi";
^ ~~~~~~~~~~~~~~~~~~
Curl.xs:1100:26: warning: implicit conversion from enumeration type 'CURLINFO' to different enumeration type 'CURLoption' [-Wenum-conversion]
curl_easy_setopt(easy, CURLINFO_PRIVATE, NULL);
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:2832:68: note: expanded from macro 'curl_easy_setopt'
#define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param)
~~~~~~~~~~~~~~~~ ^~~
Curl.c:1706:7: warning: unused variable 'RETVAL' [-Wunused-variable]
SV * RETVAL;
^
Curl.xs:1217:15: warning: initializing 'char *' with an expression of type 'const char [17]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
char *sclass = "WWW::Curl::Share";
^ ~~~~~~~~~~~~~~~~~~
45 warnings and 2 errors generated.
*** [Curl.o] Error code 1
make: stopped in /var/tmp/build/WWW-Curl-4.17-O7krts
1 error
make: stopped in /var/tmp/build/WWW-Curl-4.17-O7krts
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 7.34
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.34
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 7.34
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin:/home/njh/src/njh/smoker/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
PERL = [undef]
PERL5LIB = /var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/arch:/var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 33246
PERL5_CPAN_IS_RUNNING = 33246
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin
PERLBREW_PERL = perl-5.20.3-multi
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.84
PERLBREW_VERSION = 0.84
SHELL = /bin/sh
TMPDIR = /tmp/testwrapper.33233
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /mnt/nas/home/pi2b/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin/perl5.20.3
$UID/$EUID = 1000 / 1000
$GID = 1000 1000 0
$EGID = 1000 1000 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.05
CPAN::Meta 2.143240
Cwd 3.48_01
ExtUtils::CBuilder 0.280217
ExtUtils::Command 7.34
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.48_01
JSON n/a
JSON::PP 2.27203
Module::Build 0.4205
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.30
Test::More 1.302162
YAML 1.27
YAML::Syck n/a
version 0.9909
--
Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
Platform:
osname=freebsd, osvers=12.0-release, archname=arm-freebsd-multi
uname='freebsd pi2b 12.0-release freebsd 12.0-release r341666 generic arm '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi -Dusedevel -Dusemultiplicity -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 -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=define
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -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 -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -fno-strict-aliasing -I/usr/local/include',
optimize='-O2',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -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 -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final 335540)', 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,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/6.0.1/lib /usr/lib
libs=-lpthread -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -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
PERL_USE_DEVEL USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.52
Built under freebsd
Compiled at Feb 17 2019 23:29:30
%ENV:
PERL=""
PERL5LIB="/var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/arch:/var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="33246"
PERL5_CPAN_IS_RUNNING="33246"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/bin"
PERLBREW_PERL="perl-5.20.3-multi"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.84"
PERLBREW_VERSION="0.84"
@INC:
/var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/arch
/var/tmp/build/XML-Generator-1.04-Pp6p8C/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/site_perl/5.20.3/arm-freebsd-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/site_perl/5.20.3
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3/arm-freebsd-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.3-multi/lib/5.20.3
.