Compiler-Lexer v0.23 Perl 5 v5.36.3 arm64-freebsd

Status
Unknown
From
Slaven Rezić
Dist
Compiler-Lexer v0.23
Platform
Perl 5 v5.36.3 arm64-freebsd
Date
2023-12-27 09:07:05
ID
4e7cb6ca-a497-11ee-a665-44fe6d8775ea
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 report for Compiler-Lexer-0.23
on perl 5.36.3, created by CPAN-Reporter-1.2019.

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 './Build':

Building Compiler-Lexer
cc -Isrc -I/usr/perl5.36.3/lib/5.36.3/arm64-freebsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp
cc -Isrc -I/usr/perl5.36.3/lib/5.36.3/arm64-freebsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp
cc -Isrc -I/usr/perl5.36.3/lib/5.36.3/arm64-freebsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp
cc -Isrc -I/usr/perl5.36.3/lib/5.36.3/arm64-freebsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp
cc -Isrc -I/usr/perl5.36.3/lib/5.36.3/arm64-freebsd/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -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: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
inline unsigned int DoubleCharactorOperatorMap::hash(register const char *str)
                                                     ^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:42:53: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
const char *DoubleCharactorOperatorMap::in_word_set(register const char *str)
                                                    ^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:189:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
        register int key = hash(str);
        ^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:191:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
                register const char *s = double_charactor_operators[key];
                ^~~~~~~~~
4 errors generated.
error building src/compiler/util/Compiler_double_charactor_operator.o from 'src/compiler/util/Compiler_double_charactor_operator.cpp' at /usr/perl5.36.3/lib/5.36.3/ExtUtils/CBuilder/Base.pm line 185, <DATA> line 1.

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

Prerequisite modules loaded:

requires:

    Module                Need     Have    
    --------------------- -------- --------
    perl                  5.008001 5.036003
    XSLoader              0.02     0.31    

build_requires:

    Module                Need     Have    
    --------------------- -------- --------
    Devel::PPPort         3.19     3.68    
    ExtUtils::CBuilder    0        0.280236
    ExtUtils::MakeMaker   6.59     7.64    
    ExtUtils::ParseXS     2.21     3.45    
    Test::More            0.95     1.302198

configure_requires:

    Module                Need     Have    
    --------------------- -------- --------
    Module::Build         0.4005   0.4234  
    Module::Build::XSUtil 0.02     0.19    


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

Environment variables:

    LANG = C.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.36.3/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 15257
    PERL5_CPAN_IS_RUNNING = 15257
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 51555,15257
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2023122618/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh
    TMPDIR = /var/tmp/cpansmoker-1023/2023122618

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

    $^X = /usr/perl5.36.3/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.33    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                4.10    
    JSON::PP            4.07    
    Module::Build       0.4234  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test2               1.302198
    Test::Harness       3.44    
    Test::More          1.302198
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 3) configuration:
   
  Platform:
    osname=freebsd
    osvers=14.0-stable
    archname=arm64-freebsd
    uname='freebsd cloud9.bbbike.org 14.0-stable freebsd 14.0-stable #0 stable14-ac83f3fa4: mon dec 25 18:44:17 utc 2023 root@cloud9.bbbike.org:usrobjhomeprojectsfreebsd-srcarm64.aarch64sysgeneric arm64 '
    config_args='-ds -e -Dprefix=/usr/perl5.36.3 -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2 -pipe'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='FreeBSD Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=1
    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-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/16/lib
    libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    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 freebsd
  Compiled at Dec 26 2023 16:17:13
  %ENV:
    PERL="/usr/perl5.36.3/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="15257"
    PERL5_CPAN_IS_RUNNING="15257"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="51555,15257"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2023122618/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.36.3/lib/site_perl/5.36.3/arm64-freebsd
    /usr/perl5.36.3/lib/site_perl/5.36.3
    /usr/perl5.36.3/lib/5.36.3/arm64-freebsd
    /usr/perl5.36.3/lib/5.36.3
    .