Compress-DSRC v0.003 Perl 5 v5.26.1 OpenBSD.amd64-openbsd

Status
Unknown
From
Alceu Rodrigues de Freitas Junior
Dist
Compress-DSRC v0.003
Platform
Perl 5 v5.26.1 OpenBSD.amd64-openbsd
Date
2017-12-28 23:07:49
ID
ec61ee92-ec23-11e7-bc39-d2eff9a948f0
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 Jeremy Volkening,

This is a computer-generated report for Compress-DSRC-0.003
on perl 5.26.1, 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 './Build':

Building Compress-DSRC
Processing XS typemap files...
Generating main XS file...
cc -I/home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -xc++ -O2 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wall -shared -fPIC -Wno-unused-variable -std=c++11 -Isrc -Ibuildtmp -c -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -o src/RecordsBlockCompressor.o src/RecordsBlockCompressor.cpp
cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument]
cc -I/home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/OpenBSD.amd64-openbsd/CORE -DPIC -fPIC -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -xc++ -O2 -DNDEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Wall -shared -fPIC -Wno-unused-variable -std=c++11 -Isrc -Ibuildtmp -c -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -o src/FileStream.o src/FileStream.cpp
cc: warning: argument unused during compilation: '-shared' [-Wunused-command-line-argument]
src/FileStream.cpp:75:12: error: use of undeclared identifier 'fopen64'; did you mean 'fopen'?
        FILE* f = FOPEN(fileName_.c_str(), "rb");
                  ^~~~~
                  fopen
src/FileStream.cpp:39:16: note: expanded from macro 'FOPEN'
#       define FOPEN    fopen64
                        ^
/usr/include/stdio.h:217:7: note: 'fopen' declared here
FILE    *fopen(const char *, const char *);
         ^
src/FileStream.cpp:110:2: error: use of undeclared identifier 'fseeko64'; did you mean 'fseeko'?
        FSEEK(impl->file, 0, SEEK_END);
        ^~~~~
        fseeko
src/FileStream.cpp:40:16: note: expanded from macro 'FSEEK'
#       define FSEEK    fseeko64
                        ^
/usr/include/stdio.h:226:6: note: 'fseeko' declared here
int      fseeko(FILE *, off_t, int);
         ^
src/FileStream.cpp:111:9: error: use of undeclared identifier 'ftello64'; did you mean 'ftello'?
        size = FTELL(impl->file);
               ^~~~~
               ftello
src/FileStream.cpp:41:16: note: expanded from macro 'FTELL'
#       define FTELL    ftello64
                        ^
/usr/include/stdio.h:229:8: note: 'ftello' declared here
off_t    ftello(FILE *);
         ^
src/FileStream.cpp:113:2: error: use of undeclared identifier 'fseeko64'; did you mean 'fseeko'?
        FSEEK(impl->file, 0, SEEK_SET);
        ^~~~~
        fseeko
src/FileStream.cpp:40:16: note: expanded from macro 'FSEEK'
#       define FSEEK    fseeko64
                        ^
/usr/include/stdio.h:226:6: note: 'fseeko' declared here
int      fseeko(FILE *, off_t, int);
         ^
src/FileStream.cpp:133:2: error: use of undeclared identifier 'fseeko64'; did you mean 'fseeko'?
        FSEEK(impl->file, pos_, SEEK_SET);
        ^~~~~
        fseeko
src/FileStream.cpp:40:16: note: expanded from macro 'FSEEK'
#       define FSEEK    fseeko64
                        ^
/usr/include/stdio.h:226:6: note: 'fseeko' declared here
int      fseeko(FILE *, off_t, int);
         ^
src/FileStream.cpp:139:12: error: use of undeclared identifier 'fopen64'; did you mean 'fopen'?
        FILE* f = FOPEN(fileName_.c_str(), "wb");
                  ^~~~~
                  fopen
src/FileStream.cpp:39:16: note: expanded from macro 'FOPEN'
#       define FOPEN    fopen64
                        ^
