Subject: | Stopped again to compile with DEBUGGING perls at v5.31.4-28-g76d3ad4c24 |
We had this last time in issue https://rt.cpan.org/Ticket/Display.html?id=130830. Relevant utput of CPAN.pm attached.
Link to the commit: https://github.com/Perl/perl5/commit/76d3ad4c24
Greetings,
Subject: | compile-app-a2-on-5.31.4-28-g76d3ad4c24.log |
Configuring L/LE/LEONT/App-a2p-1.012.tar.gz with Makefile.PL
CPAN: CPAN::Reporter loaded ok (v1.2018)
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for App::a2p
Writing MYMETA.yml and MYMETA.json
LEONT/App-a2p-1.012.tar.gz
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/bin/perl Makefile.PL -- OK
Running make for L/LE/LEONT/App-a2p-1.012.tar.gz
cp lib/App/a2p.pm blib/lib/App/a2p.pm
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -g -DVERSION=\"1.012\" -DXS_VERSION=\"1.012\" -fPIC "-I/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE" hash.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -g -DVERSION=\"1.012\" -DXS_VERSION=\"1.012\" -fPIC "-I/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE" str.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -g -DVERSION=\"1.012\" -DXS_VERSION=\"1.012\" -fPIC "-I/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE" util.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -g -DVERSION=\"1.012\" -DXS_VERSION=\"1.012\" -fPIC "-I/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE" walk.c
In file included from a2p.h:27,
from walk.c:11:
walk.c: In function âwalkâ:
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1325:42: error: âNVâ undeclared (first use in this function); did you mean âNoâ?
1325 | #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \
| ^~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1325:31: note: in expansion of macro â__ASSERT_â
1325 | #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \
| ^~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1333:36: note: in expansion of macro âwithinCOUNTâ
1333 | ( (sizeof(c) == sizeof(U8)) ? withinCOUNT(((U8) (c)), (l), ((u) - (l))) \
| ^~~~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1574:26: note: in expansion of macro âinRANGEâ
1574 | # define isUPPER_A(c) inRANGE((c), 'A', 'I') \
| ^~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1577:27: note: in expansion of macro âisUPPER_Aâ
1577 | # define isALPHA_A(c) (isUPPER_A(c) || isLOWER_A(c))
| ^~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1702:22: note: in expansion of macro âisALPHA_Aâ
1702 | #define isALPHA(c) isALPHA_A(c)
| ^~~~~~~~~
walk.c:73:13: note: in expansion of macro âisALPHAâ
73 | while (isALPHA(*namelist)) {
| ^~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1325:42: note: each undeclared identifier is reported only once for each function it appears in
1325 | #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \
| ^~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1325:31: note: in expansion of macro â__ASSERT_â
1325 | #define withinCOUNT(c, l, n) (__ASSERT_((NV) (l) >= 0) \
| ^~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1333:36: note: in expansion of macro âwithinCOUNTâ
1333 | ( (sizeof(c) == sizeof(U8)) ? withinCOUNT(((U8) (c)), (l), ((u) - (l))) \
| ^~~~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1574:26: note: in expansion of macro âinRANGEâ
1574 | # define isUPPER_A(c) inRANGE((c), 'A', 'I') \
| ^~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1577:27: note: in expansion of macro âisUPPER_Aâ
1577 | # define isALPHA_A(c) (isUPPER_A(c) || isLOWER_A(c))
| ^~~~~~~~~
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.31.4-28-g76d3ad4c24/29fb/lib/5.31.5/x86_64-linux-thread-multi/CORE/handy.h:1702:22: note: in expansion of macro âisALPHA_Aâ
1702 | #define isALPHA(c) isALPHA_A(c)
| ^~~~~~~~~
walk.c:73:13: note: in expansion of macro âisALPHAâ
73 | while (isALPHA(*namelist)) {
| ^~~~~~~
make: *** [Makefile:343: walk.o] Error 1
LEONT/App-a2p-1.012.tar.gz
/usr/bin/make -- NOT OK