Report for Devel-RegExp-0.1

Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: UNKNOWN Devel-RegExp-0.1 v5.8.3 Windows (Cygwin)
Date: 2017-06-25T16:29:20Z

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.8.3, created by CPAN-Reporter-1.2018.

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 RegExp.pm blib/lib/Devel/RegExp.pm
AutoSplitting blib/lib/Devel/RegExp.pm (blib/lib/auto/Devel/RegExp)
/cygdrive/e/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/bin/perl.exe /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/5.8.3/ExtUtils/xsubpp  -typemap /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/ExtUtils/typemap -typemap typemap  RegExp.xs > RegExp.xsc && mv RegExp.xsc RegExp.c
Please specify prototyping behavior for RegExp.xs (see perlxs manual)
gcc -c   -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O2   -DVERSION=\"0.1\" -DXS_VERSION=\"0.1\"  "-I/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE"   RegExp.c
RegExp.xs: In function 'constant':
RegExp.xs:44:3: error: 'sawi' undeclared (first use in this function)
   sawi = TRUE;
   ^
RegExp.xs:44:3: note: each undeclared identifier is reported only once for each function it appears in
RegExp.xs: In function 'Perl_regdump':
RegExp.xs:104:24: error: 'EXACTLY' undeclared (first use in this function)
     register char op = EXACTLY; /* Arbitrary non-END op. */
                        ^
RegExp.xs:108:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     s = r->program + 1;
       ^
In file included from RegExp.xs:95:0:
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/regcomp.h:173:20: error: request for member 'type' in something not a structure or union
 #define OP(p)  ((p)->type)
                    ^
RegExp.xs:114:7: note: in expansion of macro 'OP'
  op = OP(s);
       ^
RegExp.xs:115:27: error: invalid operands to binary - (have 'char *' and 'regnode * {aka struct regnode *}')
  fprintf(stderr,"%2d%s", s-r->program, regprop(s)); /* Where, what. */
                           ^
RegExp.xs:115:40: warning: implicit declaration of function 'regprop' [-Wimplicit-function-declaration]
  fprintf(stderr,"%2d%s", s-r->program, regprop(s)); /* Where, what. */
                                        ^
RegExp.xs:116:17: warning: passing argument 1 of 'Perl_regnext' from incompatible pointer type [-Wincompatible-pointer-types]
  next = regnext(s);
                 ^
In file included from /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/perl.h:3554:0,
                 from RegExp.xs:5:
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/proto.h:601:24: note: expected 'regnode * {aka struct regnode *}' but argument is of type 'char *'
 PERL_CALLCONV regnode* Perl_regnext(pTHX_ regnode* p);
                        ^
RegExp.xs:116:7: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
  next = regnext(s);
       ^
RegExp.xs:117:7: error: 'regarglen' undeclared (first use in this function)
  s += regarglen[(U8)op];
       ^
RegExp.xs:121:31: error: invalid operands to binary - (have 'char *' and 'regnode * {aka struct regnode *}')
      fprintf(stderr,"(%d)", (s-r->program)+(next-s));
                               ^
RegExp.xs:142:10: error: 'regexp {aka struct regexp}' has no member named 'regstart'
     if (r->regstart)
          ^
In file included from /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/perl.h:2339:0,
                 from RegExp.xs:5:
RegExp.xs:143:39: error: 'regexp {aka struct regexp}' has no member named 'regstart'
  fprintf(stderr,"start `%s' ", SvPVX(r->regstart));
                                       ^
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/sv.h:125:20: note: in definition of macro 'SvANY'
 #define SvANY(sv) (sv)->sv_any
                    ^
RegExp.xs:143:32: note: in expansion of macro 'SvPVX'
  fprintf(stderr,"start `%s' ", SvPVX(r->regstart));
                                ^
RegExp.xs:152:10: error: 'regexp {aka struct regexp}' has no member named 'regmust'
     if (r->regmust != NULL)
          ^
In file included from /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/perl.h:2339:0,
                 from RegExp.xs:5:
