cppAdaptive2 vv3.0.3 Perl 5 v5.40.2 amd64-freebsd-thread-multi

Status
Unknown
From
Slaven Rezić
Dist
cppAdaptive2 vv3.0.3
Platform
Perl 5 v5.40.2 amd64-freebsd-thread-multi
Date
2025-06-30 22:09:09
ID
d8fa1cc4-55fe-11f0-bc6d-4a456e8775ea
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 Dmytro Zagashev,

This is a computer-generated report for cppAdaptive2-v3.0.3
on perl 5.40.2, 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:

none provided

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

Output from '/usr/bin/make':

cp lib/cppAdaptive2.pm blib/lib/cppAdaptive2.pm
cp lib/cppAdaptive2/Inline.pm blib/lib/cppAdaptive2/Inline.pm
Running Mkbootstrap for Inline ()
chmod 644 "Inline.bs"
"/usr/local/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Inline.bs blib/arch/auto/cppAdaptive2/Inline/Inline.bs 644
"/usr/local/bin/perl" "/usr/local/lib/perl5/5.40/ExtUtils/xsubpp"  -typemap "/usr/local/lib/perl5/5.40/ExtUtils/typemap"  Inline.xs > Inline.xsc
mv Inline.xsc Inline.c
clang++ -c  -I"/home/cpansand/.cpan/build/2025063021/cppAdaptive2-v3.0.3-1" -I../../../../src  -std=c++11 -fopenmp -O3 -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    -DVERSION=\"0.00\"  -DXS_VERSION=\"0.00\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.40/mach/CORE"   Inline.c
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
  820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
