Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Regexp-Fields-0.046 v5.24.1 RC4 GNU/Linux
Date: 2016-11-03T13:46:00Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Steve Grazzini,
This is a computer-generated report for Regexp-Fields-0.046
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Fields.pm blib/lib/Regexp/Fields.pm
Running Mkbootstrap for Fields ()
chmod 644 "Fields.bs"
"/bbbike/perl-5.24.1-RC4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fields.bs blib/arch/auto/Regexp/Fields/Fields.bs 644
"/bbbike/perl-5.24.1-RC4/bin/perl" "/opt/perl-5.24.1-RC4/lib/site_perl/5.24.1/ExtUtils/xsubpp" -typemap '/opt/perl-5.24.1-RC4/lib/5.24.1/ExtUtils/typemap' Fields.xs > Fields.xsc
mv Fields.xsc Fields.c
cc -c -I./include -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.046\" -DXS_VERSION=\"0.046\" -fPIC "-I/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE" -DRE_FIELDS -DRE_FIELDS_MAGIC -DRE_FIELDS_LEXICAL -DRE_FIELDS_REXC Fields.c
In file included from Fields.xs:6:0:
./include/ppport.h:230:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
^
In file included from Fields.xs:3:0:
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:313:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_destructor_nowâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:58:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(args->rx) &&
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:58:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(args->rx) &&
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:59:2: note: in expansion of macro âRxDATAâ
RxDATA(args->rx)->flags & RXf_MATCHED)
^
Fields.xs: In function ârx_mg_getâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:84:10: note: in expansion of macro âRxCHECKâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:84:10: note: in expansion of macro âRxCHECKâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:39:25: note: in expansion of macro âRxDATAâ
#define RxHINTMY(rx) (RxDATA(rx)->flags & RXh_MY)
^
Fields.xs:84:26: note: in expansion of macro âRxHINTMYâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:40:25: note: in expansion of macro âRxDATAâ
#define RxMATCHED(rx) (RxDATA(rx)->flags & RXf_MATCHED)
^
Fields.xs:84:43: note: in expansion of macro âRxMATCHEDâ
if (!RxCHECK(rx) || (RxHINTMY(rx) && !RxMATCHED(rx)))
^
Fields.xs: In function ârx_mg_freeâ:
Fields.xs:99:7: error: âREGEXPâ has no member named ârefcntâ
rx->refcnt--;
^
Fields.xs: In function ârx_digit_varâ:
Fields.xs:156:7: error: âREGEXPâ has no member named ârefcntâ
rx->refcnt++;
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_get_namesâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:167:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:167:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:38:25: note: in expansion of macro âRxDATAâ
#define RxNAMES(rx) (RxDATA(rx)->names)
^
Fields.xs:169:11: note: in expansion of macro âRxNAMESâ
HV *hv = RxNAMES(rx);
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:38:25: note: in expansion of macro âRxDATAâ
#define RxNAMES(rx) (RxDATA(rx)->names)
^
Fields.xs:176:6: note: in expansion of macro âRxNAMESâ
RxNAMES(rx) = hv;
^
Fields.xs: In function ârx_regfreeâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:186:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:186:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:187:22: note: in expansion of macro âRxDATAâ
rx_reg_data *data = RxDATA(rx);
^
Fields.xs:191:12: error: âREGEXPâ has no member named ârefcntâ
if (rx->refcnt == 1) {
^
Fields.xs:192:5: error: âREGEXPâ has no member named âdataâ
rx->data->what[0] = 'f';
^
Fields.xs:197:9: error: âREGEXPâ has no member named ârefcntâ
if ((rx->refcnt - HvKEYS(data->names)) == 1) {
^
Fields.xs:202:8: error: âREGEXPâ has no member named âdataâ
rx->data->what[0] = 'f';
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regexec_startâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:211:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:211:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx) && !(flags & REXEC_NOT_FIRST)) {
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:216:2: note: in expansion of macro âRxDATAâ
RxDATA(rx)->flags &= ~RXf_MATCHED;
^
Fields.xs:224:39: error: âPL_multilineâ undeclared (first use in this function)
&& PL_savestack[ix-2].any_i32 == PL_multiline)
^
Fields.xs:224:39: note: each undeclared identifier is reported only once for each function it appears in
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regexec_matchâ:
./include/rx_fields.h:36:33: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:248:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx))
^
./include/rx_fields.h:36:45: error: âREGEXPâ has no member named âdataâ
#define RxCHECK(rx) (rx && rx->data && rx->data->what[0] == 'x')
^
Fields.xs:248:9: note: in expansion of macro âRxCHECKâ
if (RxCHECK(rx))
^
./include/rx_fields.h:37:42: error: âREGEXPâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
Fields.xs:249:2: note: in expansion of macro âRxDATAâ
RxDATA(rx)->flags |= RXf_MATCHED;
^
Fields.xs: In function ârx_regcomp_startâ:
Fields.xs:257:16: error: âregexpâ has no member named âdataâ
if (RExC_rx->data)
^
In file included from /opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:2684:0,
from Fields.xs:3:
Fields.xs:263:23: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2087:25: note: in definition of macro âNewxcâ
#define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
In file included from Fields.xs:3:0:
Fields.xs:263:46: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:3668:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:3673:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:1998:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:1994:9: note: in expansion of macro â_MEM_WRAP_NEEDS_RUNTIME_CHECKâ
((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:1998:18: note: in expansion of macro â_MEM_WRAP_WILL_WRAPâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2005:30: note: in expansion of macro âMEM_WRAP_CHECKâ
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2087:30: note: in expansion of macro âMEM_WRAP_CHECK_â
#define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2093:25: note: in expansion of macro âNewxcâ
#define Newc(x,v,n,t,c) Newxc(v,n,t,c)
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
Fields.xs:263:46: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:3668:62: note: in definition of macro âEXPECTâ
# define EXPECT(expr,val) __builtin_expect(expr,val)
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:3673:52: note: in expansion of macro âcBOOLâ
#define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:1998:9: note: in expansion of macro âUNLIKELYâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:1998:18: note: in expansion of macro â_MEM_WRAP_WILL_WRAPâ
(void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2005:30: note: in expansion of macro âMEM_WRAP_CHECKâ
#define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2087:30: note: in expansion of macro âMEM_WRAP_CHECK_â
#define Newxc(v,n,t,c) (v = (MEM_WRAP_CHECK_(n,t) (c*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2093:25: note: in expansion of macro âNewxcâ
#define Newc(x,v,n,t,c) Newxc(v,n,t,c)
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
In file included from /opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/perl.h:2684:0,
from Fields.xs:3:
Fields.xs:263:46: error: âregexpâ has no member named âdataâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2077:35: note: in definition of macro âMEM_LOG_ALLOCâ
#define MEM_LOG_ALLOC(n,t,a) (a)
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2093:25: note: in expansion of macro âNewxcâ
#define Newc(x,v,n,t,c) Newxc(v,n,t,c)
^
Fields.xs:263:5: note: in expansion of macro âNewcâ
Newc(1299, RExC_rx->data, sizeof(*RExC_rx->data), char, struct reg_data);
^
Fields.xs:264:22: error: âregexpâ has no member named âdataâ
New(1299, RExC_rx->data->what, 1, U8);
^
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux/CORE/handy.h:2086:22: note: in definition of macro âNewxâ
#define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safemalloc((MEM_SIZE)((n)*sizeof(t))))))
^
Fields.xs:264:5: note: in expansion of macro âNewâ
New(1299, RExC_rx->data->what, 1, U8);
^
Fields.xs:265:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->count = 1;
^
Fields.xs:266:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->what[0] = 'x';
^
Fields.xs:267:12: error: âregexpâ has no member named âdataâ
RExC_rx->data->data[0] = p;
^
In file included from Fields.xs:7:0:
Fields.xs: In function ârx_regcomp_parseâ:
./include/rx_fields.h:100:18: warning: passing argument 1 of ârx_get_namesâ from incompatible pointer type
#define RExC_rx (pRExC_state->rx)
^
Fields.xs:281:29: note: in expansion of macro âRExC_rxâ
hv = rx_get_names(aTHX_ RExC_rx, TRUE);
^
Fields.xs:165:1: note: expected âstruct REGEXP *â but argument is of type âstruct regexp *â
rx_get_names(pTHX_ REGEXP *rx, I32 create)
^
In file included from Fields.xs:7:0:
./include/rx_fields.h:100:18: warning: passing argument 2 of ârx_digit_varâ from incompatible pointer type
#define RExC_rx (pRExC_state->rx)
^
Fields.xs:289:40: note: in expansion of macro âRExC_rxâ
sv = rx_digit_var(aTHX_ RExC_npar, RExC_rx);
^
Fields.xs:144:1: note: expected âstruct REGEXP *â but argument is of type âstruct regexp *â
rx_digit_var(pTHX_ I32 digit, REGEXP *rx)
^
In file included from Fields.xs:7:0:
./include/rx_fields.h:37:42: error: âregexpâ has no member named âdataâ
#define RxDATA(rx) ((rx_reg_data*) rx->data->data[0])
^
./include/rx_fields.h:39:25: note: in expansion of macro âRxDATAâ
#define RxHINTMY(rx) (RxDATA(rx)->flags & RXh_MY)
^
Fields.xs:293:9: note: in expansion of macro âRxHINTMYâ
if (RxHINTMY(RExC_rx))
^
Fields.xs: In function ârx_uninstallâ:
Fields.xs:300:5: error: âPL_regexecpâ undeclared (first use in this function)
PL_regexecp = Perl_regexec_flags;
^
Fields.xs:301:5: error: âPL_regcomppâ undeclared (first use in this function)
PL_regcompp = Perl_pregcomp;
^
Fields.xs:302:5: error: âPL_regint_startâ undeclared (first use in this function)
PL_regint_start = Perl_re_intuit_start;
^
Fields.xs:303:5: error: âPL_regint_stringâ undeclared (first use in this function)
PL_regint_string = Perl_re_intuit_string;
^
Fields.xs:304:5: error: âPL_regfreeâ undeclared (first use in this function)
PL_regfree = Perl_pregfree;
^
Fields.xs: In function ârx_installâ:
Fields.xs:310:5: error: âPL_regexecpâ undeclared (first use in this function)
PL_regexecp = my_regexec;
^
Fields.xs:311:5: error: âPL_regcomppâ undeclared (first use in this function)
PL_regcompp = my_regcomp;
^
Fields.xs:312:5: error: âPL_regint_startâ undeclared (first use in this function)
PL_regint_start = my_re_intuit_start;
^
Fields.xs:313:5: error: âPL_regint_stringâ undeclared (first use in this function)
PL_regint_string = my_re_intuit_string;
^
Fields.xs:314:5: error: âPL_regfreeâ undeclared (first use in this function)
PL_regfree = my_regfree;
^
Makefile:338: recipe for target 'Fields.o' failed
make: *** [Fields.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
LC_ALL = de_DE.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /bbbike/perl-5.24.1-RC4/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 18874
PERL5_CPAN_IS_RUNNING = 18874
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 23281,18874
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /run/user/1023/cpansmoker/2016110309/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_PARALLEL_SMOKER = yes
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen
TMPDIR = /run/user/1023/cpansmoker/2016110309
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.24.1-RC4/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.14
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4220
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302062
YAML 1.18
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.24.1-RC4 -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
optimize='-O2',
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
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 PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
USE_PERLIO USE_PERL_ATOF
Locally applied patches:
RC4
Built under linux
Compiled at Oct 13 2016 07:07:53
%ENV:
PERL="/bbbike/perl-5.24.1-RC4/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="18874"
PERL5_CPAN_IS_RUNNING="18874"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="23281,18874"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/run/user/1023/cpansmoker/2016110309/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_PARALLEL_SMOKER="yes"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.24.1-RC4/lib/site_perl/5.24.1/x86_64-linux
/opt/perl-5.24.1-RC4/lib/site_perl/5.24.1
/opt/perl-5.24.1-RC4/lib/5.24.1/x86_64-linux
/opt/perl-5.24.1-RC4/lib/5.24.1
.