Image-DecodeQR-WeChat v2.2 Perl 5 v5.32.1 MSWin32-x64-multi-thread
- Status
- Unknown
- From
- David Solimano
- Dist
-
Image-DecodeQR-WeChat v2.2
- Platform
- Perl 5 v5.32.1 MSWin32-x64-multi-thread
- Date
- 2024-10-11 19:58:34
- ID
- 8fb5cf8e-7c2e-1014-a03b-82e05396f3b9
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 Andreas Hadjiprocopis,
This is a computer-generated report for Image-DecodeQR-WeChat-2.2
on perl 5.32.1, created by CPAN-Reporter-1.2019.
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 'C:\Strawberry\perl\bin\perl.exe Makefile.PL':
find_opencv_settings() : checking ENV for 'OPENCV_LDFLAGS' and 'OPENCV_CFLAGS' ...
find_opencv_settings() : checking with pkg-config ...
find_opencv_settings() : checking with cmake ...
find_opencv_settings() : writing CMakeLists.txt and test.cpp into tempdir 'C:\Users\SOLIMA~1\AppData\Local\Temp\5WMb3R8A54' ...
find_opencv_settings() : attempting to run 'cmake .' into tempdir 'C:\Users\SOLIMA~1\AppData\Local\Temp\5WMb3R8A54' ...
find_opencv_settings() : running command has failed: 'cmake .': Command 'cmake' not found in C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot\bin, C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin, C:\WINDOWS\system32, C:\WINDOWS, C:\WINDOWS\System32\Wbem, C:\WINDOWS\System32\WindowsPowerShell\v1.0\, C:\WINDOWS\System32\OpenSSH\, C:\Program Files\TortoiseSVN\bin, C:\RV\BIN, C:\Program Files\Microsoft SQL Server\130\Tools\Binn\, C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\, C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\, C:\Program Files\SlikSvn\bin, C:\Program Files\dotnet\, C:\Program Files\Microsoft SQL Server\150\Tools\Binn\, C:\Program Files\Git\cmd, C:\Program Files\Azure Data Studio\bin, C:\Program Files\MIT\Kerberos\bin, C:\Strawberry\c\bin, C:\Strawberry\perl\site\bin, C:\Strawberry\perl\bin, C:\Program Files\TortoiseGit\bin, C:\Users\solimanod\AppData\Local\Microsoft\WindowsApps, . at Makefile.PL line 98.
find_opencv_settings() : finding ldflags (only!) with FFI::CheckLib, this is just for extra info but it is useless because it does not find the INCLUDE dir ...
Use of uninitialized value $path in -d at C:/Strawberry/perl/site/lib/FFI/CheckLib.pm line 252.
Use of uninitialized value $path in -d at C:/Strawberry/perl/site/lib/FFI/CheckLib.pm line 252.
find_opencv_settings() : error, failed to find OpenCV compilation flags (library location and include-dir) using several methods.
The best way to proceed from here is to find where OpenCV library and include dir are located and set ENVironment variables before re-running this script. FOR EXAMPLE if library is located at '/usr/lib64/libopencv_world.so' and include dir at '/usr/local/include/opencv4/include/', then set these ENV vars (FOR EXAMPLE):
OPENCV_LDFLAGS='-L/usr/lib64/ -lopencv_world'
OPENCV_CFLAGS='-I/usr/local/include/opencv4/include/'and re-run this script.The only complication then is if you don't thave the libopencv_world.so which includes all OpenCV symbols but instead you have hundreds of smaller OpenCV component libraries. In which case set this:
OPENCV_LDFLAGS='-L/usr/lib64/ -lopencv_core -lopencv_dnn -lopencv_imgproc -lopencv_features2d -lopencv_flann -lopencv_imgcodecs -lopencv_wechat_qrcode -lopencv_highgui '
If running this script was successful but 'make' fails, then Perhaps you may also need to add '-lpng -ltiff -ljpeg' in the same way as described above. Also -ltbb etc. In general add all libraries via ENV vars when all else fails.
Good luck unless you have Unix/Linux which is a solid dev env.
Error, failed to find OpenCV compilation flags (libs+includes), call to find_opencv_settings() has failed. Is OpenCV installed (version 4+)? If yes, then your best option is to manually find the INCLUDE dir and LIB dir for OpenCV in your system and set OPENCV_LDFLAGS and OPENCV_CFLAGS ENVironment variables and re-run this Makefile.PL again. at Makefile.PL line 221.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
configure_requires:
Module Need Have
----------------------- ---- ----------
Cwd 0 3.78
Data::Roundtrip 0 0.28
Devel::CheckLib 0 1.16
ExtUtils::MakeMaker 0 7.70
FFI::CheckLib 0 0.31
File::Copy 0 2.34
File::ShareDir::Install 0 0.14
File::Spec 0 3.78
File::Temp 0 0.2311
FindBin 0 1.54
IPC::Run 0 20231003.0
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 8
PATH = C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot\bin;C:\Program Files\Microsoft\jdk-11.0.12.7-hotspot\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\TortoiseSVN\bin;C:\RV\BIN;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\SlikSvn\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\Git\cmd;C:\Program Files\Azure Data Studio\bin;C:\Program Files\MIT\Kerberos\bin;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\TortoiseGit\bin;C:\Users\solimanod\AppData\Local\Microsoft\WindowsApps;
PERL = C:\Strawberry\perl\bin\perl.exe
PERL5LIB = C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/lib;C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/arch;C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/lib;C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/arch;C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/lib;C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/arch;C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/lib;C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/arch;C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/lib;C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/lib;C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/lib
PERL5OPT = -IC:\Users\SOLIMA~1\AppData\Local\Temp\CPAN-Reporter-lib-Hwji -MDevel::Autoflush
PERL5_CPANPLUS_IS_RUNNING = 42440
PERL5_CPAN_IS_EXECUTING = C:\STRAWB~1\cpan\build\Image-DecodeQR-WeChat-2.2-0\Makefile.PL
PERL5_CPAN_IS_RUNNING = 42440
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 30180,42440
PERL_AUTOINSTALL = --defaultdeps
PERL_CR_SMOKER_CURRENT = Image-DecodeQR-WeChat-2.2
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 158 Stepping 13, GenuineIntel
TEMP = C:\Users\SOLIMA~1\AppData\Local\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\Strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win10
Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.78
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302199
Test::Harness 3.48
Test::More 1.302199
YAML 1.31
YAML::Syck n/a
version 0.9932
--
Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
Platform:
osname=MSWin32
osvers=10.0.19042.746
archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.32.1.1 #1 Sun Jan 24 15:00:15 2021 x64'
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
bincompat5005=undef
Compiler:
cc='gcc'
ccflags =' -DWIN32 -DWIN64 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields'
optimize='-s -O2'
cppflags='-DWIN32'
ccversion=''
gccversion='8.3.0'
gccosandvers=''
intsize=4
longsize=4
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
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:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-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=libperl532.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs
dlext=xs.dll
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
HAVE_INTERP_INTERN
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
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 Jan 24 2021 15:05:42
%ENV:
PERL="C:\Strawberry\perl\bin\perl.exe"
PERL5LIB="C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/lib;C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/arch;C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/lib;C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/arch;C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/lib;C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/arch;C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/lib;C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/arch;C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/lib;C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/lib;C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/arch;C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/lib"
PERL5_CPANPLUS_IS_RUNNING="42440"
PERL5_CPAN_IS_EXECUTING="C:\STRAWB~1\cpan\build\Image-DecodeQR-WeChat-2.2-0\Makefile.PL"
PERL5_CPAN_IS_RUNNING="42440"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="30180,42440"
PERL_AUTOINSTALL="--defaultdeps"
PERL_CR_SMOKER_CURRENT="Image-DecodeQR-WeChat-2.2"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/arch
C:\STRAWB~1\cpan\build\Data-Roundtrip-0.28-1/blib/lib
C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/arch
C:\STRAWB~1\cpan\build\YAML-PP-v0.38.0-2/blib/lib
C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/arch
C:\STRAWB~1\cpan\build\Unicode-Escape-0.0.2-1/blib/lib
C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/arch
C:\STRAWB~1\cpan\build\Unicode-String-2.10-1/blib/lib
C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/arch
C:\STRAWB~1\cpan\build\Test-Taint-1.08-1/blib/lib
C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/arch
C:\STRAWB~1\cpan\build\Data-Random-Structure-UTF8-0.06-1/blib/lib
C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/arch
C:\STRAWB~1\cpan\build\Data-Random-Structure-0.01-1/blib/lib
C:/Strawberry/perl/site/lib/MSWin32-x64-multi-thread
C:/Strawberry/perl/site/lib
C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib
.