Devel-RegExp v0.1 Perl 5 v5.40.0 MSWin32-x64-multi-thread
- Status
- Unknown
- From
- gregor herrmann
- Dist
-
Devel-RegExp v0.1
- Platform
- Perl 5 v5.40.0 MSWin32-x64-multi-thread
- Date
- 2024-12-23 17:57:56
- ID
- 926ed4ff-6c1d-1014-8028-cf01c7b12c58
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 Ilya Zakharevich,
This is a computer-generated report for Devel-RegExp-0.1
on perl 5.40.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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\strawberry\c\bin\gmake.EXE':
cp RegExp.pm blib\lib\Devel\RegExp.pm
AutoSplitting blib\lib\Devel\RegExp.pm (blib\lib\auto\Devel\RegExp)
Running Mkbootstrap for RegExp ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "RegExp.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- RegExp.bs blib\arch\auto\Devel\RegExp\RegExp.bs 644
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap -typemap C:\cpan\build\Devel-RegExp-0.1-0\typemap RegExp.xs > RegExp.xsc
Please specify prototyping behavior for RegExp.xs (see perlxs manual)
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- RegExp.xsc RegExp.c
gcc -c -std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields -Os -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition -DVERSION=\"0.1\" -DXS_VERSION=\"0.1\" "-IC:\STRAWB~1\perl\lib\CORE" RegExp.c
RegExp.xs: In function 'constant':
RegExp.xs:44:17: error: 'sawi' undeclared (first use in this function)
44 | sawi = TRUE;
| ^~~~
RegExp.xs:44:17: note: each undeclared identifier is reported only once for each function it appears in
In file included from RegExp.xs:5:
RegExp.xs: At top level:
C:\STRAWB~1\perl\lib\CORE/perl.h:4110:33: error: expected declaration specifiers or '...' before '(' token
4110 | # define PERL_GET_THX ((PerlInterpreter *)PERL_GET_CONTEXT)
| ^
C:\STRAWB~1\perl\lib\CORE/XSUB.h:491:25: note: in expansion of macro 'PERL_GET_THX'
491 | # define aTHX PERL_GET_THX
| ^~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/XSUB.h:492:25: note: in expansion of macro 'aTHX'
492 | # define aTHX_ aTHX,
| ^~~~
C:\STRAWB~1\perl\lib\CORE/embed.h:533:62: note: in expansion of macro 'aTHX_'
533 | # define regdump(a) Perl_regdump(aTHX_ a)
| ^~~~~
RegExp.xs:100:1: note: in expansion of macro 'regdump'
100 | regdump(r)
| ^~~~~~~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:6222:
RegExp.xs:100:9: error: unknown type name 'r'
100 | regdump(r)
| ^
C:\STRAWB~1\perl\lib\CORE/embed.h:533:68: note: in definition of macro 'regdump'
533 | # define regdump(a) Perl_regdump(aTHX_ a)
| ^
RegExp.xs:102:1: error: expected identifier or '(' before '{' token
102 | {
| ^
RegExp.xs: In function 'regprop':
RegExp.xs:168:19: error: 'buf' undeclared (first use in this function)
168 | (void) strcpy(buf, ":");
| ^~~
RegExp.xs:170:13: error: expected expression before 'OP'
170 | switch (OP(op)) {
| ^~
RegExp.xs:171:10: error: 'BOL' undeclared (first use in this function); did you mean 'BOOL'?
171 | case BOL:
| ^~~
| BOOL
RegExp.xs:174:10: error: 'MBOL' undeclared (first use in this function)
174 | case MBOL:
| ^~~~
RegExp.xs:177:10: error: 'SBOL' undeclared (first use in this function)
177 | case SBOL:
| ^~~~
RegExp.xs:180:10: error: 'EOL' undeclared (first use in this function); did you mean 'VOL'?
180 | case EOL:
| ^~~
| VOL
RegExp.xs:183:10: error: 'MEOL' undeclared (first use in this function)
183 | case MEOL:
| ^~~~
RegExp.xs:186:10: error: 'SEOL' undeclared (first use in this function)
186 | case SEOL:
| ^~~~
RegExp.xs:189:10: error: expected expression before 'ANY'
189 | case ANY:
| ^~~
RegExp.xs:192:10: error: 'SANY' undeclared (first use in this function); did you mean 'ANY'?
192 | case SANY:
| ^~~~
| ANY
RegExp.xs:195:10: error: 'ANYOF' undeclared (first use in this function); did you mean 'ANY'?
195 | case ANYOF:
| ^~~~~
| ANY
RegExp.xs:198:10: error: 'BRANCH' undeclared (first use in this function)
198 | case BRANCH:
| ^~~~~~
RegExp.xs:201:10: error: 'EXACTLY' undeclared (first use in this function)
201 | case EXACTLY:
| ^~~~~~~
RegExp.xs:204:10: error: 'NOTHING' undeclared (first use in this function)
204 | case NOTHING:
| ^~~~~~~
RegExp.xs:207:10: error: 'BACK' undeclared (first use in this function)
207 | case BACK:
| ^~~~
RegExp.xs:210:10: error: 'END' undeclared (first use in this function)
210 | case END:
| ^~~
RegExp.xs:213:10: error: 'ALNUM' undeclared (first use in this function); did you mean 'isALNUM'?
213 | case ALNUM:
| ^~~~~
| isALNUM
RegExp.xs:216:10: error: 'NALNUM' undeclared (first use in this function); did you mean 'isALNUM'?
216 | case NALNUM:
| ^~~~~~
| isALNUM
RegExp.xs:219:10: error: 'BOUND' undeclared (first use in this function)
219 | case BOUND:
| ^~~~~
RegExp.xs:222:10: error: 'NBOUND' undeclared (first use in this function)
222 | case NBOUND:
| ^~~~~~
RegExp.xs:225:10: error: 'SPACE' undeclared (first use in this function)
225 | case SPACE:
| ^~~~~
RegExp.xs:228:10: error: 'NSPACE' undeclared (first use in this function); did you mean 'isSPACE'?
228 | case NSPACE:
| ^~~~~~
| isSPACE
RegExp.xs:231:10: error: 'DIGIT' undeclared (first use in this function); did you mean 'SIGINT'?
231 | case DIGIT:
| ^~~~~
| SIGINT
RegExp.xs:234:10: error: 'NDIGIT' undeclared (first use in this function); did you mean 'isDIGIT'?
234 | case NDIGIT:
| ^~~~~~
| isDIGIT
RegExp.xs:237:10: error: 'CURLY' undeclared (first use in this function)
237 | case CURLY:
| ^~~~~
RegExp.xs:238:57: warning: implicit declaration of function 'ARG1' [-Wimplicit-function-declaration]
238 | (void)sprintf(buf+strlen(buf), "CURLY {%d,%d}", ARG1(op),ARG2(op));
| ^~~~
RegExp.xs:238:66: warning: implicit declaration of function 'ARG2' [-Wimplicit-function-declaration]
238 | (void)sprintf(buf+strlen(buf), "CURLY {%d,%d}", ARG1(op),ARG2(op));
| ^~~~
RegExp.xs:241:10: error: 'CURLYX' undeclared (first use in this function)
241 | case CURLYX:
| ^~~~~~
RegExp.xs:245:10: error: 'REF' undeclared (first use in this function); did you mean 'XREF'?
245 | case REF:
| ^~~
| XREF
RegExp.xs:249:10: error: 'OPEN' undeclared (first use in this function); did you mean 'HPEN'?
249 | case OPEN:
| ^~~~
| HPEN
RegExp.xs:253:10: error: 'CLOSE' undeclared (first use in this function); did you mean 'HTCLOSE'?
253 | case CLOSE:
| ^~~~~
| HTCLOSE
RegExp.xs:257:10: error: 'STAR' undeclared (first use in this function)
257 | case STAR:
| ^~~~
RegExp.xs:260:10: error: 'PLUS' undeclared (first use in this function)
260 | case PLUS:
| ^~~~
RegExp.xs:263:10: error: 'MINMOD' undeclared (first use in this function)
263 | case MINMOD:
| ^~~~~~
RegExp.xs:266:10: error: 'GBOL' undeclared (first use in this function)
266 | case GBOL:
| ^~~~
RegExp.xs:269:10: error: 'UNLESSM' undeclared (first use in this function)
269 | case UNLESSM:
| ^~~~~~~
RegExp.xs:272:10: error: 'IFMATCH' undeclared (first use in this function)
272 | case IFMATCH:
| ^~~~~~~
RegExp.xs:275:10: error: 'SUCCEED' undeclared (first use in this function); did you mean 'SUCCEEDED'?
275 | case SUCCEED:
| ^~~~~~~
| SUCCEEDED
RegExp.xs:278:10: error: 'WHILEM' undeclared (first use in this function)
278 | case WHILEM:
| ^~~~~~
RegExp.xs:282:9: warning: implicit declaration of function 'FAIL'; did you mean 'E_FAIL'? [-Wimplicit-function-declaration]
282 | FAIL("corrupted regexp opcode");
| ^~~~
| E_FAIL
RegExp.xs: In function 'regcomp':
RegExp.xs:306:54: error: macro "pregcomp" passed 3 arguments, but takes just 2
306 | return pregcomp(exp, exp + strlen(exp), &fakepmop);
| ^
C:\STRAWB~1\perl\lib\CORE/embed.h:501: note: macro "pregcomp" defined here
501 | # define pregcomp(a,b) Perl_pregcomp(aTHX_ a,b)
|
RegExp.xs:306:12: error: 'pregcomp' undeclared (first use in this function); did you mean 'regcomp'?
306 | return pregcomp(exp, exp + strlen(exp), &fakepmop);
| ^~~~~~~~
| regcomp
RegExp.c: In function 'XS_Devel__RegExp_regfree':
RegExp.c:590:17: warning: passing argument 2 of 'Perl_pregfree' from incompatible pointer type [-Wincompatible-pointer-types]
590 | regfree(r);
| ^
| |
| regexp *
C:\STRAWB~1\perl\lib\CORE/embed.h:503:69: note: in definition of macro 'pregfree'
503 | # define pregfree(a) Perl_pregfree(aTHX_ a)
| ^
RegExp.c:590:9: note: in expansion of macro 'regfree'
590 | regfree(r);
| ^~~~~~~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:6183:
C:\STRAWB~1\perl\lib\CORE/proto.h:3546:29: note: expected 'REGEXP *' {aka 'struct p5rx *'} but argument is of type 'regexp *'
3546 | Perl_pregfree(pTHX_ REGEXP *r);
| ~~~~~~~~^
RegExp.c: In function 'XS_Devel__RegExp_regexec':
RegExp.xs:291:19: warning: passing argument 2 of 'Perl_pregexec' from incompatible pointer type [-Wincompatible-pointer-types]
291 | pregexec((prog), (string), (string) + (len), (string), \
| ^~~~~~
| |
| regexp *
C:\STRAWB~1\perl\lib\CORE/embed.h:502:69: note: in definition of macro 'pregexec'
502 | # define pregexec(a,b,c,d,e,f,g) Perl_pregexec(aTHX_ a,b,c,d,e,f,g)
| ^
RegExp.c:647:18: note: in expansion of macro 'regexec'
647 | RETVAL = regexec(prog, stringarg, len, minend, safebase);
| ^~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:3540:36: note: expected 'REGEXP * const' {aka 'struct p5rx * const'} but argument is of type 'regexp *'
3540 | Perl_pregexec(pTHX_ REGEXP * const prog, char *stringarg, char *strend, char *strbeg, SSize_t minend, SV *screamer, U32 nosave);
| ~~~~~~~~~~~~~~~^~~~
RegExp.xs: In function 'XS_Devel__RegExp_match':
RegExp.xs:351:22: error: 'regexp' has no member named 'subbase'
351 | char *s = rx->subbase, *b, *e;
| ^~
RegExp.xs:369:20: error: 'regexp' has no member named 'startp'
369 | b = rx->startp[match];
| ^~
RegExp.xs:370:20: error: 'regexp' has no member named 'endp'
370 | e = rx->endp[match];
| ^~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:6163:
RegExp.xs:375:25: error: 'sv_undef' undeclared (first use in this function); did you mean 'sv_unref'?
375 | PUSHs(&sv_undef);
| ^~~~~~~~
C:\STRAWB~1\perl\lib\CORE/pp.h:549:35: note: in definition of macro 'PUSHs'
549 | # define PUSHs(s) (*++sp = (s))
| ^
gmake.EXE: *** [makefile:335: RegExp.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
NONINTERACTIVE_TESTING = 1
NUMBER_OF_PROCESSORS = 2
PATH = C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
PERL = C:\Strawberry\perl\bin\perl.exe
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 7264
PERL5_CPAN_IS_RUNNING = 7264
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4416,7264
PERL_CR_SMOKER_CURRENT = Devel-RegExp-0.1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
TEMP = C:\Users\smoker\AppData\Local\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win10
Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
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.302206
Test::Harness 3.50
Test::More 1.302206
YAML 1.31
YAML::Syck 1.34
version 0.9932
--
Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
Platform:
osname=MSWin32
osvers=10.0.22621.3880
archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.40.0.1 # 02:45:15 Sat August 10 2024 x64'
config_args='undef'
hint=recommended
useposix=true
d_sigaction=undef
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=undef
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='gcc'
ccflags ='-std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields'
optimize='-Os -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition'
cppflags='-DWIN32'
ccversion=''
gccversion='13.2.0'
gccosandvers=''
intsize=4
longsize=4
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='long long'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='g++'
ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0 C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0
libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=-lucrt
so=dll
useshrplib=true
libperl=libperl540.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs
dlext=xs.dll
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags='-shared -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_TIMES
HAVE_INTERP_INTERN
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
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_THREAD_SAFE_LOCALE
Built under MSWin32
Compiled at Aug 10 2024 12:45:35
%ENV:
PERL="C:\Strawberry\perl\bin\perl.exe"
PERL5_CPANPLUS_IS_RUNNING="7264"
PERL5_CPAN_IS_RUNNING="7264"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="4416,7264"
PERL_CR_SMOKER_CURRENT="Devel-RegExp-0.1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
C:/Strawberry/perl/site/lib/MSWin32-x64-multi-thread
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.