Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Regexp-Compare-0.25 v5.25.8 GNU/Linux
Date: 2016-12-25T19:23:48Z
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.8, 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"
"/bbbike/perl-5.25.8t/bin/perl5.25.8" -MExtUtils::Command::MM -e 'cp_nonempty' -- Compare.bs blib/arch/auto/Regexp/Compare/Compare.bs 644
"/bbbike/perl-5.25.8t/bin/perl5.25.8" "/opt/perl-5.25.8t/lib/5.25.8/ExtUtils/xsubpp" -typemap '/opt/perl-5.25.8t/lib/5.25.8/ExtUtils/typemap' Compare.xs > Compare.xsc
mv Compare.xsc Compare.c
cc -c -I. -D_REENTRANT -D_GNU_SOURCE -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.8t/lib/5.25.8/x86_64-linux-thread-multi/CORE" Compare.c
cc -c -I. -D_REENTRANT -D_GNU_SOURCE -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.8t/lib/5.25.8/x86_64-linux-thread-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:
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /bbbike/perl-5.25.8t/bin/perl5.25.8
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 30945
PERL5_CPAN_IS_RUNNING = 30945
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 30443,30945
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /run/user/1023/cpansmoker/2016122518/cpanreporter_002_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen
TMPDIR = /run/user/1023/cpansmoker/2016122518
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.25.8t/bin/perl5.25.8
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.14_01
CPAN::Meta 2.150010
Cwd 3.66
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.33
File::Spec 3.66
JSON n/a
JSON::PP 2.27400_02
Module::Build n/a
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.36_01
Test::More 1.302073
YAML 1.20
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 25 subversion 8) configuration:
Platform:
osname=linux
osvers=3.16.0-4-amd64
archname=x86_64-linux-thread-multi
uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.25.8t -Dusedevel -Dusemallocwrap=no -Dusethreads -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -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='-D_REENTRANT -D_GNU_SOURCE -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
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
Built under linux
Compiled at Dec 23 2016 07:51:16
%ENV:
PERL="/bbbike/perl-5.25.8t/bin/perl5.25.8"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="30945"
PERL5_CPAN_IS_RUNNING="30945"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="30443,30945"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/run/user/1023/cpansmoker/2016122518/cpanreporter_002_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.25.8t/lib/site_perl/5.25.8/x86_64-linux-thread-multi
/opt/perl-5.25.8t/lib/site_perl/5.25.8
/opt/perl-5.25.8t/lib/5.25.8/x86_64-linux-thread-multi
/opt/perl-5.25.8t/lib/5.25.8
.