RegExp.xs:153:54: error: 'regexp {aka struct regexp}' has no member named 'regmust'
  fprintf(stderr,"must have \"%s\" back %ld ", SvPVX(r->regmust),
                                                      ^
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/sv.h:125:20: note: in definition of macro 'SvANY'
 #define SvANY(sv) (sv)->sv_any
                    ^
RegExp.xs:153:47: note: in expansion of macro 'SvPVX'
  fprintf(stderr,"must have \"%s\" back %ld ", SvPVX(r->regmust),
                                               ^
RegExp.xs:154:11: error: 'regexp {aka struct regexp}' has no member named 'regback'
   (long) r->regback);
           ^
RegExp.xs: At top level:
RegExp.xs:163:1: error: conflicting types for 'regprop'
 regprop(op)
 ^
RegExp.xs:115:40: note: previous implicit declaration of 'regprop' was here
  fprintf(stderr,"%2d%s", s-r->program, regprop(s)); /* Where, what. */
                                        ^
RegExp.xs: In function 'regprop':
RegExp.xs:168:19: error: 'buf' undeclared (first use in this function)
     (void) strcpy(buf, ":");
                   ^
In file included from RegExp.xs:95:0:
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/regcomp.h:173:20: error: request for member 'type' in something not a structure or union
 #define OP(p)  ((p)->type)
                    ^
RegExp.xs:170:13: note: in expansion of macro 'OP'
     switch (OP(op)) {
             ^
RegExp.xs:189:10: error: expected expression before 'ANY'
     case ANY:
          ^
RegExp.xs:201:10: error: 'EXACTLY' undeclared (first use in this function)
     case EXACTLY:
          ^
RegExp.xs:266:10: error: 'GBOL' undeclared (first use in this function)
     case GBOL:
          ^
RegExp.xs:282:2: warning: implicit declaration of function 'FAIL' [-Wimplicit-function-declaration]
  FAIL("corrupted regexp opcode");
  ^
RegExp.xs: In function 'XS_Devel__RegExp_match':
RegExp.xs:351:15: error: 'regexp {aka struct regexp}' has no member named 'subbase'
   char *s = rx->subbase, *b, *e;
               ^
RegExp.xs:369:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
       b = rx->startp[match];
         ^
RegExp.xs:370:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
       e = rx->endp[match];
         ^
In file included from /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/perl.h:3534:0,
                 from RegExp.xs:5:
RegExp.xs:375:11: error: 'sv_undef' undeclared (first use in this function)
    PUSHs(&sv_undef);
           ^
/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin/CORE/pp.h:227:28: note: in definition of macro 'PUSHs'
 #define PUSHs(s) (*++sp = (s))
                            ^
make: *** [Makefile:330: RegExp.o] Error 1

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

Prerequisite modules loaded:

build_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    LD_LIBRARY_PATH = 
    NUMBER_OF_PROCESSORS = 8
    PATH = /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/bin/5.8.3/cygwin:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/bin:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/bin:/usr/local/bin:/usr/bin
    PERL = /cygdrive/e/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/bin/perl
    PERL5LIB = /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/site_perl/5.8.3:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/5.8.3:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 5576
    PERL5_CPAN_IS_RUNNING = 5576
    PERL_CPAN_REPORTER_CONFIG = /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/reporter/config.ini
    PERL_CPAN_REPORTER_DIR = /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/reporter
    PERL_EXTUTILS_AUTOINSTALL = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_MY_PREFIX = /opt/perl5
    PERL_MY_SOURCE_DIR = /cygdrive/e/src/perl
    PERL_TEST_CRITIC = 1
    PERL_TEST_CRITIC = 1
    PERL_TEST_POD = 1
    PERL_TEST_POD = 1
    POD_TESTING = 1
    POD_TESTS = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
    SHELL = /usr/bin/bash
    TEMP = /tmp
    TERM = xterm

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

    $^X = /cygdrive/e/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/bin/perl
    $UID/$EUID = 197609 / 197609
    $GID = 197609 262180 66048 113 68380 15 11 66049 4 545 401408
    $EGID = 197609 262180 66048 113 68380 15 11 66049 4 545 401408

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   1.16    
    ExtUtils::Install   1.54    
    ExtUtils::MakeMaker 6.68    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                n/a     
    JSON::PP            2.27400 
    Module::Build       n/a     
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36    
    Test::More          1.302078
    YAML                1.23    
    YAML::Syck          n/a     
    version             0.9917  


--

Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  Platform:
    osname=cygwin, osvers=2.7.0(0.30653), archname=cygwin
    uname='cygwin_nt-10.0 rigel 2.7.0(0.30653) 2017-02-12 13:18 x86_64 cygwin '
    config_args='-de -Dmksymlinks -Dcc=gcc -Uinc_version_list -Uinstallusrbinperl -Uusethreads -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing',
    optimize='-O2',
    cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing'
    ccversion='', gccversion='5.4.0', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-ldl -lcrypt -lutil
    perllibs=-ldl -lcrypt -lutil
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
  Built under cygwin
  Compiled at Mar  3 2017 05:35:08
  %ENV:
    PERL="/cygdrive/e/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/bin/perl"
    PERL5LIB="/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/arch:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/lib:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/site_perl/5.8.3:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/5.8.3:/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/perl5"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="5576"
    PERL5_CPAN_IS_EXECUTING="/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Devel-RegExp-0.1-0/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="5576"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_CPAN_REPORTER_CONFIG="/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/reporter/config.ini"
    PERL_CPAN_REPORTER_DIR="/opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/reporter"
    PERL_EXTUTILS_AUTOINSTALL="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_MY_PREFIX="/opt/perl5"
    PERL_MY_SOURCE_DIR="/cygdrive/e/src/perl"
    PERL_TEST_CRITIC="1"
    PERL_TEST_POD="1"
    CYGWIN=""
  @INC:
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/arch
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Log-Topics-0.02-0/blib/lib
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/arch
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Xbase-1.07-0/blib/lib
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/arch
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Text-Template-0.1b-0/blib/lib
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/arch
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Proc-Forkfunc-96.042201-0/blib/lib
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/arch
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/cpan/5.8.3/cygwin/build/Tie-Dir-1.02-0/blib/lib
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/site_perl/5.8.3/cygwin
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/site_perl/5.8.3
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/5.8.3/cygwin
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/5.8.3
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/local/lib/perl5
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3/cygwin
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/5.8.3
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/site_perl/5.8.3/cygwin
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/site_perl/5.8.3
    /opt/perl5/cygwin_nt-10.0/2.7.0/x86_64/perl/5.8.3/cygwin/lib/site_perl
    .