Report for Regexp-Compare-0.25

Back
From: metabase:user:30977d10-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Regexp-Compare-0.25 v5.25.1 GNU/Linux
Date: 2016-12-27T12:08:26Z

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.25
on perl 5.25.1, 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 lib/Regexp/Compare.pm blib/lib/Regexp/Compare.pm
Running Mkbootstrap for Compare ()
chmod 644 "Compare.bs"
"/home/stro/perl/5.25.1m/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compare.bs blib/arch/auto/Regexp/Compare/Compare.bs 644
"/home/stro/perl/5.25.1m/bin/perl" "/home/stro/perl/5.25.1m/lib/5.25.1/ExtUtils/xsubpp"  -typemap '/home/stro/perl/5.25.1m/lib/5.25.1/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.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/home/stro/perl/5.25.1m/lib/5.25.1/x86_64-linux-multi/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.25\" -DXS_VERSION=\"0.25\" -fPIC "-I/home/stro/perl/5.25.1m/lib/5.25.1/x86_64-linux-multi/CORE"   engine.c
engine.c:44:2: error: #error Unsupported PERL_API_VERSION
 #error Unsupported PERL_API_VERSION
  ^
engine.c: In function ‘convert_invlist_to_map’:
engine.c:497:2: error: #error unexpected PERL_API_VERSION
 #error unexpected PERL_API_VERSION
  ^
engine.c:513:2: error: #error unexpected PERL_API_VERSION
 #error unexpected PERL_API_VERSION
  ^
engine.c:526:2: error: #error unexpected PERL_API_VERSION
 #error unexpected PERL_API_VERSION
  ^
engine.c:541:2: error: #error unexpected PERL_API_VERSION
 #error unexpected PERL_API_VERSION
  ^
engine.c:660:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_alnum_invlist):
     ^
engine.c:637:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist):
     ^
engine.c:671:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_alnum_invlist) - 1:
     ^
engine.c:648:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist) - 1:
     ^
engine.c:683:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_alpha_invlist):
     ^
engine.c:637:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist):
     ^
engine.c:694:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_alpha_invlist) - 1:
     ^
engine.c:648:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist) - 1:
     ^
engine.c:706:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_word_invlist):
     ^
engine.c:637:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist):
     ^
engine.c:717:5: error: duplicate case value
     case SIZEOF_ARRAY(xposix_word_invlist) - 1:
     ^
engine.c:648:5: error: previously used here
     case SIZEOF_ARRAY(xposix_digit_invlist) - 1:
     ^
engine.c: In function ‘get_synth_offset’:
engine.c:994:6: error: ‘ANYOF_LARGE’ undeclared (first use in this function)
      ANYOF_LARGE | ANYOF_UNICODE_ALL | RC_ANYOF_UTF8
      ^
engine.c:994:6: note: each undeclared identifier is reported only once for each function it appears in
engine.c:994:20: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
      ANYOF_LARGE | ANYOF_UNICODE_ALL | RC_ANYOF_UTF8
                    ^
engine.c:994:40: error: ‘RC_ANYOF_UTF8’ undeclared (first use in this function)
      ANYOF_LARGE | ANYOF_UNICODE_ALL | RC_ANYOF_UTF8
                                        ^
engine.c: In function ‘compare_bitmaps’:
engine.c:1708:23: error: ‘ANYOF_NON_UTF8_LATIN1_ALL’ undeclared (first use in this function)
      (a1->rn->flags & ANYOF_NON_UTF8_LATIN1_ALL)) ||
                       ^
engine.c: In function ‘compare_anyof_multiline’:
engine.c:1743:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a1->rn->flags & ANYOF_UNICODE_ALL)
                         ^
engine.c: In function ‘compare_anyof_anyof’:
engine.c:1791:41: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if ((extra_left || (a1->rn->flags & ANYOF_UNICODE_ALL)) &&
                                         ^
engine.c:1802:23: error: ‘RC_ANYOF_UTF8’ undeclared (first use in this function)
  if ((a1->rn->flags & RC_ANYOF_UTF8) &&
                       ^
engine.c: In function ‘compare_posix_anyof’:
engine.c:2076:27: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (!(a2->rn->flags & ANYOF_UNICODE_ALL))
                           ^
engine.c: In function ‘compare_negative_posix_anyof’:
engine.c:2138:27: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (!(a2->rn->flags & ANYOF_UNICODE_ALL))
                           ^
engine.c: In function ‘compare_sany_anyof’:
engine.c:2269:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a2->rn->flags & ANYOF_UNICODE_ALL)
                         ^
engine.c: In function ‘compare_anyof_exact’:
engine.c:2447:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a1->rn->flags & ANYOF_UNICODE_ALL)
                         ^
engine.c: In function ‘compare_anyof_exactf’:
engine.c:2482:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a1->rn->flags & ANYOF_UNICODE_ALL)
                         ^
engine.c: In function ‘compare_bound’:
engine.c:3696:30: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
         if (left.rn->flags & ANYOF_UNICODE_ALL)
                              ^
engine.c: In function ‘compare_anyof_bound’:
engine.c:3821:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a1->rn->flags & ANYOF_UNICODE_ALL)
                         ^
engine.c: In function ‘compare_anyof_nbound’:
engine.c:3838:25: error: ‘ANYOF_UNICODE_ALL’ undeclared (first use in this function)
     if (a1->rn->flags & ANYOF_UNICODE_ALL)
                         ^
Makefile:340: recipe for target 'engine.o' failed
make: *** [engine.o] Error 1

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

Prerequisite modules loaded:

build_requires:

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

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL = /home/stro/perl/5.25.1m/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3212
    PERL5_CPAN_IS_RUNNING = 3212
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 9617,3212
    PERL_CR_SMOKER_CURRENT = Regexp-Compare-0.25
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm

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

    $^X = /home/stro/perl/5.25.1m/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 24 25 29 30 44 46 108 114 1000
    $EGID = 1000 24 25 29 30 44 46 108 114 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.15    
    CPAN::Meta          2.150010
    Cwd                 3.63    
    ExtUtils::CBuilder  0.280225
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.31    
    File::Spec          3.63    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36    
    Test::More          1.302073
    YAML                1.21    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 25 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux-multi
    uname='linux vm-debian-001 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt11-1 (2015-05-24) x86_64 gnulinux '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  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='4.9.2', 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/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  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_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_OP_PARENT
                        PERL_PRESERVE_IVUV 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 May 24 2016 09:48:42
  %ENV:
    PERL="/home/stro/perl/5.25.1m/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3212"
    PERL5_CPAN_IS_RUNNING="3212"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="9617,3212"
    PERL_CR_SMOKER_CURRENT="Regexp-Compare-0.25"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/stro/perl/5.25.1m/lib/site_perl/5.25.1/x86_64-linux-multi
    /home/stro/perl/5.25.1m/lib/site_perl/5.25.1
    /home/stro/perl/5.25.1m/lib/5.25.1/x86_64-linux-multi
    /home/stro/perl/5.25.1m/lib/5.25.1
    .