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

Status
Unknown
From
Slaven Rezić
Dist
Image-DecodeQR-WeChat v2.2
Platform
Perl 5 v5.40.0 amd64-freebsd-ld
Date
2024-09-21 20:16:41
ID
6a2aebb0-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.40.0, 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.40.0D/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/2024092020/n4OA34IhQF' ...
find_opencv_settings() : attempting to run 'cmake .' into tempdir '/var/tmp/cpansmoker-1023/2024092020/n4OA34IhQF' ...
find_opencv_settings() : running command has failed: 'cmake .': Command 'cmake' not found in /usr/local/bin, /usr/bin, /bin, /usr/local/sbin, /usr/sbin, /sbin, /home/cpansand/bin/sh, /home/cpansand/bin, /usr/games, /home/cpansand/devel, /home/eserte/src/srezic-misc/scripts 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 ...
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.90      
    Data::Roundtrip         0    0.28      
    Devel::CheckLib         0    1.16      
    ExtUtils::MakeMaker     0    7.70      
    FFI::CheckLib           0    0.31      
    File::Copy              0    2.41      
    File::ShareDir::Install 0    0.14      
    File::Spec              0    3.90      
    File::Temp              0    0.2311    
    FindBin                 0    1.54      
    IPC::Run                0    20231003.0


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

Environment variables:

    LANG = C.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.40.0D/bin/perl
    PERL5LIB = 
    PERL5OPT = -I/var/tmp/cpansmoker-1023/2024092020/CPAN-Reporter-lib-uZTA -MDevel::Autoflush
    PERL5_CPANPLUS_IS_RUNNING = 69022
    PERL5_CPAN_IS_EXECUTING = /home/cpansand/.cpan/build/2024092020/Image-DecodeQR-WeChat-2.2-1/Makefile.PL
    PERL5_CPAN_IS_RUNNING = 69022
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 68562,69022
    PERL_AUTOINSTALL = --defaultdeps
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024092020/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh
    TMPDIR = /var/tmp/cpansmoker-1023/2024092020

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

    $^X = /usr/perl5.40.0D/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.90    
    ExtUtils::CBuilder  0.280240
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.51    
    File::Spec          3.90    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302204
    Test::Harness       3.48    
    Test::More          1.302204
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
   
  Platform:
    osname=freebsd
    osvers=15.0-current
    archname=amd64-freebsd-ld
    uname='freebsd cloud2.bbbike.org 15.0-current freebsd 15.0-current #0 main-n271542-4c5188bbeb88-dirty: thu aug 1 02:58:37 utc 2024 root@cloud2.bbbike.org:usrobjhomeprojectsfreebsd-srcamd64.amd64sysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.40.0D -Duselongdouble -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=define
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O2 -pipe'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='FreeBSD Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)'
    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='long double'
    nvsize=16
    Off_t='off_t'
    lseeksize=8
    alignbytes=16
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/18/lib
    libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    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_LONG_DOUBLE
    USE_PERLIO
    USE_PERL_ATOF
  Built under freebsd
  Compiled at Aug  3 2024 19:14:43
  %ENV:
    PERL="/usr/perl5.40.0D/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="69022"
    PERL5_CPAN_IS_EXECUTING="/home/cpansand/.cpan/build/2024092020/Image-DecodeQR-WeChat-2.2-1/Makefile.PL"
    PERL5_CPAN_IS_RUNNING="69022"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="68562,69022"
    PERL_AUTOINSTALL="--defaultdeps"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024092020/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.40.0D/lib/site_perl/5.40.0/amd64-freebsd-ld
    /usr/perl5.40.0D/lib/site_perl/5.40.0
    /usr/perl5.40.0D/lib/5.40.0/amd64-freebsd-ld
    /usr/perl5.40.0D/lib/5.40.0
    .