Scalar-Alias v0.06 Perl 5 v5.41.9 amd64-midnightbsd

Status
Unknown
From
Carlos Guevara
Dist
Scalar-Alias v0.06
Platform
Perl 5 v5.41.9 amd64-midnightbsd
Date
2025-01-25 20:40:21
ID
9873ea6c-db5c-11ef-b67b-b8124ce5d9cf
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.41.9, created by CPAN-Reporter-1.2020.

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"
"/usr/home/cpan/bin/perl/bin/perl5.41.9" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Alias.bs blib/arch/auto/Scalar/Alias/Alias.bs 644
"/usr/home/cpan/bin/perl/bin/perl5.41.9" "-Iinc" "/home/cpan/bin/perl/lib/5.41.9/ExtUtils/xsubpp"  -typemap '/home/cpan/bin/perl/lib/5.41.9/ExtUtils/typemap'  Alias.xs > Alias.xsc
mv Alias.xsc Alias.c
cc -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O    -DVERSION=\"0.06\"  -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/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.41.9/amd64-midnightbsd/CORE/av.h:93:28: note: expanded from macro 'AvARRAY'
#define AvARRAY(av)     ((av)->sv_u.svu_array)
                               ^
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/av.h:93: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.41.9/amd64-midnightbsd/CORE/sv.h:1522: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.41.9/amd64-midnightbsd/CORE/sv.h:1522: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.41.9/amd64-midnightbsd/CORE/sv.h:1527: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.41.9/amd64-midnightbsd/CORE/sv.h:1527: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.41.9/amd64-midnightbsd/CORE/pp.h:558: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.41.9/amd64-midnightbsd/CORE/pp.h:558: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.41.9/amd64-midnightbsd/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
                                     ^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:459: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.41.9/amd64-midnightbsd/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
                                     ^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:459: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.41.9/amd64-midnightbsd/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
                                     ^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:465:25: note: expanded from macro 'EXTEND'
                        } STMT_END
                        ^
Alias.xs:112:2: note: ')' token is here
        XPUSHs(TARG);
        ^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:558:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); PUSHs(s); } STMT_END
                                     ^~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:465: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.41.9/amd64-midnightbsd/CORE/pp.h:558: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.41.9/amd64-midnightbsd/CORE/pp.h:558: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.41.9/amd64-midnightbsd/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
#  define SvPAD_TYPED           PadnameHasTYPE
                                ^
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn)      cBOOL(PadnameTYPE(pn))
                                ~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/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.41.9/amd64-midnightbsd/CORE/handy.h:153: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.41.9/amd64-midnightbsd/CORE/pp.h:650: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.41.9/amd64-midnightbsd/CORE/pp.h:650: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.41.9/amd64-midnightbsd/CORE/pp.h:654: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.41.9/amd64-midnightbsd/CORE/pp.h:654: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.41.9/amd64-midnightbsd/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
#  define SvPAD_TYPED           PadnameHasTYPE
                                ^
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn)      cBOOL(PadnameTYPE(pn))
                                ~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/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.41.9/amd64-midnightbsd/CORE/handy.h:153: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.41.9/amd64-midnightbsd/CORE/pp.h:587: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.41.9/amd64-midnightbsd/CORE/pp.h:587: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.41.9/amd64-midnightbsd/CORE/pp.h:587:31: note: expanded from macro 'SETi'
#define SETi(i)         STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:482: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.41.9/amd64-midnightbsd/CORE/pp.h:587:31: note: expanded from macro 'SETi'
#define SETi(i)         STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:482: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.41.9/amd64-midnightbsd/CORE/pp.h:587:31: note: expanded from macro 'SETi'
#define SETi(i)         STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:499: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.41.9/amd64-midnightbsd/CORE/pp.h:587:31: note: expanded from macro 'SETi'
#define SETi(i)         STMT_START { TARGi(i,1); SETs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pp.h:499: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.41.9/amd64-midnightbsd/CORE/pp.h:587: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.41.9/amd64-midnightbsd/CORE/pp.h:587: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.41.9/amd64-midnightbsd/CORE/av.h:93: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.41.9/amd64-midnightbsd/CORE/pad.h:371:33: note: expanded from macro 'SvPAD_TYPED'
#  define SvPAD_TYPED           PadnameHasTYPE
                                ^
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/CORE/pad.h:345:39: note: expanded from macro 'PadnameHasTYPE'
#define PadnameHasTYPE(pn)      cBOOL(PadnameTYPE(pn))
                                ~~~~~~^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd/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.41.9/amd64-midnightbsd/CORE/handy.h:153: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 /usr/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.57    
    Test::LeakTrace     0.09 0.17    
    Test::More          0.62 1.302209

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
    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/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL = /usr/home/cpan/bin/perl/bin/perl5.41.9
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 43683
    PERL5_CPAN_IS_RUNNING = 43683
    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 = /usr/home/cpan/bin/perl/bin/perl5.41.9
    $UID/$EUID = 1002 / 1002
    $GID = 1002 1002
    $EGID = 1002 1002

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.92    
    ExtUtils::CBuilder  0.280240
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.57    
    File::Spec          3.93    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.89    
    Parse::CPAN::Meta   2.150010
    Test2               1.302209
    Test::Harness       3.50    
    Test::More          1.302209
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 41 subversion 9) configuration:
  Commit id: 48972dd0c765c295cf54ec12c645db080478546d
  Platform:
    osname=midnightbsd
    osvers=3.2.1
    archname=amd64-midnightbsd
    uname='midnightbsd cjg-midnightbsd3 3.2.1 midnightbsd 3.2.1 #15n13132-0869ed7092(stable3.2)-dirty: wed nov 6 12:53:25 est 2024 root@m3264:usrobjusrsrcamd64.amd64sysgeneric amd64 '
    config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='MidnightBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)'
    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 ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/13.0.0/lib
    libs=-lpthread -lgdbm -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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    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_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under midnightbsd
  Compiled at Jan 25 2025 02:12:36
  %ENV:
    PERL="/usr/home/cpan/bin/perl/bin/perl5.41.9"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="43683"
    PERL5_CPAN_IS_RUNNING="43683"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpan/bin/perl/lib/site_perl/5.41.9/amd64-midnightbsd
    /home/cpan/bin/perl/lib/site_perl/5.41.9
    /home/cpan/bin/perl/lib/5.41.9/amd64-midnightbsd
    /home/cpan/bin/perl/lib/5.41.9
    .