Regexp-Compare v0.35 Perl 5 v5.42.0 RC2 aarch64-freebsd

Status
Unknown
From
Slaven Rezić
Dist
Regexp-Compare v0.35
Platform
Perl 5 v5.42.0 RC2 aarch64-freebsd
Date
2025-06-29 21:10:28
ID
7b61753e-552d-11f0-ac44-bc266e8775ea
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 Vaclav Barta,

This is a computer-generated report for Regexp-Compare-0.35
on perl 5.42.0, 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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp lib/Regexp/Compare.pm blib/lib/Regexp/Compare.pm
Running Mkbootstrap for Compare ()
chmod 644 "Compare.bs"
"/usr/perl5.42.0-RC2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compare.bs blib/arch/auto/Regexp/Compare/Compare.bs 644
"/usr/perl5.42.0-RC2/bin/perl" "/usr/perl5.42.0-RC2/lib/site_perl/5.42.0/ExtUtils/xsubpp"  -typemap '/usr/perl5.42.0-RC2/lib/5.42.0/ExtUtils/typemap'  Compare.xs > Compare.xsc
mv Compare.xsc Compare.c
cc -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe    -DVERSION=\"0.35\"  -DXS_VERSION=\"0.35\" -DPIC -fPIC "-I/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE"   Compare.c
Compare.c:216:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  216 |     XSRETURN(1);
      |     ^~~~~~~~~~~
/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE/XSUB.h:317:5: note: expanded from macro 'XSRETURN'
  317 |     STMT_START {                                        \
      |     ^~~~~~~~~~
./ppport.h:3170:28: note: expanded from macro 'STMT_START'
 3170 | #  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
      |                               ^
Compare.c:216:5: note: '{' token is here
  216 |     XSRETURN(1);
      |     ^~~~~~~~~~~
/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE/XSUB.h:317:16: note: expanded from macro 'XSRETURN'
  317 |     STMT_START {                                        \
      |                ^
Compare.c:216:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  216 |     XSRETURN(1);
      |     ^~~~~~~~~~~
/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE/XSUB.h:322:5: note: expanded from macro 'XSRETURN'
  322 |     } STMT_END
      |     ^
Compare.c:216:5: note: ')' token is here
  216 |     XSRETURN(1);
      |     ^~~~~~~~~~~
/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE/XSUB.h:322:7: note: expanded from macro 'XSRETURN'
  322 |     } STMT_END
      |       ^~~~~~~~
./ppport.h:3171:20: note: expanded from macro 'STMT_END'
 3171 | #  define STMT_END      )
      |                         ^
2 warnings generated.
cc -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe    -DVERSION=\"0.35\"  -DXS_VERSION=\"0.35\" -DPIC -fPIC "-I/usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd/CORE"   engine.c
engine.c:21:2: error: Unsupported PERL_API_VERSION
   21 | #error Unsupported PERL_API_VERSION
      |  ^
