Algorithm-Statistic v0.04 Perl 5 v5.28.1 OpenBSD.amd64-openbsd-multi
- Status
- Unknown
- From
- Alceu Rodrigues de Freitas Junior
- Dist
-
Algorithm-Statistic v0.04
- Platform
- Perl 5 v5.28.1 OpenBSD.amd64-openbsd-multi
- Date
- 2019-04-25 21:38:55
- ID
- 86901548-67a2-11e9-9125-bd7105c9402a
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 Igor Karbachinsky,
This is a computer-generated report for Algorithm-Statistic-0.04
on perl 5.28.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 '/usr/bin/make':
cp lib/Algorithm/Statistic.pm blib/lib/Algorithm/Statistic.pm
Running Mkbootstrap for Statistic ()
chmod 644 "Statistic.bs"
"/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Statistic.bs blib/arch/auto/Algorithm/Statistic/Statistic.bs 644
"/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin/perl" "/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/site_perl/5.28.1/ExtUtils/xsubpp" -C++ -typemap '/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/ExtUtils/typemap' Statistic.xs > Statistic.xsc
mv Statistic.xsc Statistic.c
c++ -c -I include/ -std=c++11 -O2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -DPIC -fPIC "-I/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE" Statistic.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
Statistic.xs:17:9: warning: 'NDEBUG' macro redefined [-Wmacro-redefined]
#define NDEBUG
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/perl.h:3381:11: note: previous definition is here
# define NDEBUG 1
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3510:35: error: too few arguments provided to function-like macro invocation
return do_open(__nm, __loc);
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/perl.h:6449:9: note: macro 'do_open' defined here
#define do_open(g, n, l, a, rm, rp, sf) \
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3523:21: error: too few arguments provided to function-like macro invocation
do_close(__c);
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/embed.h:133:9: note: macro 'do_close' defined here
#define do_close(a,b) Perl_do_close(aTHX_ a,b)
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3532:69: error: too few arguments provided to function-like macro invocation
virtual catalog do_open(const basic_string<char>&, const locale&) const;
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/perl.h:6449:9: note: macro 'do_open' defined here
#define do_open(g, n, l, a, rm, rp, sf) \
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3532:5: error: 'virtual' can only appear on non-static member functions
virtual catalog do_open(const basic_string<char>&, const locale&) const;
^
/usr/include/c++/v1/locale:3532:28: error: expected ';' at end of declaration list
virtual catalog do_open(const basic_string<char>&, const locale&) const;
^
/usr/include/c++/v1/locale:3535:34: error: too few arguments provided to function-like macro invocation
virtual void do_close(catalog) const;
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/embed.h:133:9: note: macro 'do_close' defined here
#define do_close(a,b) Perl_do_close(aTHX_ a,b)
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3535:5: error: 'virtual' can only appear on non-static member functions
virtual void do_close(catalog) const;
^
/usr/include/c++/v1/locale:3535:18: error: field has incomplete type 'void'
virtual void do_close(catalog) const;
^
/usr/include/c++/v1/locale:3535:26: error: expected ';' at end of declaration list
virtual void do_close(catalog) const;
^
/usr/include/c++/v1/locale:3544:72: error: too few arguments provided to function-like macro invocation
messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/perl.h:6449:9: note: macro 'do_open' defined here
#define do_open(g, n, l, a, rm, rp, sf) \
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3544:19: error: non-static data member defined out-of-line
messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
~~~~~~~~~~~~~~~~~~^
/usr/include/c++/v1/locale:3544:26: error: expected ';' at end of declaration
messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
^
/usr/include/c++/v1/locale:3545:1: error: expected unqualified-id
{
^
/usr/include/c++/v1/locale:3581:39: error: too few arguments provided to function-like macro invocation
messages<_CharT>::do_close(catalog __c) const
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/embed.h:133:9: note: macro 'do_close' defined here
#define do_close(a,b) Perl_do_close(aTHX_ a,b)
^
In file included from Statistic.xs:20:
In file included from include/kth_order_statistic.hpp:12:
In file included from /usr/include/c++/v1/iostream:40:
In file included from /usr/include/c++/v1/istream:163:
In file included from /usr/include/c++/v1/ostream:140:
/usr/include/c++/v1/locale:3581:19: error: non-static data member defined out-of-line
messages<_CharT>::do_close(catalog __c) const
~~~~~~~~~~~~~~~~~~^
/usr/include/c++/v1/locale:3581:27: error: expected ';' at end of declaration
messages<_CharT>::do_close(catalog __c) const
^
/usr/include/c++/v1/locale:3582:1: error: expected unqualified-id
{
^
Statistic.xs:150:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(e.what());
^~~~~~~~
Statistic.xs:150:18: note: treat the string as an argument to avoid this
warn(e.what());
^
"%s",
Statistic.xs:197:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
warn(e.what());
^~~~~~~~
Statistic.xs:197:18: note: treat the string as an argument to avoid this
warn(e.what());
^
"%s",
Statistic.c:384:1: warning: duplicate 'extern' declaration specifier [-Wduplicate-decl-specifier]
XS_EXTERNAL(boot_Algorithm__Statistic); /* prototype to pass -Wmissing-prototypes */
^
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi/CORE/XSUB.h:134:29: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
4 warnings and 17 errors generated.
*** Error 1 in /mnt/cpan_build_dir/goku/Algorithm-Statistic-0.04-0 (Makefile:338 'Statistic.o')
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Exporter 5.57 5.73
Test::More 0 1.302162
Test::Requires 0 0.10
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
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.28.1-no-ithreads/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.28.1-no-ithreads/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 66287
PERL5_CPAN_IS_RUNNING = 66287
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 34318,66287
PERLBREW_HOME = /home/goku/.perlbrew
PERLBREW_MANPATH = /home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/man
PERLBREW_PATH = /home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin
PERLBREW_PERL = perl-5.28.1-no-ithreads
PERLBREW_ROOT = /home/goku/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.86
PERLBREW_VERSION = 0.86
PERL_CR_SMOKER_CURRENT = Algorithm-Statistic-0.04
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 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.28.1-no-ithreads/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 999 999 1001
$EGID = 999 999 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.26
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.02
JSON::PP 4.02
Module::Build 0.4229
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302162
YAML 1.27
YAML::Syck n/a
version 0.9924
--
Summary of my perl5 (revision 5 version 28 subversion 1) configuration:
Platform:
osname=openbsd
osvers=6.4
archname=OpenBSD.amd64-openbsd-multi
uname='openbsd cpan-smoker-openbsd 6.4 generic.mp#364 amd64 '
config_args='-de -Dprefix=/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads -Dman1dir=none -Dman3dir=none -Dusemultiplicity -Duse64bitint -Duse64bitall -Aeval:scriptdir=/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=define
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 6.0.0 (tags/RELEASE_600/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.92.5
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
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
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.52
Built under openbsd
Compiled at Mar 22 2019 12:28:09
%ENV:
PERL="/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="66287"
PERL5_CPAN_IS_RUNNING="66287"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="34318,66287"
PERLBREW_HOME="/home/goku/.perlbrew"
PERLBREW_MANPATH="/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/man"
PERLBREW_PATH="/home/goku/perl5/perlbrew/bin:/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/bin"
PERLBREW_PERL="perl-5.28.1-no-ithreads"
PERLBREW_ROOT="/home/goku/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.86"
PERLBREW_VERSION="0.86"
PERL_CR_SMOKER_CURRENT="Algorithm-Statistic-0.04"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/site_perl/5.28.1/OpenBSD.amd64-openbsd-multi
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/site_perl/5.28.1
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1/OpenBSD.amd64-openbsd-multi
/home/goku/perl5/perlbrew/perls/perl-5.28.1-no-ithreads/lib/5.28.1
.