Gearman-XS v0.15 Perl 5 v5.38.2 MSWin32-x86-multi-thread-64int
- Status
- Unknown
- From
- gregor herrmann
- Dist
-
Gearman-XS v0.15
- Platform
- Perl 5 v5.38.2 MSWin32-x86-multi-thread-64int
- Date
- 2024-05-09 03:46:59
- ID
- 51af1603-6d29-1014-9b36-eb40add84263
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 KROW,
This is a computer-generated report for Gearman-XS-0.15
on perl 5.38.2, created by App::cpanminus::reporter 0.21 (1.7047).
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 '':
Building and testing Gearman-XS-0.15
cp lib/Gearman/XS/Worker.pm blib\lib\Gearman\XS\Worker.pm
cp lib/Gearman/XS.pm blib\lib\Gearman\XS.pm
cp lib/Gearman/XS/Task.pm blib\lib\Gearman\XS\Task.pm
cp lib/Gearman/XS/Client.pm blib\lib\Gearman\XS\Client.pm
cp lib/Gearman/XS/Job.pm blib\lib\Gearman\XS\Job.pm
Running Mkbootstrap for XS ()
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e chmod -- 644 "XS.bs"
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command::MM -e cp_nonempty -- XS.bs blib\arch\auto\Gearman\XS\XS.bs 644
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" "C:\Strawberry\perl\lib\ExtUtils/xsubpp" -typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap C:\Users\smoker\.cpanm\work\1715226394.9872\Gearman-XS-0.15\typemap XS.xs > XS.xsc
"C:\Strawberry\perl\bin\perl.exe" "-Iinc" -MExtUtils::Command -e mv -- XS.xsc XS.c
gcc -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 -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -o XS.o "-IC:\strawberry\perl\lib\CORE" XS.c
In file included from C:\strawberry\perl\lib\CORE/sbox32_hash.h:4,
from C:\strawberry\perl\lib\CORE/hv_func.h:46,
from C:\strawberry\perl\lib\CORE/hv.h:707,
from C:\strawberry\perl\lib\CORE/perl.h:4539,
from gearman_xs.h:14,
from XS.xs:11:
C:\strawberry\perl\lib\CORE/zaphod32_hash.h: In function 'zaphod32_hash_with_state':
C:\strawberry\perl\lib\CORE/zaphod32_hash.h:263:5: warning: switch missing default case [-Wswitch-default]
switch (len & 0x3) {
^~~~~~
In file included from C:\strawberry\perl\lib\CORE/hv_func.h:92,
from C:\strawberry\perl\lib\CORE/hv.h:707,
from C:\strawberry\perl\lib\CORE/perl.h:4539,
from gearman_xs.h:14,
from XS.xs:11:
C:\strawberry\perl\lib\CORE/perl_siphash.h: In function 'S_perl_hash_siphash_1_3_with_state_64':
C:\strawberry\perl\lib\CORE/perl_siphash.h:67:3: warning: switch missing default case [-Wswitch-default]
switch( left ) \
^~~~~~
C:\strawberry\perl\lib\CORE/perl_siphash.h:67:3: note: in definition of macro 'PERL_SIPHASH_FNC'
switch( left ) \
^~~~~~
C:\strawberry\perl\lib\CORE/perl_siphash.h: In function 'S_perl_hash_siphash_2_4_with_state_64':
C:\strawberry\perl\lib\CORE/perl_siphash.h:67:3: warning: switch missing default case [-Wswitch-default]
switch( left ) \
^~~~~~
C:\strawberry\perl\lib\CORE/perl_siphash.h:67:3: note: in definition of macro 'PERL_SIPHASH_FNC'
switch( left ) \
^~~~~~
In file included from C:\strawberry\perl\lib\CORE/perl.h:7812,
from gearman_xs.h:14,
from XS.xs:11:
C:\strawberry\perl\lib\CORE/sv_inline.h: In function 'Perl_newSV_type':
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_NULL' not handled in switch [-Wswitch-enum]
switch(type) {
^~~~~~
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_IV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_NV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_INVLIST' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVIV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVNV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVMG' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_REGEXP' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVGV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVLV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVCV' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVFM' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_PVIO' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:420:9: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch-enum]
C:\strawberry\perl\lib\CORE/sv_inline.h:383:5: warning: enumeration value 'SVt_LAST' not handled in switch [-Wswitch-enum]
switch (type) {
^~~~~~
In file included from XS.xs:11:
gearman_xs.h: At top level:
gearman_xs.h:18:10: fatal error: libgearman-1.0/gearman.h: No such file or directory
#include <libgearman-1.0/gearman.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake: *** [Makefile:368: XS.o] Error 1
-> FAIL Installing Gearman::XS failed. See C:\Users\smoker\.cpanm\work\1715226394.9872\build.log for details. Retry with --force to force install it.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 2
PATH = C:\WINDOWS\system32;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
PERL5_CPANPLUS_IS_RUNNING = 8588
PERL5_CPAN_IS_RUNNING = 8588
PERL_CR_SMOKER_CURRENT = McBain-WithGearmanXS-2.000000
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 15 Stepping 11, GenuineIntel
TEMP = C:\Users\smoker\AppData\Local\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 0
EUID = 0
EXECUTABLE_NAME = C:\Strawberry\perl\bin\perl.exe
GID = 0
UID = 0
Win32::FsType = NTFS
Win32::GetOSName = Win10
Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.49_01
Test::More 1.302199
YAML 1.31
YAML::Syck 1.34
version 0.9932
--
Summary of my perl5 (revision 5 version 38 subversion 2) configuration:
Platform:
osname=MSWin32
osvers=10.0.19045.4291
archname=MSWin32-x86-multi-thread-64int
uname='Win32 strawberry-perl 5.38.2.2 # 14:58:40 Sun April 21 2024 x32'
config_args='undef'
hint=recommended
useposix=true
d_sigaction=undef
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=undef
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='gcc'
ccflags =' -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields'
optimize='-Os -falign-functions -falign-jumps -falign-labels -falign-loops -freorder-blocks -freorder-blocks-algorithm=stc -freorder-blocks-and-partition'
cppflags='-DWIN32'
ccversion=''
gccversion='8.3.0'
gccosandvers=''
intsize=4
longsize=4
ptrsize=4
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=12
longdblkind=3
ivtype='long long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='long long'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='g++'
ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib" -L"C:\strawberry\c\i686-w64-mingw32\lib" -L"C:\strawberry\c\lib\gcc\i686-w64-mingw32\8.3.0"'
libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\lib C:\strawberry\c\lib\gcc\i686-w64-mingw32\8.3.0 C:\strawberry\c\i686-w64-mingw32\lib C:\strawberry\c\lib\gcc\i686-w64-mingw32\8.3.0
libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=
so=dll
useshrplib=true
libperl=libperl538.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs
dlext=xs.dll
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags='-shared -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib" -L"C:\strawberry\c\i686-w64-mingw32\lib" -L"C:\strawberry\c\lib\gcc\i686-w64-mingw32\8.3.0"'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_TIMES
HAVE_INTERP_INTERN
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at Apr 21 2024 17:11:56
%ENV:
PERL5_CPANPLUS_IS_RUNNING="8588"
PERL5_CPAN_IS_RUNNING="8588"
PERL_CR_SMOKER_CURRENT="McBain-WithGearmanXS-2.000000"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/Strawberry/perl/site/lib/MSWin32-x86-multi-thread-64int
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib