Regexp-Compare v0.34 Perl 5 v5.40.0 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Regexp-Compare v0.34
- Platform
- Perl 5 v5.40.0 x86_64-linux
- Date
- 2025-01-01 12:32:47
- ID
- 81a6bc2a-c83c-11ef-8f24-504b6e8775ea
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.34
on perl 5.40.0, 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:
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"
"/opt/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compare.bs blib/arch/auto/Regexp/Compare/Compare.bs 644
"/opt/perl-5.40.0/bin/perl" "/opt/perl-5.40.0/lib/5.40.0/ExtUtils/xsubpp" -typemap '/opt/perl-5.40.0/lib/5.40.0/ExtUtils/typemap' Compare.xs > Compare.xsc
mv Compare.xsc Compare.c
cc -c -I. -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.34\" -DXS_VERSION=\"0.34\" -fPIC "-I/opt/perl-5.40.0/lib/5.40.0/x86_64-linux/CORE" Compare.c
cc -c -I. -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.34\" -DXS_VERSION=\"0.34\" -fPIC "-I/opt/perl-5.40.0/lib/5.40.0/x86_64-linux/CORE" engine.c
engine.c:23:2: error: #error Unsupported PERL_API_VERSION
23 | #error Unsupported PERL_API_VERSION
| ^~~~~
engine.c:97:28: error: âÂÂ_CC_VERTSPACEâ undeclared here (not in a function); did you mean âÂÂCC_VERTSPACE_âÂÂ?
97 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
| ^~~~~~~~~~~~~
engine.c:97:28: note: in definition of macro âÂÂHANDY_CC_VERTSPACEâÂÂ
97 | #define HANDY_CC_VERTSPACE _CC_VERTSPACE
| ^~~~~~~~~~~~~
engine.c: In function âÂÂconvert_invlist_to_mapâÂÂ:
engine.c:533:2: error: #error unexpected PERL_API_VERSION
533 | #error unexpected PERL_API_VERSION
| ^~~~~
engine.c: In function âÂÂconvert_regclass_mapâÂÂ:
engine.c:805:9: warning: implicit declaration of function âÂÂARG_LOCâÂÂ; did you mean âÂÂARG1i_LOCâÂÂ? [-Wimplicit-function-declaration]
805 | n = ARG_LOC(a->rn);
| ^~~~~~~
| ARG1i_LOC
engine.c: In function âÂÂconvert_mapâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: each undeclared identifier is reported only once for each function it appears in
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂget_synth_offsetâÂÂ:
engine.c:1059:17: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
1059 | | ANYOF_MATCHES_ALL_ABOVE_BITMAP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂget_bitmap_byteâÂÂ:
engine.c:88:49: error: âÂÂANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPERâ undeclared (first use in this function)
88 | #define RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:88:49: note: in definition of macro âÂÂRC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCIIâÂÂ
88 | #define RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_anyof_multilineâÂÂ:
engine.c:1909:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
1909 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:1909:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
1909 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_anyof_anyofâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:2080:31: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
2080 | if ((extra_left || (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)) &&
| ^~
engine.c:2080:41: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
2080 | if ((extra_left || (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)) &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c:2081:17: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
2081 | !(a2->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP))
| ^~
engine.c: In function âÂÂcompare_anyof_anyofrâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_anyof_anyofmâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_anyof_nanyofmâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:88:49: error: âÂÂANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPERâ undeclared (first use in this function)
88 | #define RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:88:49: note: in definition of macro âÂÂRC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCIIâÂÂ
88 | #define RC_ANYOF_NON_UTF8_MATCHES_ALL_NON_ASCII ANYOF_SHARED_d_MATCHES_ALL_NON_UTF8_NON_ASCII_non_d_WARN_SUPER
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_exact_posixâÂÂ:
engine.c:100:40: warning: implicit declaration of function âÂÂ_generic_isCC_AâÂÂ; did you mean âÂÂgeneric_isCC_âÂÂ? [-Wimplicit-function-declaration]
100 | #define rc_generic_isCC_A(c, classnum) _generic_isCC_A(c, classnum)
| ^~~~~~~~~~~~~~~
engine.c:100:40: note: in definition of macro âÂÂrc_generic_isCC_AâÂÂ
100 | #define rc_generic_isCC_A(c, classnum) _generic_isCC_A(c, classnum)
| ^~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_posix_anyofâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:2632:17: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
2632 | | ANYOF_MATCHES_ALL_ABOVE_BITMAP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_negative_posix_anyofâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:2691:17: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
2691 | | ANYOF_MATCHES_ALL_ABOVE_BITMAP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_sany_anyofâÂÂ:
engine.c:3095:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
3095 | if (a2->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:3095:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
3095 | if (a2->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_anyof_posixaâÂÂ:
engine.c:87:44: error: âÂÂANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROPâ undeclared (first use in this function)
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c:87:44: note: in definition of macro âÂÂRC_ANYOF_HAS_EXTRA_RUNTIME_MATCHESâÂÂ
87 | #define RC_ANYOF_HAS_EXTRA_RUNTIME_MATCHES ANYOF_SHARED_d_UPPER_LATIN1_UTF8_STRING_MATCHES_non_d_RUNTIME_USER_PROP
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
engine.c: In function âÂÂcompare_anyof_exactâÂÂ:
engine.c:3489:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
3489 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:3489:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
3489 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_anyof_exactfâÂÂ:
engine.c:3584:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
3584 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:3584:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
3584 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_boundâÂÂ:
engine.c:4866:20: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
4866 | if (left.rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:4866:30: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
4866 | if (left.rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_anyof_boundâÂÂ:
engine.c:5006:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
5006 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:5006:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
5006 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_anyof_nboundâÂÂ:
engine.c:5021:15: error: âÂÂregnodeâ has no member named âÂÂflagsâÂÂ
5021 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~
engine.c:5021:25: error: âÂÂANYOF_MATCHES_ALL_ABOVE_BITMAPâ undeclared (first use in this function); did you mean âÂÂANYOF_MATCHES_ALL_OUTSIDE_BITMAPâÂÂ?
5021 | if (a1->rn->flags & ANYOF_MATCHES_ALL_ABOVE_BITMAP)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ANYOF_MATCHES_ALL_OUTSIDE_BITMAP
engine.c: In function âÂÂcompare_negative_posix_word_boundâÂÂ:
engine.c:98:27: error: âÂÂ_CC_WORDCHARâ undeclared (first use in this function); did you mean âÂÂCC_WORDCHAR_âÂÂ?
98 | #define HANDY_CC_WORDCHAR _CC_WORDCHAR
| ^~~~~~~~~~~~
engine.c:98:27: note: in definition of macro âÂÂHANDY_CC_WORDCHARâÂÂ
98 | #define HANDY_CC_WORDCHAR _CC_WORDCHAR
| ^~~~~~~~~~~~
engine.c: In function âÂÂcompare_negative_posix_word_nboundâÂÂ:
engine.c:98:27: error: âÂÂ_CC_WORDCHARâ undeclared (first use in this function); did you mean âÂÂCC_WORDCHAR_âÂÂ?
98 | #define HANDY_CC_WORDCHAR _CC_WORDCHAR
| ^~~~~~~~~~~~
engine.c:98:27: note: in definition of macro âÂÂHANDY_CC_WORDCHARâÂÂ
98 | #define HANDY_CC_WORDCHAR _CC_WORDCHAR
| ^~~~~~~~~~~~
engine.c: In function âÂÂrc_initâÂÂ:
engine.c:5396:27: error: âÂÂ_CC_WORDCHARâ undeclared (first use in this function); did you mean âÂÂCC_WORDCHAR_âÂÂ?
5396 | word_posix_regclasses[_CC_WORDCHAR] =
| ^~~~~~~~~~~~
| CC_WORDCHAR_
engine.c:5397:31: error: âÂÂ_CC_DIGITâ undeclared (first use in this function); did you mean âÂÂCC_DIGIT_âÂÂ?
5397 | word_posix_regclasses[_CC_DIGIT] =
| ^~~~~~~~~
| CC_DIGIT_
engine.c:5398:31: error: âÂÂ_CC_ALPHAâ undeclared (first use in this function); did you mean âÂÂCC_ALPHA_âÂÂ?
5398 | word_posix_regclasses[_CC_ALPHA] =
| ^~~~~~~~~
| CC_ALPHA_
engine.c:5399:31: error: âÂÂ_CC_LOWERâ undeclared (first use in this function); did you mean âÂÂCC_LOWER_âÂÂ?
5399 | word_posix_regclasses[_CC_LOWER] =
| ^~~~~~~~~
| CC_LOWER_
engine.c:5400:31: error: âÂÂ_CC_UPPERâ undeclared (first use in this function); did you mean âÂÂCC_UPPER_âÂÂ?
5400 | word_posix_regclasses[_CC_UPPER] =
| ^~~~~~~~~
| CC_UPPER_
engine.c:5402:31: error: âÂÂ_CC_ALPHANUMERICâ undeclared (first use in this function); did you mean âÂÂCC_ALPHANUMERIC_âÂÂ?
5402 | word_posix_regclasses[_CC_ALPHANUMERIC] =
| ^~~~~~~~~~~~~~~~
| CC_ALPHANUMERIC_
engine.c:5403:31: error: âÂÂ_CC_CASEDâ undeclared (first use in this function); did you mean âÂÂCC_CASED_âÂÂ?
5403 | word_posix_regclasses[_CC_CASED] =
| ^~~~~~~~~
| CC_CASED_
engine.c:5404:31: error: âÂÂ_CC_XDIGITâ undeclared (first use in this function); did you mean âÂÂCC_XDIGIT_âÂÂ?
5404 | word_posix_regclasses[_CC_XDIGIT] = 1;
| ^~~~~~~~~~
| CC_XDIGIT_
engine.c:5420:31: error: âÂÂ_CC_PUNCTâ undeclared (first use in this function); did you mean âÂÂCC_PUNCT_âÂÂ?
5420 | non_word_posix_regclasses[_CC_PUNCT] =
| ^~~~~~~~~
| CC_PUNCT_
engine.c:5421:35: error: âÂÂ_CC_SPACEâ undeclared (first use in this function); did you mean âÂÂCC_SPACE_âÂÂ?
5421 | non_word_posix_regclasses[_CC_SPACE] =
| ^~~~~~~~~
| CC_SPACE_
engine.c:5422:35: error: âÂÂ_CC_BLANKâ undeclared (first use in this function); did you mean âÂÂCC_BLANK_âÂÂ?
5422 | non_word_posix_regclasses[_CC_BLANK] =
| ^~~~~~~~~
| CC_BLANK_
engine.c:5435:34: error: âÂÂ_CC_CNTRLâ undeclared (first use in this function); did you mean âÂÂCC_CNTRL_âÂÂ?
5435 | newline_posix_regclasses[_CC_CNTRL] =
| ^~~~~~~~~
| CC_CNTRL_
engine.c:5436:34: error: âÂÂ_CC_ASCIIâ undeclared (first use in this function); did you mean âÂÂCC_ASCII_âÂÂ?
5436 | newline_posix_regclasses[_CC_ASCII] =
| ^~~~~~~~~
| CC_ASCII_
make: *** [Makefile:343: engine.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.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 = /opt/perl-5.40.0/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1525917
PERL5_CPAN_IS_RUNNING = 1525917
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1525657,1525917
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025010109/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2025010109
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.40.0/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
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.302203
Test::Harness 3.50
Test::More 1.302203
YAML 1.31
YAML::Syck 1.34
version 0.9930
--
Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
Platform:
osname=linux
osvers=5.10.0-30-amd64
archname=x86_64-linux
uname='linux cloud7.bbbike.org 5.10.0-30-amd64 #1 smp debian 5.10.218-1 (2024-06-01) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.40.0 -Dcf_email=srezic@cpan.org'
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 ='-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='10.2.1 20210110'
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/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
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_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
Built under linux
Compiled at Jun 10 2024 21:13:43
%ENV:
PERL="/opt/perl-5.40.0/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1525917"
PERL5_CPAN_IS_RUNNING="1525917"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1525657,1525917"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025010109/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux
/opt/perl-5.40.0/lib/site_perl/5.40.0
/opt/perl-5.40.0/lib/5.40.0/x86_64-linux
/opt/perl-5.40.0/lib/5.40.0
.