Compiler-Lexer v0.23 Perl 5 v5.18.0 OpenBSD.amd64-openbsd
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
Compiler-Lexer v0.23
- Platform
- Perl 5 v5.18.0 OpenBSD.amd64-openbsd
- Date
- 2023-10-26 10:00:32
- ID
- 803ae858-73e6-11ee-98b0-b3c3213a625c
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 Masaaki Goshima,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
Building Compiler-Lexer
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_double_charactor_operator.cpp
src/compiler/util/Compiler_double_charactor_operator.cpp:9:54: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
inline unsigned int DoubleCharactorOperatorMap::hash(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
const char *DoubleCharactorOperatorMap::in_word_set(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:189:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash(str);
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:191:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = double_charactor_operators[key];
^~~~~~~~~
4 warnings generated.
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_gen_token_decl.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_reserved_keyword.cpp
src/compiler/util/Compiler_reserved_keyword.cpp:42:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::hash (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::hash (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:73:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int hval = (int)len;
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:60: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
^~~~~~~~~
gen/reserved_keywords.gperf:61:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash (str, len);
^~~~~~~~~
gen/reserved_keywords.gperf:65:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = wordlist[key].name;
^~~~~~~~~
7 warnings generated.
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_token.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_triple_charactor_operator.cpp
src/compiler/util/Compiler_triple_charactor_operator.cpp:10:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
TripleCharactorOperatorMap::hash(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:43:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
const char *TripleCharactorOperatorMap::in_word_set(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:89:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash(str);
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:91:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = triple_charactor_operators[key];
^~~~~~~~~
4 warnings generated.
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_util.o src/compiler/util/Compiler_util.cpp
cc -Isrc -I/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE -DVERSION="0.23" -DXS_VERSION="0.23" -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o lib/Compiler/Lexer.o lib/Compiler/Lexer.c
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/perl.h:3476:
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:323:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:323:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:341:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:341:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:349:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] restore_local\n", \
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/pad.h:349:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] restore_local\n", \
^
In file included from lib/Compiler/Lexer.xs:7:
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/perl.h:4257:37: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
INIT("Use of uninitialized value%"SVf"%s%s");
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/perl.h:4277:75: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
INIT("Modification of non-creatable hash value attempted, subscript \"%"SVf"\"");
^
lib/Compiler/Lexer.c:502:1: warning: duplicate 'extern' declaration specifier [-Wduplicate-decl-specifier]
XS_EXTERNAL(boot_Compiler__Lexer); /* prototype to pass -Wmissing-prototypes */
^
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd/CORE/XSUB.h:145:33: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
1 warning and 8 errors generated.
error building lib/Compiler/Lexer.o from 'lib/Compiler/Lexer.c' at /home/cpan/pit/bare/perl-5.18.0/lib/site_perl/5.18.0/ExtUtils/CBuilder/Base.pm line 185.
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Devel::PPPort 3.20 3.19
ExtUtils::CBuilder 0.280236 0
ExtUtils::MakeMaker 7.70 6.59
ExtUtils::ParseXS 3.44 2.21
Test::More 1.302195 0.95
XSLoader 0.16 0.02
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9914
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.44
File::Spec 3.75
Module::Build 0.4234
Pod::Parser 1.60
Pod::Simple 3.28
Test2 1.302195
Test::Harness 3.44
Test::More 1.302195
version 0.9929
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
NONINTERACTIVE_TESTING = 1
PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games
PERL5LIB = /home/cpan/pit/jail/Nc0IHparGK/lib/perl5:/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 8442
PERL5_CPANPLUS_IS_VERSION = 0.9914
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.18.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/Nc0IHparGK
PERL_MB_OPT = --install_base "/home/cpan/pit/jail/Nc0IHparGK"
PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/Nc0IHparGK
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen.xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.18.0/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
Platform:
osname=openbsd, osvers=6.6, archname=OpenBSD.amd64-openbsd
uname='openbsd outrage.bingosnet.co.uk 6.6 generic#4 amd64 '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.18.0'
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 ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible OpenBSD Clang 8.0.1 (tags/RELEASE_801/final)', 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 ='-Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lgdbm -lm -lutil -lc
perllibs=-lm -lutil -lc
libc=/usr/lib/libc.so.95.1, 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 -fPIC -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
Locally applied patches:
Devel::PatchPerl 1.80
Built under openbsd
Compiled at Jan 22 2020 19:51:48
%ENV:
PERL5LIB="/home/cpan/pit/jail/Nc0IHparGK/lib/perl5:/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="8442"
PERL5_CPANPLUS_IS_VERSION="0.9914"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.18.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/Nc0IHparGK"
PERL_MB_OPT="--install_base "/home/cpan/pit/jail/Nc0IHparGK""
PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/Nc0IHparGK"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/pit/jail/Nc0IHparGK/lib/perl5/5.18.0/OpenBSD.amd64-openbsd
/home/cpan/pit/jail/Nc0IHparGK/lib/perl5/5.18.0
/home/cpan/pit/jail/Nc0IHparGK/lib/perl5/OpenBSD.amd64-openbsd
/home/cpan/pit/jail/Nc0IHparGK/lib/perl5
/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/lib
/home/cpan/pit/bare/conf/perl-5.18.0/.cpanplus/5.18.0/build/V6JZX48fTy/Module-Build-XSUtil-0.19/blib/arch
/home/cpan/pit/bare/perl-5.18.0/lib/site_perl/5.18.0/OpenBSD.amd64-openbsd
/home/cpan/pit/bare/perl-5.18.0/lib/site_perl/5.18.0
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0/OpenBSD.amd64-openbsd
/home/cpan/pit/bare/perl-5.18.0/lib/5.18.0
.