MathML-itex2MML v1.5.9 Perl 5 v5.20.3 OpenBSD.amd64-openbsd

Status
Unknown
From
Nigel Horne
Dist
MathML-itex2MML v1.5.9
Platform
Perl 5 v5.20.3 OpenBSD.amd64-openbsd
Date
2019-01-02 09:00:20
ID
d54eae68-0e6c-11e9-afbf-aec3b07506ca
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 Jacques Distler,

This is a computer-generated report for MathML-itex2MML-1.5.9
on perl 5.20.3, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make -j2 -j2':

cc -c    -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2    -DVERSION=\"1.5.9\"  -DXS_VERSION=\"1.5.9\" -DPIC -fPIC  "-I/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE"  -Ditex2MML_CAPTURE itex2MML_perl.c
cp lib/MathML/itex2MML.pm blib/lib/MathML/itex2MML.pm
cc -c    -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2    -DVERSION=\"1.5.9\"  -DXS_VERSION=\"1.5.9\" -DPIC -fPIC  "-I/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE"  -Ditex2MML_CAPTURE lex.yy.c
In file included from itex2MML_perl.c:731:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/perl.h:5199:
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/inline.h:311:9: warning: nonnull parameter 'pv' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
    if (pv && len > 1) {
        ^~ ~~
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/proto.h:1791:4: note: declared 'nonnull' here
                        __attribute__nonnull__(pTHX_1)
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/perl.h:3100:60: note: expanded from macro '__attribute__nonnull__'
#  define __attribute__nonnull__(a)         __attribute__((nonnull(a)))
                                                           ^
itex2MML_perl.c:1548:6: error: use of undeclared identifier 'bool'
     SvSetSV(tmp, obj);
     ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2085:3: note: expanded from macro 'SvSetSV'
                SvSetSV_and(dst,src,/*nothing*/;)
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2071:10: note: expanded from macro 'SvSetSV_and'
            if (LIKELY((dst) != (src))) {               \
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/perl.h:3162:52: note: expanded from macro 'LIKELY'
#define LIKELY(cond)                        EXPECT(cBOOL(cond),TRUE)
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/handy.h:124:34: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                                 ^
itex2MML_perl.c:1548:6: error: expected ':'
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2085:3: note: expanded from macro 'SvSetSV'
                SvSetSV_and(dst,src,/*nothing*/;)
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2071:10: note: expanded from macro 'SvSetSV_and'
            if (LIKELY((dst) != (src))) {               \
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/perl.h:3162:52: note: expanded from macro 'LIKELY'
#define LIKELY(cond)                        EXPECT(cBOOL(cond),TRUE)
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/handy.h:124:39: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                                      ^
itex2MML_perl.c:1548:6: note: to match this '?'
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2085:3: note: expanded from macro 'SvSetSV'
                SvSetSV_and(dst,src,/*nothing*/;)
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/sv.h:2071:10: note: expanded from macro 'SvSetSV_and'
            if (LIKELY((dst) != (src))) {               \
                ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/perl.h:3162:52: note: expanded from macro 'LIKELY'
#define LIKELY(cond)                        EXPECT(cBOOL(cond),TRUE)
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd/CORE/handy.h:124:31: note: expanded from macro 'cBOOL'
#define cBOOL(cbool) ((cbool) ? (bool)1 : (bool)0)
                              ^
1 warning and 2 errors generated.
*** Error 1 in /tmp/build/MathML-itex2MML-1.5.9-7 (Makefile:339 'itex2MML_perl.o')
*** Error 1 in target 'itex2MML_perl.o'

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Test::Simple        0.44 1.302130

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.34    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.34    


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin:src/njh/smoker/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 19663
    PERL5_CPAN_IS_RUNNING = 19663
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.20.3/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin
    PERLBREW_PERL = perl-5.20.3
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.84
    PERLBREW_VERSION = 0.84
    SHELL = /bin/sh
    TMPDIR = /tmp/testwrapper.9888

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.71    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302130
    YAML                1.27    
    YAML::Syck          1.30    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
   
  Platform:
    osname=openbsd, osvers=6.2, archname=OpenBSD.amd64-openbsd
    uname='openbsd netgate1.bandsman.co.uk 6.2 generic.mp#2 amd64 '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.20.3 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin'
    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 ='-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 4.0.0 (tags/RELEASE_400/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/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.90.0, 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_NEW_COPY_ON_WRITE 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_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.48
  Built under openbsd
  Compiled at Jan 21 2018 04:52:51
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="19663"
    PERL5_CPAN_IS_RUNNING="19663"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.20.3/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin"
    PERLBREW_PERL="perl-5.20.3"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.84"
    PERLBREW_VERSION="0.84"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3/OpenBSD.amd64-openbsd
    /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3
    /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/OpenBSD.amd64-openbsd
    /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3
    .