Scalar-Alias v0.06 Perl 5 v5.39.11 amd64-freebsd-thread-multi
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Scalar-Alias v0.06
- Platform
- Perl 5 v5.39.11 amd64-freebsd-thread-multi
- Date
- 2024-05-09 07:09:47
- ID
- 1e65b52c-0dd3-11ef-857f-fe511cb28d1f
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 Goro Fuji,
This is a computer-generated report for Scalar-Alias-0.06
on perl 5.39.11, created by CPAN-Reporter-1.2019.
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':
cp lib/Scalar/Alias.pm blib/lib/Scalar/Alias.pm
Running Mkbootstrap for Alias ()
chmod 644 "Alias.bs"
"/home/cpan/bin/perl/bin/perl5.39.11" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Alias.bs blib/arch/auto/Scalar/Alias/Alias.bs 644
"/home/cpan/bin/perl/bin/perl5.39.11" "-Iinc" "/home/cpan/bin/perl/lib/5.39.11/ExtUtils/xsubpp" -typemap '/home/cpan/bin/perl/lib/5.39.11/ExtUtils/typemap' Alias.xs > Alias.xsc
mv Alias.xsc Alias.c
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE" Alias.c
Alias.xs:94:37: error: no member named 'sv_u' in 'struct padlist'
SV* const padname = AvARRAY((AV*)AvARRAY(CvPADLIST(cv))[0])[po];
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/av.h:78:28: note: expanded from macro 'AvARRAY'
#define AvARRAY(av) ((av)->sv_u.svu_array)
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/av.h:78:23: note: expanded from macro 'AvARRAY'
#define AvARRAY(av) ((av)->sv_u.svu_array)
^~
Alias.xs:105:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvUV_set(padname, po);
^~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/sv.h:1506:9: note: expanded from macro 'SvUV_set'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:105:3: note: '{' token is here
SvUV_set(padname, po);
^~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/sv.h:1506:20: note: expanded from macro 'SvUV_set'
STMT_START { \
^
Alias.xs:105:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvUV_set(padname, po);
^~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/sv.h:1511:9: note: expanded from macro 'SvUV_set'
} STMT_END
^
Alias.xs:105:3: note: ')' token is here
SvUV_set(padname, po);
^~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/sv.h:1511:11: note: expanded from macro 'SvUV_set'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:112:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:112:2: note: '{' token is here
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^
Alias.xs:112:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:460:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:112:2: note: '{' token is here
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:460:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
Alias.xs:112:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:466:25: note: expanded from macro 'EXTEND'
} STMT_END
^
Alias.xs:112:2: note: ')' token is here
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:466:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:112:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:56: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^
Alias.xs:112:2: note: ')' token is here
XPUSHs(TARG);
^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:559:58: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:137:45: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
Perl_warner(aTHX_ packWARN(WARN_MISC), err);
^~~
Alias.xs:137:45: note: treat the string as an argument to avoid this
Perl_warner(aTHX_ packWARN(WARN_MISC), err);
^
"%s",
Alias.xs:174:44: error: use of undeclared identifier 'OPpASSIGN_COMMON'
int const common = PL_op->op_private & OPpASSIGN_COMMON;
^
Alias.xs:189:8: error: no member named 'xpadn_type_u' in 'struct sv'
if(MyAliasDecl(sv)){
^~~~~~~~~~~~~~~
Alias.xs:31:31: note: expanded from macro 'MyAliasDecl'
#define MyAliasDecl(padname) (SvPAD_TYPED(padname) && SvSTASH(padname) == MY_CXT.alias_stash)
^~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
# define SvPAD_TYPED PadnameHasTYPE
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn) cBOOL(PadnameTYPE(pn))
~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:344:32: note: expanded from macro 'PadnameTYPE'
#define PadnameTYPE(pn) (pn)->xpadn_type_u.xpadn_typestash
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/handy.h:155:31: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((bool) (cbool))
^~~~~
Alias.xs:212:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND_MORTAL(lastrelem - firstrelem + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:649:5: note: expanded from macro 'EXTEND_MORTAL'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:212:3: note: '{' token is here
EXTEND_MORTAL(lastrelem - firstrelem + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:649:16: note: expanded from macro 'EXTEND_MORTAL'
STMT_START { \
^
Alias.xs:212:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND_MORTAL(lastrelem - firstrelem + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:653:5: note: expanded from macro 'EXTEND_MORTAL'
} STMT_END
^
Alias.xs:212:3: note: ')' token is here
EXTEND_MORTAL(lastrelem - firstrelem + 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:653:7: note: expanded from macro 'EXTEND_MORTAL'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:296:6: error: no member named 'xpadn_type_u' in 'struct sv'
if(MyAliasDecl(sv)){
^~~~~~~~~~~~~~~
Alias.xs:31:31: note: expanded from macro 'MyAliasDecl'
#define MyAliasDecl(padname) (SvPAD_TYPED(padname) && SvSTASH(padname) == MY_CXT.alias_stash)
^~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
# define SvPAD_TYPED PadnameHasTYPE
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn) cBOOL(PadnameTYPE(pn))
~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:344:32: note: expanded from macro 'PadnameTYPE'
#define PadnameTYPE(pn) (pn)->xpadn_type_u.xpadn_typestash
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/handy.h:155:31: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((bool) (cbool))
^~~~~
Alias.xs:334:50: error: use of undeclared identifier 'PL_uid'
(void)setresuid((PL_delaymagic & DM_RUID) ? PL_uid : (Uid_t)-1,
^
Alias.xs:335:36: error: use of undeclared identifier 'PL_euid'
(PL_delaymagic & DM_EUID) ? PL_euid : (Uid_t)-1,
^
Alias.xs:361:6: error: use of undeclared identifier 'PL_uid'
PL_uid = PerlProc_getuid();
^
Alias.xs:362:6: error: use of undeclared identifier 'PL_euid'
PL_euid = PerlProc_geteuid();
^
Alias.xs:366:50: error: use of undeclared identifier 'PL_gid'
(void)setresgid((PL_delaymagic & DM_RGID) ? PL_gid : (Gid_t)-1,
^
Alias.xs:367:36: error: use of undeclared identifier 'PL_egid'
(PL_delaymagic & DM_EGID) ? PL_egid : (Gid_t)-1,
^
Alias.xs:393:6: error: use of undeclared identifier 'PL_gid'
PL_gid = PerlProc_getgid();
^
Alias.xs:394:6: error: use of undeclared identifier 'PL_egid'
PL_egid = PerlProc_getegid();
^
Alias.xs:396:29: error: use of undeclared identifier 'PL_euid'
PL_tainting |= (PL_uid && (PL_euid != PL_uid || PL_egid != PL_gid));
^
Alias.xs:396:40: error: use of undeclared identifier 'PL_uid'
PL_tainting |= (PL_uid && (PL_euid != PL_uid || PL_egid != PL_gid));
^
Alias.xs:396:50: error: use of undeclared identifier 'PL_egid'
PL_tainting |= (PL_uid && (PL_euid != PL_uid || PL_egid != PL_gid));
^
Alias.xs:396:61: error: use of undeclared identifier 'PL_gid'
PL_tainting |= (PL_uid && (PL_euid != PL_uid || PL_egid != PL_gid));
^
Alias.xs:396:18: error: use of undeclared identifier 'PL_uid'
PL_tainting |= (PL_uid && (PL_euid != PL_uid || PL_egid != PL_gid));
^
Alias.xs:406:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:18: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:406:2: note: '{' token is here
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:29: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^
Alias.xs:406:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:31: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:483:5: note: expanded from macro 'TARGi'
STMT_START { \
^~~~~~~~~~
./ppport.h:596:26: note: expanded from macro 'STMT_START'
#define STMT_START (void)(
^
Alias.xs:406:2: note: '{' token is here
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:31: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:483:16: note: expanded from macro 'TARGi'
STMT_START { \
^
Alias.xs:406:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:31: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:500:5: note: expanded from macro 'TARGi'
} STMT_END
^
Alias.xs:406:2: note: ')' token is here
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:31: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:500:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:406:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:55: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^
Alias.xs:406:2: note: ')' token is here
SETi(lastrelem - firstrelem + 1); /* the number of rvalues */
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pp.h:588:57: note: expanded from macro 'SETi'
#define SETi(i) STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
^~~~~~~~
./ppport.h:597:18: note: expanded from macro 'STMT_END'
#define STMT_END )
^
Alias.xs:452:23: error: no member named 'sv_u' in 'struct padnamelist'
SV* const padname = AvARRAY(PL_comppad_name)[kid->op_targ];
^~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/av.h:78:28: note: expanded from macro 'AvARRAY'
#define AvARRAY(av) ((av)->sv_u.svu_array)
~~~~ ^
Alias.xs:456:6: error: no member named 'xpadn_type_u' in 'struct sv'
if(MyAliasDecl(padname)){ /* my alias $foo = ... */
^~~~~~~~~~~~~~~~~~~~
Alias.xs:31:31: note: expanded from macro 'MyAliasDecl'
#define MyAliasDecl(padname) (SvPAD_TYPED(padname) && SvSTASH(padname) == MY_CXT.alias_stash)
^~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
# define SvPAD_TYPED PadnameHasTYPE
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn) cBOOL(PadnameTYPE(pn))
~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/pad.h:344:32: note: expanded from macro 'PadnameTYPE'
#define PadnameTYPE(pn) (pn)->xpadn_type_u.xpadn_typestash
^
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi/CORE/handy.h:155:31: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((bool) (cbool))
^~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
13 warnings and 20 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpan/.cpan/build/Scalar-Alias-0.06-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 6.42 7.70
ExtUtils::ParseXS 0 3.51
Test::LeakTrace 0.09 0.17
Test::More 0.62 1.302199
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 6.42 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = C.UTF-8
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL = /home/cpan/bin/perl/bin/perl5.39.11
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 98977
PERL5_CPAN_IS_RUNNING = 98977
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.39.11
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.90
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.90
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302199
Test::Harness 3.48
Test::More 1.302199
YAML 1.31
YAML::Syck 1.34
version 0.9932
--
Summary of my perl5 (revision 5 version 39 subversion 11) configuration:
Commit id: 1e439224289df3172aedd2b1b72f98845bd1f89d
Platform:
osname=freebsd
osvers=14.0-release-p6
archname=amd64-freebsd-thread-multi
uname='freebsd cjg-freebsd14 14.0-release-p6 freebsd 14.0-release-p6 #0: tue mar 26 20:26:20 utc 2024 root@amd64-builder.daemonology.net:usrobjusrsrcamd64.amd64sysgeneric amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Duseithreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152)'
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 ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/16/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil
perllibs=-lpthread -ldl -lm -lcrypt -lutil
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-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
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
Built under freebsd
Compiled at May 8 2024 20:08:15
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.39.11"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="98977"
PERL5_CPAN_IS_RUNNING="98977"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.39.11/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.39.11
/home/cpan/bin/perl/lib/5.39.11/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/5.39.11
.