../../../../src/dlib/matrix/../unicode/unicode.h:496:26: note: in instantiation of template class 'std::basic_string<unsigned int>' requested here
  496 |     inline const ustring convert_utf8_to_utf32 (
      |                          ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
In file included from /usr/include/c++/v1/string:647:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
  300 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
../../../../src/dlib/matrix/../unicode/unicode.h:514:16: note: in instantiation of template class 'std::basic_string_view<unsigned int>' requested here
  514 |         return temp;
      |                ^
../../../../src/dlib/matrix/../unicode/unicode.h:514:16: note: while substituting deduced template arguments into function template 'basic_string' [with $0 = (no value)]
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:3396:3: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 3396 |   traits_type::copy(std::__to_address(__new_data), std::__to_address(__p), size() + 1);
      |   ^
/usr/include/c++/v1/string:3333:3: note: in instantiation of member function 'std::basic_string<unsigned int>::__shrink_or_extend' requested here
 3333 |   __shrink_or_extend(__target_capacity);
      |   ^
../../../../src/dlib/matrix/../unicode/unicode.h:504:14: note: in instantiation of member function 'std::basic_string<unsigned int>::reserve' requested here
  504 |         temp.reserve(str.size());
      |              ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2911:3: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2911 |   traits_type::assign(*__p, __c);
      |   ^
../../../../src/dlib/matrix/../unicode/unicode.h:509:18: note: in instantiation of member function 'std::basic_string<unsigned int>::push_back' requested here
  509 |             temp.push_back(ch);
      |                  ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2912:3: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2912 |   traits_type::assign(*++__p, value_type());
      |   ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2535:5: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2535 |     traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
      |     ^
/usr/include/c++/v1/string:2556:3: note: in instantiation of member function 'std::basic_string<unsigned int>::__grow_by' requested here
 2556 |   __grow_by(__old_cap, __delta_cap, __old_sz, __n_copy, __n_del, __n_add);
      |   ^
/usr/include/c++/v1/string:2898:5: note: in instantiation of member function 'std::basic_string<unsigned int>::__grow_by_without_replace' requested here
 2898 |     __grow_by_without_replace(__cap, 1, __sz, __sz, 0);
      |     ^
../../../../src/dlib/matrix/../unicode/unicode.h:509:18: note: in instantiation of member function 'std::basic_string<unsigned int>::push_back' requested here
  509 |             temp.push_back(ch);
      |                  ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2538:5: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2538 |     traits_type::copy(
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2861:5: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2861 |     traits_type::assign(std::__to_address(__p) + __sz, __n, __c);
      |     ^
/usr/include/c++/v1/string:3302:5: note: in instantiation of member function 'std::basic_string<unsigned int>::append' requested here
 3302 |     append(__n - __sz, __c);
      |     ^
/usr/include/c++/v1/string:1303:84: note: in instantiation of member function 'std::basic_string<unsigned int>::resize' requested here
 1303 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void resize(size_type __n) { resize(__n, value_type()); }
      |                                                                                    ^
../../../../src/dlib/matrix/../serialize.h:1189:14: note: in instantiation of member function 'std::basic_string<unsigned int>::resize' requested here
 1189 |         item.resize(size);
      |              ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2864:5: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2864 |     traits_type::assign(__p[__sz], value_type());
      |     ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
In file included from Inline.xs:5:
In file included from /usr/include/c++/v1/iostream:42:
In file included from /usr/include/c++/v1/ios:220:
In file included from /usr/include/c++/v1/__locale:24:
/usr/include/c++/v1/string:2221:5: error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
 2221 |     traits_type::assign(__p[__newsz], value_type());
      |     ^
/usr/include/c++/v1/string:2134:5: note: in instantiation of member function 'std::basic_string<unsigned int>::__null_terminate_at' requested here
 2134 |     __null_terminate_at(std::__to_address(__get_pointer()), __pos);
      |     ^
/usr/include/c++/v1/string:3304:5: note: in instantiation of member function 'std::basic_string<unsigned int>::__erase_to_end' requested here
 3304 |     __erase_to_end(__n);
      |     ^
/usr/include/c++/v1/string:1303:84: note: in instantiation of member function 'std::basic_string<unsigned int>::resize' requested here
 1303 |   _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void resize(size_type __n) { resize(__n, value_type()); }
      |                                                                                    ^
../../../../src/dlib/matrix/../serialize.h:1189:14: note: in instantiation of member function 'std::basic_string<unsigned int>::resize' requested here
 1189 |         item.resize(size);
      |              ^
/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
   23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
      |                             ^
10 errors generated.
*** Error code 1

Stop.
make[1]: stopped making "makemakerdflt" in /home/cpansand/.cpan/build/2025063021/cppAdaptive2-v3.0.3-1/.inline/build/cppAdaptive2/Inline

A problem was encountered while attempting to compile and install your Inline
CPP code. The command that failed was:
  "make > out.make 2>&1" with error code 1

The build directory was:
/home/cpansand/.cpan/build/2025063021/cppAdaptive2-v3.0.3-1/.inline/build/cppAdaptive2/Inline

To debug the problem, cd to the build directory, and inspect the output files.

Environment MAKEFLAGS = ''
Environment MAKELEVEL = '1'
Environment PATH = '/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd15.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts'
 at inc/Inline/Module.pm line 113.
	...propagated at inc/Inline/C.pm line 869.
BEGIN failed--compilation aborted at lib/cppAdaptive2.pm line 51.
Compilation failed in require.
BEGIN failed--compilation aborted.
*** Error code 1

Stop.
make: stopped making "makemakerdflt" in /home/cpansand/.cpan/build/2025063021/cppAdaptive2-v3.0.3-1

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

build_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.70

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    ExtUtils::MakeMaker 0    7.70


------------------------------
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/freebsd15.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/local/bin/perl5.40.2
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 25487
    PERL5_CPAN_IS_RUNNING = 25487
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 25339,25487
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025063021/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/2025063021

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

    $^X = /usr/local/bin/perl5.40.2
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.91    
    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.91    
    JSON                n/a     
    JSON::PP            4.16    
    Module::Build       n/a     
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.48    
    Test::More          1.302199
    YAML                n/a     
    YAML::Syck          1.34    
    version             0.9930  


--

Summary of my perl5 (revision 5 version 40 subversion 2) configuration:
   
  Platform:
    osname=freebsd
    osvers=15.0-current
    archname=amd64-freebsd-thread-multi
    uname='freebsd main-amd64-default-job-03 15.0-current freebsd 15.0-current 1500043 amd64 '
    config_args='-Darchlib=/usr/local/lib/perl5/5.40/mach -Dcc=cc -Dcf_by=mat -Dcf_email=mat@FreeBSD.org -Dcf_time=Sun Apr 13 13:07:13 UTC 2025 -Dinc_version_list=none -Dlibperl=libperl.so.5.40.2 -Dman1dir=/usr/local/lib/perl5/5.40/perl/man/man1 -Dman3dir=/usr/local/lib/perl5/5.40/perl/man/man3 -Dprefix=/usr/local -Dprivlib=/usr/local/lib/perl5/5.40 -Dscriptdir=/usr/local/bin -Dsitearch=/usr/local/lib/perl5/site_perl/mach/5.40 -Dsitelib=/usr/local/lib/perl5/site_perl -Dsiteman1dir=/usr/local/lib/perl5/site_perl/man/man1 -Dsiteman3dir=/usr/local/lib/perl5/site_perl/man/man3 -Dusenm=n -Duseshrplib -sde -Ui_iconv -Ui_malloc -Uinstallusrbinperl -Alddlflags=-L/wrkdirs/usr/ports/lang/perl5.40/work/perl-5.40.2 -L/usr/local/lib/perl5/5.40/mach/CORE -lperl -Dshrpldflags=$(LDDLFLAGS:N-L/wrkdirs/usr/ports/lang/perl5.40/work/perl-5.40.2:N-L/usr/local/lib/perl5/5.40/mach/CORE:N-lperl) -Wl,-soname,$(LIBPERL:R) -Doptimize=-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -Dusedtrace -Ui_gdbm -Dusemultiplicity=y -Duse64bitint -Dusemymalloc=n -Dusethreads=y'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    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 -fstack-protector-strong -fno-strict-aliasing '
    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 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)'
    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 ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/lib/clang/19/lib
    libs=-ldl -lm -lcrypt -lutil
    perllibs=-ldl -lm -lcrypt -lutil
    libc=
    so=so
    useshrplib=true
    libperl=libperl.so.5.40.2
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='  -Wl,-R/usr/local/lib/perl5/5.40/mach/CORE'
    cccdlflags='-DPIC -fPIC'
    lddlflags='-shared  -L/usr/local/lib/perl5/5.40/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    MULTIPLICITY
    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_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Locally applied patches:
    FreeBSD:patch-Configure
    FreeBSD:patch-Makefile.SH
    FreeBSD:patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm
    FreeBSD:patch-cpan_ExtUtils-Install_t_Install.t
    FreeBSD:patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm
    FreeBSD:patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t
    FreeBSD:patch-cpan_JSON-PP_bin_json__pp
    FreeBSD:patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm
    FreeBSD:patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm
    FreeBSD:patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm
    FreeBSD:patch-hints_freebsd.sh
    FreeBSD:patch-perl.c
    FreeBSD:patch-t_porting_customized.dat
  Built under freebsd
  %ENV:
    PERL="/usr/local/bin/perl5.40.2"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="25487"
    PERL5_CPAN_IS_RUNNING="25487"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="25339,25487"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025063021/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/local/lib/perl5/site_perl/mach/5.40
    /usr/local/lib/perl5/site_perl
    /usr/local/lib/perl5/5.40/mach
    /usr/local/lib/perl5/5.40
    .