Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Regexp-Compare-0.25 v5.25.1 GNU/Linux
Date: 2016-12-25T19:27: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.25.1, created by CPAN-Reporter-1.2017.
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 'make':
cp lib/Regexp/Compare.pm blib/lib/Regexp/Compare.pm
Running Mkbootstrap for Regexp::Compare ()
chmod 644 "Compare.bs"
"/opt/perl-5.25.1/bin/perl5.25.1" "/opt/perl-5.25.1/lib/5.25.1/ExtUtils/xsubpp" -typemap "/opt/perl-5.25.1/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/opt/perl-5.25.1/lib/5.25.1/x86_64-linux/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/opt/perl-5.25.1/lib/5.25.1/x86_64-linux/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:343: recipe for target 'engine.o' failed
make: *** [engine.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 7.10_01
configure_requires:
Module Need Have
------------------- ---- -------
ExtUtils::MakeMaker 0 7.10_01
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/home/eserte/bin/pistachio-perl/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
PERL = /opt/perl-5.25.1/bin/perl5.25.1
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 15615
PERL5_CPAN_IS_RUNNING = 15615
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 15470,15615
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1000/2016122518/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
STDPERL = perl
TERM = xterm
TMPDIR = /var/tmp/cpansmoker-1000/2016122518
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.25.1/bin/perl5.25.1
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 25 27 29 30 44 46 108 111 115 1000 1024
$EGID = 1000 4 24 25 27 29 30 44 46 108 111 115 1000 1024
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11
CPAN::Meta 2.150005
Cwd 3.63
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.10
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.10_01
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.31
File::Spec 3.63
JSON n/a
JSON::PP 2.27300
Module::Build 0.4218
Module::Signature n/a
Parse::CPAN::Meta 1.4417
Test::Harness 3.36
Test::More 1.302015
YAML 1.15
YAML::Syck 1.29
version 0.9916
--
Summary of my perl5 (revision 5 version 25 subversion 1) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
uname='linux cabulja 3.16.0-4-amd64 #1 smp debian 3.16.7-ckt25-2 (2016-04-08) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.25.1 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
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 PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_OP_PARENT
PERL_PRESERVE_IVUV PERL_USE_DEVEL 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 Jun 8 2016 20:16:56
%ENV:
PERL="/opt/perl-5.25.1/bin/perl5.25.1"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="15615"
PERL5_CPAN_IS_RUNNING="15615"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="15470,15615"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1000/2016122518/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.25.1/lib/site_perl/5.25.1/x86_64-linux
/opt/perl-5.25.1/lib/site_perl/5.25.1
/opt/perl-5.25.1/lib/5.25.1/x86_64-linux
/opt/perl-5.25.1/lib/5.25.1
.