Report for Regexp-Compare-0.25

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Regexp-Compare-0.25 v5.18.4 FreeBSD
Date: 2016-12-25T19:23:44Z

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.18.4, 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:

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"
"/usr/perl5.18.4p/bin/perl5.18.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compare.bs blib/arch/auto/Regexp/Compare/Compare.bs 644
"/usr/perl5.18.4p/bin/perl5.18.4" "/usr/perl5.18.4p/lib/site_perl/5.18.4/ExtUtils/xsubpp"  -typemap '/usr/perl5.18.4p/lib/5.18.4/ExtUtils/typemap'  Compare.xs > Compare.xsc
mv Compare.xsc Compare.c
cc -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O    -DVERSION=\"0.25\"  -DXS_VERSION=\"0.25\" -DPIC -fPIC "-I/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE"   Compare.c
cc -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O    -DVERSION=\"0.25\"  -DXS_VERSION=\"0.25\" -DPIC -fPIC "-I/usr/perl5.18.4p/lib/5.18.4/amd64-freebsd/CORE"   engine.c
engine.c:44:2: error: Unsupported PERL_API_VERSION
#error Unsupported PERL_API_VERSION
 ^
engine.c:453:16: error: use of undeclared identifier 'XINVLIST'
    return &(((XINVLIST*) SvANY(invlist))->is_offset);
               ^
engine.c:453:25: error: expected expression
    return &(((XINVLIST*) SvANY(invlist))->is_offset);
                        ^
engine.c:497:2: error: unexpected PERL_API_VERSION
#error unexpected PERL_API_VERSION
 ^
engine.c:513:2: error: unexpected PERL_API_VERSION
#error unexpected PERL_API_VERSION
 ^
engine.c:526:2: error: unexpected PERL_API_VERSION
#error unexpected PERL_API_VERSION
 ^
engine.c:541:2: error: unexpected PERL_API_VERSION
#error unexpected PERL_API_VERSION
 ^
engine.c:671:10: error: duplicate case value '0'
    case SIZEOF_ARRAY(xposix_alnum_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:648:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_digit_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:694:10: error: duplicate case value '0'
    case SIZEOF_ARRAY(xposix_alpha_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:671:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_alnum_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:717:10: error: duplicate case value '0'
    case SIZEOF_ARRAY(xposix_word_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:694:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_alpha_invlist) - 1:
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:660:10: error: duplicate case value '1'
    case SIZEOF_ARRAY(xposix_alnum_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:637:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_digit_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:683:10: error: duplicate case value '1'
    case SIZEOF_ARRAY(xposix_alpha_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:660:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_alnum_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:706:10: error: duplicate case value '1'
    case SIZEOF_ARRAY(xposix_word_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:683:10: note: previous case defined here
    case SIZEOF_ARRAY(xposix_alpha_invlist):
         ^
engine.c:50:25: note: expanded from macro 'SIZEOF_ARRAY'
#define SIZEOF_ARRAY(a) (sizeof(a) / sizeof(a[0]))
                        ^
engine.c:985:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
    else if ((p->type == ANYOF)
              ~~~~~~~~^~~~~~~~
engine.c:985:23: note: remove extraneous parentheses around the comparison to silence this warning
    else if ((p->type == ANYOF)
             ~        ^       ~
engine.c:985:23: note: use '=' to turn this equality comparison into an assignment
    else if ((p->type == ANYOF)
                      ^~
                      =
engine.c:994:40: error: use of undeclared identifier 'RC_ANYOF_UTF8'
            ANYOF_LARGE | ANYOF_UNICODE_ALL | RC_ANYOF_UTF8
                                              ^
engine.c:1802:23: error: use of undeclared identifier 'RC_ANYOF_UTF8'
        if ((a1->rn->flags & RC_ANYOF_UTF8) &&
                             ^
engine.c:1803:23: error: use of undeclared identifier 'RC_ANYOF_UTF8'
            (a2->rn->flags & RC_ANYOF_UTF8))
                             ^
1 warning and 16 errors generated.
*** Error code 1

Stop.
make: stopped in /home/cpansand/.cpan/build/2016122512/Regexp-Compare-0.25-2gBvuD

------------------------------
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:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.18.4p/bin/perl5.18.4
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 9919
    PERL5_CPAN_IS_RUNNING = 9919
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 9887,9919
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2016122512/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2016122512

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

    $^X = /usr/perl5.18.4p/bin/perl5.18.4
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150010
    Cwd                 3.60    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.24    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.60    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4220  
    Module::Signature   0.79    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.35    
    Test::More          1.302073
    YAML                1.21    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.18.4p'
    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=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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='cc', ldflags ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -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_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at Apr  4 2015 13:03:15
  %ENV:
    PERL="/usr/perl5.18.4p/bin/perl5.18.4"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="9919"
    PERL5_CPAN_IS_RUNNING="9919"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="9887,9919"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2016122512/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/site_perl/5.18.4
    /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/5.18.4
    .