/usr/include/stdio.h:217:7: note: 'fopen' declared here
FILE    *fopen(const char *, const char *);
         ^
src/FileStream.cpp:186:2: error: use of undeclared identifier 'fseeko64'; did you mean 'fseeko'?
        FSEEK(impl->file, pos_, SEEK_SET);
        ^~~~~
        fseeko
src/FileStream.cpp:40:16: note: expanded from macro 'FSEEK'
#       define FSEEK    fseeko64
                        ^
/usr/include/stdio.h:226:6: note: 'fseeko' declared here
int      fseeko(FILE *, off_t, int);
         ^
7 errors generated.
error building src/FileStream.o from 'src/FileStream.cpp' at /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/ExtUtils/CBuilder/Base.pm line 185.

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

Prerequisite modules loaded:

build_requires:

    Module                        Need Have    
    ----------------------------- ---- --------
    ExtUtils::CBuilder            0    0.280230
    ExtUtils::Typemaps::ObjectMap 0    1.05    
    ExtUtils::XSpp                0.18 0.18    
    Test::More                    0    1.302120

configure_requires:

    Module                        Need Have    
    ----------------------------- ---- --------
    ExtUtils::CppGuess            0.07 0.12    
    Module::Build                 0.42 0.4224  
    Module::Build::WithXSpp       0.14 0.14    


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

Environment variables:

    AUTOMATED_TESTING = 1
    DBD_MYSQL_TESTDB = test
    DBD_MYSQL_TESTHOST = localhost
    DBD_MYSQL_TESTPASSWORD = 
    DBD_MYSQL_TESTPORT = 3306
    DBD_MYSQL_TESTUSER = goku
    EXTENDED_TESTING = 1
    PATH = /home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin:/home/goku/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL = /home/goku/perl5/perlbrew/perls/perl-5.26.1/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 44130
    PERL5_CPAN_IS_RUNNING = 44130
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 96446,44130
    PERLBREW_HOME = /home/goku/.perlbrew
    PERLBREW_MANPATH = /home/goku/perl5/perlbrew/perls/perl-5.26.1/man
    PERLBREW_PATH = /home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin
    PERLBREW_PERL = perl-5.26.1
    PERLBREW_ROOT = /home/goku/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.82
    PERLBREW_VERSION = 0.82
    PERL_CR_SMOKER_CURRENT = Compress-DSRC-0.003
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = xterm

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

    $^X = /home/goku/perl5/perlbrew/perls/perl-5.26.1/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 998 998 1001
    $EGID = 998 998 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.67    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.31_05 
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.31_05 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.67    
    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.302120
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=openbsd
    osvers=6.2
    archname=OpenBSD.amd64-openbsd
    uname='openbsd cpan-smoker-openbsd 6.2 generic.mp#134 amd64 '
    config_args='-de -Dprefix=/home/goku/perl5/perlbrew/perls/perl-5.26.1 -Aeval:scriptdir=/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O2'
    cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -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
    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 ='-Wl,-E  -fstack-protector-strong -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-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
  Locally applied patches:
    Devel::PatchPerl 1.48
  Built under openbsd
  Compiled at Dec 20 2017 18:45:59
  %ENV:
    PERL="/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="44130"
    PERL5_CPAN_IS_RUNNING="44130"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="96446,44130"
    PERLBREW_HOME="/home/goku/.perlbrew"
    PERLBREW_MANPATH="/home/goku/perl5/perlbrew/perls/perl-5.26.1/man"
    PERLBREW_PATH="/home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.26.1/bin"
    PERLBREW_PERL="perl-5.26.1"
    PERLBREW_ROOT="/home/goku/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.82"
    PERLBREW_VERSION="0.82"
    PERL_CR_SMOKER_CURRENT="Compress-DSRC-0.003"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/OpenBSD.amd64-openbsd
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/OpenBSD.amd64-openbsd
    /home/goku/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1