Unicode-ICU v0.06 Perl 5 v5.41.5 amd64-freebsd
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Unicode-ICU v0.06
- Platform
- Perl 5 v5.41.5 amd64-freebsd
- Date
- 2024-09-30 08:47:28
- ID
- 9f9b68d4-7f08-11ef-b6ba-ce6b9bef4511
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 cPanel, L. L. C.,
This is a computer-generated report for Unicode-ICU-0.06
on perl 5.41.5, created by CPAN-Reporter-1.2020.
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 '/usr/bin/make':
cp lib/Unicode/ICU/MessagePattern.pm blib/lib/Unicode/ICU/MessagePattern.pm
cp lib/Unicode/ICU/ListFormatter.pm blib/lib/Unicode/ICU/ListFormatter.pm
cp lib/Unicode/ICU/X/Base.pm blib/lib/Unicode/ICU/X/Base.pm
cp lib/Unicode/ICU/X.pm blib/lib/Unicode/ICU/X.pm
cp lib/Unicode/ICU.pm blib/lib/Unicode/ICU.pm
cp lib/Unicode/ICU/MessageFormat.pm blib/lib/Unicode/ICU/MessageFormat.pm
cp lib/Unicode/ICU/MessagePatternPart.pm blib/lib/Unicode/ICU/MessagePatternPart.pm
cp lib/Unicode/ICU/Locale.pm blib/lib/Unicode/ICU/Locale.pm
cp lib/Unicode/ICU/X/ICU.pm blib/lib/Unicode/ICU/X/ICU.pm
cp lib/Unicode/ICU/IDN.pm blib/lib/Unicode/ICU/IDN.pm
cp lib/Unicode/ICU/X/BadIDN.pm blib/lib/Unicode/ICU/X/BadIDN.pm
Running Mkbootstrap for ICU ()
chmod 644 "ICU.bs"
"/home/cpan/bin/perl/bin/perl5.41.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- ICU.bs blib/arch/auto/Unicode/ICU/ICU.bs 644
"/home/cpan/bin/perl/bin/perl5.41.5" "/home/cpan/bin/perl/lib/5.41.5/ExtUtils/xsubpp" -C++ -typemap '/home/cpan/bin/perl/lib/5.41.5/ExtUtils/typemap' ICU.xs > ICU.xsc
mv ICU.xsc ICU.c
c++ -c -DUICU_HAS_UIDNA_OBJECT -DUICU_HAS_UIDNA_CHECK_CONTEXTO -DUICU_HAS_MESSAGEPATTERN -DUICU_HAS_UMSGPAT_ARG_TYPE_SELECTORDINAL -DUICU_CAN_FORMAT_LISTS -DUICU_CAN_FORMAT_OR -Wall -I. -std=c++11 -Wno-c++11-extensions -Wno-c++11-long-long -I/usr/local/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.06\" -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE" ICU.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3024:31: error: too few arguments provided to function-like macro invocation
3024 | return do_open(__nm, __loc);
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/perl.h:8374:9: note: macro 'do_open' defined here
8374 | #define do_open(g, n, l, a, rm, rp, sf) \
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3031:69: error: too few arguments provided to function-like macro invocation
3031 | _LIBCPP_HIDE_FROM_ABI void close(catalog __c) const { do_close(__c); }
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/embed.h:202:10: note: macro 'do_close' defined here
202 | # define do_close(a,b) Perl_do_close(aTHX_ a,b)
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3038:67: error: too few arguments provided to function-like macro invocation
3038 | virtual catalog do_open(const basic_string<char>&, const locale&) const;
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/perl.h:8374:9: note: macro 'do_open' defined here
8374 | #define do_open(g, n, l, a, rm, rp, sf) \
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3038:3: error: 'virtual' can only appear on non-static member functions
3038 | virtual catalog do_open(const basic_string<char>&, const locale&) const;
| ^
/usr/include/c++/v1/locale:3038:26: error: expected ';' at end of declaration list
3038 | virtual catalog do_open(const basic_string<char>&, const locale&) const;
| ^
/usr/include/c++/v1/locale:3040:32: error: too few arguments provided to function-like macro invocation
3040 | virtual void do_close(catalog) const;
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/embed.h:202:10: note: macro 'do_close' defined here
202 | # define do_close(a,b) Perl_do_close(aTHX_ a,b)
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3040:3: error: 'virtual' can only appear on non-static member functions
3040 | virtual void do_close(catalog) const;
| ^
/usr/include/c++/v1/locale:3040:16: error: field has incomplete type 'void'
3040 | virtual void do_close(catalog) const;
| ^
/usr/include/c++/v1/locale:3040:24: error: expected ';' at end of declaration list
3040 | virtual void do_close(catalog) const;
| ^
/usr/include/c++/v1/locale:3047:107: error: too few arguments provided to function-like macro invocation
3047 | typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const {
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/perl.h:8374:9: note: macro 'do_open' defined here
8374 | #define do_open(g, n, l, a, rm, rp, sf) \
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3047:54: error: non-static data member defined out-of-line
3047 | typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const {
| ~~~~~~~~~~~~~~~~~~^
/usr/include/c++/v1/locale:3047:61: error: expected ';' at end of declaration
3047 | typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const {
| ^
/usr/include/c++/v1/locale:3047:115: error: expected unqualified-id
3047 | typename messages<_CharT>::catalog messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const {
| ^
/usr/include/c++/v1/locale:3078:44: error: too few arguments provided to function-like macro invocation
3078 | void messages<_CharT>::do_close(catalog __c) const {
| ^
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd/CORE/embed.h:202:10: note: macro 'do_close' defined here
202 | # define do_close(a,b) Perl_do_close(aTHX_ a,b)
| ^
In file included from ICU.xs:51:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
/usr/include/c++/v1/locale:3078:24: error: non-static data member defined out-of-line
3078 | void messages<_CharT>::do_close(catalog __c) const {
| ~~~~~~~~~~~~~~~~~~^
/usr/include/c++/v1/locale:3078:32: error: expected ';' at end of declaration
3078 | void messages<_CharT>::do_close(catalog __c) const {
| ^
/usr/include/c++/v1/locale:3078:52: error: expected unqualified-id
3078 | void messages<_CharT>::do_close(catalog __c) const {
| ^
17 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpan/.cpan/build/Unicode-ICU-0.06-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
----------------------------- -------- --------
parent 0 0.242
X::Tiny 0.21 0.22
build_requires:
Module Need Have
----------------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
Test2::Plugin::NoWarnings 0 0.10
Test2::Tools::Compare 0.000138 1.302204
Test2::Tools::Explain 0 0.02
Test2::V0 0 1.302204
configure_requires:
Module Need Have
----------------------------- -------- --------
ExtUtils::MakeMaker::CPANfile 0.09 0.09
ExtUtils::PkgConfig 0 1.16
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = C.UTF-8
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL = /home/cpan/bin/perl/bin/perl5.41.5
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 67440
PERL5_CPAN_IS_RUNNING = 67440
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.41.5
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.37
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.54
File::Spec 3.93
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.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 5) configuration:
Commit id: cfe44272cf83e88a97e50d82c2735f8b3fa397e3
Platform:
osname=freebsd
osvers=14.1-release-p5
archname=amd64-freebsd
uname='freebsd cjg-freebsd14 14.1-release-p5 freebsd 14.1-release-p5 generic amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
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'
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.5 (https://github.com/llvm/llvm-project.git llvmorg-18.1.5-0-g617a15a9eac9)'
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 ='-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_DEVEL
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_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Sep 29 2024 23:03:25
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.41.5"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="67440"
PERL5_CPAN_IS_RUNNING="67440"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.5/amd64-freebsd
/home/cpan/bin/perl/lib/site_perl/5.41.5
/home/cpan/bin/perl/lib/5.41.5/amd64-freebsd
/home/cpan/bin/perl/lib/5.41.5
.