Report for Devel-RegExp-0.1

Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: UNKNOWN Devel-RegExp-0.1 v5.18.4 GNU/Linux
Date: 2015-07-22T02:48:21Z

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.18.4, created by CPAN-Reporter-1.2014.

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)
Running Mkbootstrap for Devel::RegExp ()
chmod 644 "RegExp.bs"
"/data/perl5/perlbrew/perls/perl-5.18.4-ld/bin/perl" "/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/ExtUtils/xsubpp"  -typemap "/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/ExtUtils/typemap" -typemap "typemap"  RegExp.xs > RegExp.xsc && mv RegExp.xsc RegExp.c
Please specify prototyping behavior for RegExp.xs (see perlxs manual)
cc -c   -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.1\" -DXS_VERSION=\"0.1\" -fPIC "-I/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/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:101:9: error: argument ‘r’ doesn’t match prototype
 regexp *r;
         ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5115:0,
                 from RegExp.xs:5:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/proto.h:3396:20: error: prototype declaration
 PERL_CALLCONV void Perl_regdump(pTHX_ const regexp* r)
                    ^
RegExp.xs:104:24: error: ‘EXACTLY’ undeclared (first use in this function)
     register char op = EXACTLY; /* Arbitrary non-END op. */
                        ^
RegExp.xs:108:10: error: ‘regexp’ has no member named ‘program’
     s = r->program + 1;
          ^
In file included from RegExp.xs:95:0:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/regcomp.h:254: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:29: error: ‘regexp’ has no member named ‘program’
  fprintf(stderr,"%2d%s", s-r->program, regprop(s)); /* Where, what. */
                             ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5156:0,
                 from RegExp.xs:5:
RegExp.xs:116:17: warning: passing argument 1 of ‘Perl_regnext’ from incompatible pointer type
  next = regnext(s);
                 ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/embed.h:471:40: note: in definition of macro ‘regnext’
 #define regnext(a)  Perl_regnext(aTHX_ a)
                                        ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5115:0,
                 from RegExp.xs:5:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/proto.h:3416:24: note: expected ‘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
  next = regnext(s);
       ^
RegExp.xs:117:7: error: ‘regarglen’ undeclared (first use in this function)
  s += regarglen[(U8)op];
       ^
RegExp.xs:121:33: error: ‘regexp’ has no member named ‘program’
      fprintf(stderr,"(%d)", (s-r->program)+(next-s));
                                 ^
RegExp.xs:142:10: error: ‘regexp’ has no member named ‘regstart’
     if (r->regstart)
          ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:3471:0,
                 from RegExp.xs:5:
RegExp.xs:143:39: error: ‘regexp’ has no member named ‘regstart’
  fprintf(stderr,"start `%s' ", SvPVX(r->regstart));
                                       ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/sv.h:1221:25: note: in definition of macro ‘SvPVX’
 #    define SvPVX(sv) ((sv)->sv_u.svu_pv)
                         ^
RegExp.xs:144:10: error: ‘regexp’ has no member named ‘regstclass’
     if (r->regstclass)
          ^
RegExp.xs:145:43: error: ‘regexp’ has no member named ‘regstclass’
  fprintf(stderr,"stclass `%s' ", regprop(r->regstclass));
                                           ^
RegExp.xs:146:10: error: ‘regexp’ has no member named ‘reganch’
     if (r->reganch & ROPT_ANCH)
          ^
RegExp.xs:146:22: error: ‘ROPT_ANCH’ undeclared (first use in this function)
     if (r->reganch & ROPT_ANCH)
                      ^
RegExp.xs:148:10: error: ‘regexp’ has no member named ‘reganch’
     if (r->reganch & ROPT_SKIP)
          ^
RegExp.xs:148:22: error: ‘ROPT_SKIP’ undeclared (first use in this function)
     if (r->reganch & ROPT_SKIP)
                      ^
RegExp.xs:150:10: error: ‘regexp’ has no member named ‘reganch’
     if (r->reganch & ROPT_IMPLICIT)
          ^