engine.c:197:44: error: use of undeclared identifier '_CC_VERTSPACE'
  197 | static unsigned char word_posix_regclasses[HANDY_CC_VERTSPACE + 1];
      |                                            ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:199:48: error: use of undeclared identifier '_CC_VERTSPACE'
  199 | static unsigned char non_word_posix_regclasses[HANDY_CC_VERTSPACE + 1];
      |                                                ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:201:47: error: use of undeclared identifier '_CC_VERTSPACE'
  201 | static unsigned char newline_posix_regclasses[HANDY_CC_VERTSPACE + 1];
      |                                               ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:239:34: error: use of undeclared identifier '_CC_VERTSPACE'
  239 | static U32 posix_regclass_blocks[HANDY_CC_VERTSPACE + 1] = {
      |                                  ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:258:46: error: use of undeclared identifier '_CC_VERTSPACE'
  258 | static unsigned char *posix_regclass_bitmaps[HANDY_CC_VERTSPACE + 1] = {
      |                                              ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:277:47: error: use of undeclared identifier '_CC_VERTSPACE'
  277 | static unsigned char *posix_regclass_nbitmaps[HANDY_CC_VERTSPACE + 1] = {
      |                                               ^
engine.c:94:28: note: expanded from macro 'HANDY_CC_VERTSPACE'
   94 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
      |                            ^
engine.c:790:9: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  790 |     n = ARG_LOC(a->rn);
      |         ^
engine.c:837:23: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  837 |         const U32 n = ARG_LOC(a->rn);
      |                       ^
engine.c:861:31: error: use of undeclared identifier 'ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP'
  861 |     if (ANYOF_FLAGS(a->rn) & (RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES | ANYOF_INVERT))
      |                               ^
engine.c:84:44: note: expanded from macro 'RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES'
   84 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
      |                                            ^
engine.c:900:15: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  900 |     U32 arg = ARG_LOC(n);
      |               ^
engine.c:929:21: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  929 |     U8 lowest = (U8)ARG_LOC(n);
      |                     ^
engine.c:982:12: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  982 |     offs = ARG_LOC(p);
      |            ^
engine.c:996:11: warning: call to undeclared function 'ARG_LOC'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  996 |     arg = ARG_LOC(p);
      |           ^
engine.c:1042:17: error: use of undeclared identifier 'ANYOF_MATCHES_ALL_ABOVE_BITMAP'
 1042 |               | ANYOF_MATCHES_ALL_ABOVE_BITMAP
      |                 ^
engine.c:1044:17: error: use of undeclared identifier 'ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP'
 1044 |               | RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES);
      |                 ^
engine.c:84:44: note: expanded from macro 'RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES'
   84 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
      |                                            ^
engine.c:1811:21: error: use of undeclared identifier 'ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER'
 1811 |         (FLAGS(p) & RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII))
      |                     ^
engine.c:85:49: note: expanded from macro 'RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII'
   85 | #define RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER
      |                                                 ^
engine.c:1888:17: error: no member named 'flags' in 'struct regnode'
 1888 |     if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
      |         ~~~~~~  ^
engine.c:1888:25: error: use of undeclared identifier 'ANYOF_MATCHES_ALL_ABOVE_BITMAP'
 1888 |     if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
      |                         ^
engine.c:2057:9: error: use of undeclared identifier 'ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP'
 2057 |         RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES;
      |         ^
engine.c:84:44: note: expanded from macro 'RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES'
   84 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
      |                                            ^
engine.c:2059:33: error: no member named 'flags' in 'struct regnode'
 2059 |     if ((extra_left || (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)) &&
      |                         ~~~~~~  ^
engine.c:2059:41: error: use of undeclared identifier 'ANYOF_MATCHES_ALL_ABOVE_BITMAP'
 2059 |     if ((extra_left || (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)) &&
      |                                         ^
engine.c:2060:19: error: no member named 'flags' in 'struct regnode'
 2060 |         !(a2->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP))
      |           ~~~~~~  ^
engine.c:2060:27: error: use of undeclared identifier 'ANYOF_MATCHES_ALL_ABOVE_BITMAP'
 2060 |         !(a2->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP))
      |                           ^
engine.c:2073:30: error: use of undeclared identifier 'ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP'
 2073 |         if ((FLAGS(a1->rn) & RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES) &&
      |                              ^
engine.c:84:44: note: expanded from macro 'RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES'
   84 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
      |                                            ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
6 warnings and 20 errors generated.
*** Error code 1

Stop.
make: stopped in /home/cpansand/.cpan/build/2025062920/Regexp-Compare-0.35-0

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.76

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.76


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = C.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd14.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.42.0-RC2/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 29710
    PERL5_CPAN_IS_RUNNING = 29710
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 29691,29710
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025062920/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2025062920

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/perl5.42.0-RC2/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.94    
    ExtUtils::CBuilder  0.280242
    ExtUtils::Command   7.76    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.76    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.57    
    File::Spec          3.94    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302214
    Test::Harness       3.52    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 42 subversion 0) configuration:
   
  Platform:
    osname=freebsd
    osvers=14.3-stable
    archname=aarch64-freebsd
    uname='freebsd cloud9.bbbike.org 14.3-stable freebsd 14.3-stable stable14-n271785-fad4064226b2 generic arm64 '
    config_args='-ds -e -Dprefix=/usr/perl5.42.0-RC2 -Uinstallusrbinperl -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    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 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2 -pipe'
    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 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=1
    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/19/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_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
  Locally applied patches:
    RC2
  Built under freebsd
  Compiled at Jun 28 2025 11:27:41
  %ENV:
    PERL="/usr/perl5.42.0-RC2/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="29710"
    PERL5_CPAN_IS_RUNNING="29710"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="29691,29710"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025062920/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.42.0-RC2/lib/site_perl/5.42.0/aarch64-freebsd
    /usr/perl5.42.0-RC2/lib/site_perl/5.42.0
    /usr/perl5.42.0-RC2/lib/5.42.0/aarch64-freebsd
    /usr/perl5.42.0-RC2/lib/5.42.0
    .