Image-DecodeQR-WeChat v2.2 Perl 5 v5.18.4 amd64-freebsd

Status
Unknown
From
Slaven Rezić
Dist
Image-DecodeQR-WeChat v2.2
Platform
Perl 5 v5.18.4 amd64-freebsd
Date
2024-09-21 20:17:06
ID
793a975e-7856-11ef-8d56-9f176e8775ea
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.18.4, 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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/perl5.18.4p/bin/perl 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 '/var/tmp/cpansmoker-1023/2024092109/HhhG90KP0p' ...
find_opencv_settings() : attempting to run 'cmake .' into tempdir '/var/tmp/cpansmoker-1023/2024092109/HhhG90KP0p' ...
Build Params: 
$VAR1 = {};
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 ...
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.75      
    Data::Roundtrip         0    0.28      
    Devel::CheckLib         0    1.16      
    ExtUtils::MakeMaker     0    7.70      
    FFI::CheckLib           0    0.31      
    File::Copy              0    2.26      
    File::ShareDir::Install 0    0.14      
    File::Spec              0    3.75      
    File::Temp              0    0.2311    
    FindBin                 0    1.54      
    IPC::Run                0    20231003.0


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.18.4p/bin/perl
    PERL5LIB = 
    PERL5OPT = -I/var/tmp/cpansmoker-1023/2024092109/CPAN-Reporter-lib-H8wa -MDevel::Autoflush
    PERL5_CPANPLUS_IS_RUNNING = 88369
    PERL5_CPAN_IS_EXECUTING = /home/cpansand/.cpan/build/2024092121/Image-DecodeQR-WeChat-2.2-0/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 88369
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 73567,88369
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_AUTOINSTALL = --defaultdeps
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024092109/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2024092109

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

    $^X = /usr/perl5.18.4p/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.37    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    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.75    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.89    
    Parse::CPAN::Meta   2.150010
    Test2               1.302204
    Test::Harness       3.50    
    Test::More          1.302204
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 18 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.18.4p'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, 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  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at Apr  4 2015 13:03:15
  %ENV:
    PERL="/usr/perl5.18.4p/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="88369"
    PERL5_CPAN_IS_EXECUTING="/home/cpansand/.cpan/build/2024092121/Image-DecodeQR-WeChat-2.2-0/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="88369"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="73567,88369"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024092109/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.18.4p/lib/site_perl/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/site_perl/5.18.4
    /usr/perl5.18.4p/lib/5.18.4/amd64-freebsd
    /usr/perl5.18.4p/lib/5.18.4
    .