RegExp.xs:150:22: error: ‘ROPT_IMPLICIT’ undeclared (first use in this function)
     if (r->reganch & ROPT_IMPLICIT)
                      ^
RegExp.xs:152:10: error: ‘regexp’ has no member named ‘regmust’
     if (r->regmust != NULL)
          ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:3471:0,
                 from RegExp.xs:5:
RegExp.xs:153:54: error: ‘regexp’ has no member named ‘regmust’
  fprintf(stderr,"must have \"%s\" back %ld ", SvPVX(r->regmust),
                                                      ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/sv.h:1221:25: note: in definition of macro ‘SvPVX’
 #    define SvPVX(sv) ((sv)->sv_u.svu_pv)
                         ^
RegExp.xs:154:11: error: ‘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:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/regcomp.h:254: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:213:10: error: ‘ALNUM’ undeclared (first use in this function)
     case ALNUM:
          ^
RegExp.xs:216:10: error: ‘NALNUM’ undeclared (first use in this function)
     case NALNUM:
          ^
RegExp.xs:225:10: error: ‘SPACE’ undeclared (first use in this function)
     case SPACE:
          ^
RegExp.xs:228:10: error: ‘NSPACE’ undeclared (first use in this function)
     case NSPACE:
          ^
RegExp.xs:231:10: error: ‘DIGIT’ undeclared (first use in this function)
     case DIGIT:
          ^
RegExp.xs:234:10: error: ‘NDIGIT’ undeclared (first use in this function)
     case NDIGIT:
          ^
RegExp.xs:266:10: error: ‘GBOL’ undeclared (first use in this function)
     case GBOL:
          ^
RegExp.xs: In function ‘regcomp’:
RegExp.xs:306:54: error: macro "pregcomp" passed 3 arguments, but takes just 2
     return pregcomp(exp, exp + strlen(exp), &fakepmop);
                                                      ^
RegExp.xs:306:12: error: ‘pregcomp’ undeclared (first use in this function)
     return pregcomp(exp, exp + strlen(exp), &fakepmop);
            ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5156:0,
                 from RegExp.xs:5:
RegExp.c: In function ‘XS_Devel__RegExp_regfree’:
RegExp.c:573:10: warning: passing argument 1 of ‘Perl_pregfree’ from incompatible pointer type
  regfree(r);
          ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/embed.h:439:42: note: in definition of macro ‘pregfree’
 #define pregfree(a)  Perl_pregfree(aTHX_ a)
                                          ^
RegExp.c:573:2: note: in expansion of macro ‘regfree’
  regfree(r);
  ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5115:0,
                 from RegExp.xs:5:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/proto.h:3189:20: note: expected ‘struct REGEXP *’ but argument is of type ‘struct regexp *’
 PERL_CALLCONV void Perl_pregfree(pTHX_ REGEXP* r);
                    ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5156:0,
                 from RegExp.xs:5:
RegExp.c: In function ‘XS_Devel__RegExp_regexec’:
RegExp.xs:291:19: warning: passing argument 1 of ‘Perl_pregexec’ from incompatible pointer type
          pregexec((prog), (string), (string) + (len), (string), \
                   ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/embed.h:438:53: note: in definition of macro ‘pregexec’
 #define pregexec(a,b,c,d,e,f,g) Perl_pregexec(aTHX_ a,b,c,d,e,f,g)
                                                     ^
RegExp.c:626:11: note: in expansion of macro ‘regexec’
  RETVAL = regexec(prog, stringarg, len, minend, safebase);
           ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5115:0,
                 from RegExp.xs:5:
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/proto.h:3180:19: note: expected ‘struct REGEXP * const’ but argument is of type ‘struct regexp *’
 PERL_CALLCONV I32 Perl_pregexec(pTHX_ REGEXP * const prog, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, U32 nosave)
                   ^
RegExp.c:626:2: warning: null argument where non-null required (argument 6) [-Wnonnull]
  RETVAL = regexec(prog, stringarg, len, minend, safebase);
  ^
RegExp.xs: In function ‘XS_Devel__RegExp_match’:
RegExp.xs:351:15: error: ‘regexp’ has no member named ‘subbase’
   char *s = rx->subbase, *b, *e;
               ^
RegExp.xs:369:13: error: ‘regexp’ has no member named ‘startp’
       b = rx->startp[match];
             ^
RegExp.xs:370:13: error: ‘regexp’ has no member named ‘endp’
       e = rx->endp[match];
             ^
In file included from /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/perl.h:5079:0,
                 from RegExp.xs:5:
RegExp.xs:375:11: error: ‘sv_undef’ undeclared (first use in this function)
    PUSHs(&sv_undef);
           ^
/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld/CORE/pp.h:291:28: note: in definition of macro ‘PUSHs’
 #define PUSHs(s) (*++sp = (s))
                            ^
Makefile:334: recipe for target 'RegExp.o' failed
make: *** [RegExp.o] Error 1

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

Prerequisite modules loaded:

build_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /home/perltest/sysperl/bin:/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/bin:/home/perltest/perltest/bin:/home/perltest/perltest/bin:/home/perltest/perltest/bin:/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.23.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/home/perltest/perltest/bin
    PERL = [undef]
    PERL5LIB = /home/perltest/sysperl/lib/perl5:
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 19997
    PERL5_CPAN_IS_EXECUTING = /home/perltest/.cpan/build/Devel-RegExp-0.1-j9CUvs/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 19997
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4971,19997
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /home/perltest/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/man
    PERLBREW_PATH = /home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/bin
    PERLBREW_PERL = perl-5.18.4-ld
    PERLBREW_ROOT = /home/perltest/perl5/perlbrew
    PERLBREW_VERSION = 0.73
    PERL_AUTOINSTALL = --defaultdeps
    PERL_CR_SMOKER_CURRENT = Devel-RegExp-0.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /home/perltest/sysperl:
    PERL_MB_OPT = --install_base "//home/perltest/sysperl"
    PERL_MM_OPT = INSTALL_BASE=/home/perltest/sysperl
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /data/perl5/perlbrew/perls/perl-5.18.4-ld/bin/perl
    $UID/$EUID = 2000 / 2000
    $GID = 2000 2000
    $EGID = 2000 2000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.00    
    CPAN::Meta          2.150005
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280210
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          n/a     
    version             0.9912  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=3.19.0-18-generic, archname=x86_64-linux-ld
    uname='linux perltest.antelope.net 3.19.0-18-generic #18-ubuntu smp tue may 19 18:31:35 utc 2015 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld -Duselongdouble -Aeval:scriptdir=/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.9.2', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.21.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.21'
  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'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under linux
  Compiled at Jul 19 2015 22:40:37
  %ENV:
    PERL=""
    PERL5LIB="/home/perltest/sysperl/lib/perl5:"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="19997"
    PERL5_CPAN_IS_EXECUTING="/home/perltest/.cpan/build/Devel-RegExp-0.1-j9CUvs/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="19997"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="4971,19997"
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/home/perltest/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/man"
    PERLBREW_PATH="/home/perltest/perl5/perlbrew/bin:/home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/bin"
    PERLBREW_PERL="perl-5.18.4-ld"
    PERLBREW_ROOT="/home/perltest/perl5/perlbrew"
    PERLBREW_VERSION="0.73"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_CR_SMOKER_CURRENT="Devel-RegExp-0.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/home/perltest/sysperl:"
    PERL_MB_OPT="--install_base "//home/perltest/sysperl""
    PERL_MM_OPT="INSTALL_BASE=/home/perltest/sysperl"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/perltest/sysperl/lib/perl5/x86_64-linux-ld
    /home/perltest/sysperl/lib/perl5
    /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/site_perl/5.18.4/x86_64-linux-ld
    /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/site_perl/5.18.4
    /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4/x86_64-linux-ld
    /home/perltest/perl5/perlbrew/perls/perl-5.18.4-ld/lib/5.18.4
    .