Back
From: metabase:user:d3bc49c6-e9ce-11e6-95e8-c5cd2189b6c4
Subject: UNKNOWN Gearman-XS-0.15 v5.25.9 GNU/Linux
Date: 2017-02-04T06:33:00Z
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 Brian Aker,
This is a computer-generated report for Gearman-XS-0.15
on perl 5.25.9, 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
NOTE: This perl was built without . in @INC. This will be a new feature in 5.26 and for security reasons,
it is good that your module support this feature. You can try this for yourself by executing:
perl -M-lib=. Makefile.PL (or Build.PL)
If your this fails, then you may need to correct distro to support this. No documentation exists yet but you can try this link for more help:
https://github.com/toddr/perl/issues/15
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Gearman/XS/Client.pm blib/lib/Gearman/XS/Client.pm
cp lib/Gearman/XS/Task.pm blib/lib/Gearman/XS/Task.pm
cp lib/Gearman/XS/Job.pm blib/lib/Gearman/XS/Job.pm
cp lib/Gearman/XS/Worker.pm blib/lib/Gearman/XS/Worker.pm
cp lib/Gearman/XS.pm blib/lib/Gearman/XS.pm
Running Mkbootstrap for XS ()
chmod 644 "XS.bs"
"/perl/5.25.9/bin/perl5.25.9" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Gearman/XS/XS.bs 644
"/perl/5.25.9/bin/perl5.25.9" "-Iinc" "/perl/5.25.9/lib/5.25.9/ExtUtils/xsubpp" -typemap '/perl/5.25.9/lib/5.25.9/ExtUtils/typemap' -typemap '/home/smoker/.cpan/build/Gearman-XS-0.15-0/typemap' XS.xs > XS.xsc
mv XS.xsc XS.c
cc -c -Wall -Wundef -Wno-shadow -Wmissing-prototypes -fdiagnostics-show-option -Wformat=2 -Wstrict-aliasing -Wextra -Wmissing-declarations -Wcast-align -Wswitch-default -Wswitch-enum -Wno-undef -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-format-invalid-specifier -Os -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE" XS.c
In file included from /perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv.h:655:0,
from /perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/perl.h:3922,
from gearman_xs.h:14,
from XS.xs:11:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h: In function âS_perl_hash_siphash_1_3â:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h:216:3: warning: switch missing default case [-Wswitch-default]
switch( left ) \
^
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h:242:1: note: in expansion of macro âPERL_SIPHASH_FNCâ
PERL_SIPHASH_FNC(
^
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h: In function âS_perl_hash_siphash_2_4â:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h:216:3: warning: switch missing default case [-Wswitch-default]
switch( left ) \
^
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h:248:1: note: in expansion of macro âPERL_SIPHASH_FNCâ
PERL_SIPHASH_FNC(
^
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h: In function âS_perl_hash_oaathu_siphash_1_3â:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/hv_func.h:311:5: warning: switch missing default case [-Wswitch-default]
switch (len) {
^
In file included from /perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/perl.h:5779:0,
from gearman_xs.h:14,
from XS.xs:11:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/inline.h: In function âget_regex_charset_nameâ:
/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE/inline.h:1263:5: warning: switch missing default case [-Wswitch-default]
switch (get_regex_charset(flags)) {
^
In file included from XS.xs:11:0:
gearman_xs.h: At top level:
gearman_xs.h:18:36: fatal error: libgearman-1.0/gearman.h: No such file or directory
#include <libgearman-1.0/gearman.h>
^
compilation terminated.
make: *** [XS.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.025009
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::CBuilder 0.27 0.280225
ExtUtils::MakeMaker 6.59 7.24
Storable 0 2.61
Test::More 0 1.302075
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::CBuilder 0.27 0.280225
ExtUtils::MakeMaker 6.59 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
CPANEL_SLOW_TESTS = 1
LANG = en_US.UTF-8
PATH = /home/smoker/perl5/bin:/perl/5.25.9/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
PERL = /perl/5.25.9/bin/perl5.25.9
PERL5LIB = /home/smoker/perl5/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 8525
PERL5_CPAN_IS_RUNNING = 8525
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_LOCAL_LIB_ROOT = /home/smoker/perl5
PERL_MB_OPT = --install_base "/home/smoker/perl5"
PERL_MM_OPT = INSTALL_BASE=/home/smoker/perl5
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = xterm-color
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /perl/5.25.9/bin/perl5.25.9
$UID/$EUID = 1011 / 1011
$GID = 1012 1012
$EGID = 1012 1012
Perl module toolchain versions installed:
Module Have
------------------- ----------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.66
ExtUtils::CBuilder 0.280225
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.33
File::Spec 3.66
JSON 2.90
JSON::PP 2.27400_02
Module::Build 0.4220
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.37_01
Test::More 1.302075
YAML 1.21
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 25 subversion 9) configuration:
Platform:
osname=linux
osvers=3.10.0-514.6.1.el7.x86_64
archname=x86_64-linux
uname='linux cpansmoker.dev.cpanel.net 3.10.0-514.6.1.el7.x86_64 #1 smp wed jan 18 13:06:36 utc 2017 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Dusedevel -Ddefault_inc_excludes_dot -Dusemymalloc=n -DDEBUGGING=none -Doptimize=-Os -Accflags=-m64 -Duseshrplib -Duselargefiles=yes -Duseposix=true -Dhint=recommended -Duseperlio=yes -Dprefix=/perl/5.25.9 -Dscriptdir=/perl/5.25.9/bin -Dscriptdirexp=/perl/5.25.9/bin -Dman1dir=none -Dman3dir=none -Dsiteman1dir=none -Dsiteman3dir=none -Dinstallman1dir=none -Dversiononly=yes -Dinstallusrbinperl=no -Dcf_by=toddr_dot_inc -Dmyhostname=localhost -Dperladmin=root@localhost -Dcf_email=toddr@cpan.org -Ud_dosuid -Uuserelocatableinc -Umad -Uusethreads -Uusemultiplicity -Uusesocks -Uuselongdouble -Duse64bitint -Uuse64bitall'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=undef
uselongdouble=undef
usemymalloc=n
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-Os'
cppflags='-m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.8.5 20150623 (Red Hat 4.8.5-11)'
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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.17.so
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version='2.17'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E -Wl,-rpath,/perl/5.25.9/lib/5.25.9/x86_64-linux/CORE'
cccdlflags='-fPIC'
lddlflags='-shared -Os -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
PERL_USE_DEVEL
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 linux
Compiled at Feb 2 2017 16:49:26
%ENV:
PERL="/perl/5.25.9/bin/perl5.25.9"
PERL5LIB="/home/smoker/perl5/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="8525"
PERL5_CPAN_IS_RUNNING="8525"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_LOCAL_LIB_ROOT="/home/smoker/perl5"
PERL_MB_OPT="--install_base "/home/smoker/perl5""
PERL_MM_OPT="INSTALL_BASE=/home/smoker/perl5"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/smoker/perl5/lib/perl5/5.25.9/x86_64-linux
/home/smoker/perl5/lib/perl5/5.25.9
/home/smoker/perl5/lib/perl5/x86_64-linux
/home/smoker/perl5/lib/perl5
/perl/5.25.9/lib/site_perl/5.25.9/x86_64-linux
/perl/5.25.9/lib/site_perl/5.25.9
/perl/5.25.9/lib/5.25.9/x86_64-linux
/perl/5.25.9/lib/5.25.9