Math-MPFR v4.35 Perl 5 v5.28.3 arm64-freebsd
- Status
- Pass
- From
- Slaven Rezić
- Dist
-
Math-MPFR v4.35
- Platform
- Perl 5 v5.28.3 arm64-freebsd
- Date
- 2025-02-23 12:22:45
- ID
- e328a030-f1e0-11ef-af3e-3ef16d8775ea
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 Sisyphus,
This is a computer-generated report for Math-MPFR-4.35
on perl 5.28.3, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 test':
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MPFR.bs blib/arch/auto/Math/MPFR/MPFR.bs 644
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Prec.bs ../blib/arch/auto/Math/MPFR/Prec/Prec.bs 644
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/MPFR/Random/Random.bs 644
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/MPFR/V/V.bs 644
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Prec.bs ../blib/arch/auto/Math/MPFR/Prec/Prec.bs 644
No tests defined for Math::MPFR::Prec extension.
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/MPFR/Random/Random.bs 644
No tests defined for Math::MPFR::Random extension.
"/usr/perl5.28.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/MPFR/V/V.bs 644
No tests defined for Math::MPFR::V extension.
PERL_DL_NONLAZY=1 "/usr/perl5.28.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
GMP Header version (major): 6
GMP Header version (minor): 3
GMP Header version (patchlevel): 0
GMP CC: cc
GMP CFLAGS: -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
MPFR Header version (major): 4
MPFR Header version (minor): 2
MPFR Header version (patchlevel): 1
t/_1aaa_v.t ...................... ok
# Using Math::MPFR version 4.35
# MPFR_VERSION is 262657
# Using mpfr library version 4.2.1
# Using gmp library version 6.3.0
# GMP_LIMB_BITS is 64
# GMP_NAIL_BITS is 0
# __GMP__CFLAGS is -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
# __GMP__CC is cc
# sizeof mpfr_exp_t: 8 bytes
# sizeof mpfr_prec_t: 8 bytes
# has _WIN32_BIZARRE_INFNAN: 0
# has MPFR_PV_NV_BUG: 0
# has WIN32_FMT_BUG: 0
# has _Float16 0
# Machine appears to be little-endian
# Byte Order: 12345678
# mpfr library built WITH thread safety
# mpfr library built WITHOUT _Decimal64 support
# mpfr library built WITHOUT _Decimal128 support
# mpfr library built WITHOUT __float128 support
# mpfr library built WITHOUT gmp internals
# mpfr library built WITHOUT shared cache
# mpfr library thresholds file: default
t/_1basic.t ...................... ok
Skipping test 3 - no long double support
t/_2exp.t ........................ ok
t/_Float16.t ..................... ok
Skipping for 5.028003 - the aim here is to detect any recent changes,
not to concern ourselves with old behaviour.
t/_itsa.t ........................ ok
t/anomaly.t ...................... ok
t/anytoa.t ....................... ok
t/atonum.t ....................... ok
t/atonv.t ........................ ok
t/base_conversion.t .............. ok
t/bessel.t ....................... ok
t/buildopt.t ..................... ok
byteorder: 12345678
longdblkind: 1: "IEEE" 754 128-bit little endian
HAVE_IEEE_754_LONG_DOUBLE is 1
HAVE_EXTENDED_PRECISION_LONG_DOUBLE is 0
t/bytes.t ........................ ok
t/cmp_uj_sj.t .................... ok
MPFR_VERSION: 262657
MPFR_VERSION_STRING: 4.2.1
t/compound.t ..................... ok
FYI:
DBL_DIG = 15
FYI:
LDBL_DIG = 33
FYI:
FLT128_DIG not defined
t/constants.t .................... ok
Skipping all tests - Math::MPFR not built with MPFR_WANT_DECIMAL64 defined
t/D64_LD.t ....................... ok
Skipping all tests - Math::MPFR not built with MPFR_WANT_DECIMAL_FLOATS defined
t/decimal128_conv.t .............. ok
Skipping all tests - Math::MPFR not built with MPFR_WANT_DECIMAL_FLOATS defined
t/decimal64_conv.t ............... ok
t/decimalize.t ................... ok
t/div_by_zero.t .................. ok
Skipping all tests - not a Double-Double build
t/DoubleDouble.t ................. ok
not a Double-Double build.
LDBL_MANT_DIG is 113
t/DoubleDouble2.t ................ ok
t/doubletoa.t .................... ok
t/exceptions.t ................... ok
t/faithful_rounding.t ............ ok
t/flags.t ........................ ok
Skipping all tests: __float128 tests not applicable to this build of perl
t/float128_conv.t ................ ok
skipping all tests - nvtype is not __float128
t/float128_subnormal.t ........... ok
t/get_IV.t ....................... ok
t/get_NV.t ....................... ok
t/grandom.t ...................... ok
t/hex_fmt.t ...................... ok
t/infnan_str.t ................... ok
t/inits.t ........................ ok
t/integer_string.t ............... ok
t/lngamma_bug.t .................. ok
Skipping all tests - Math::LongDouble not found
t/LongDouble.t ................... ok
t/MPFR_RND.t ..................... ok
t/mpfrtoa.t ...................... ok
t/mpfrtoa_precisions.t ........... ok
t/nan_cmp.t ...................... ok
Skipping all tests - nvtype is double
t/native_float128.t .............. ok
t/neg_zero_bug.t ................. ok
Skipping test 5 - no Math::GMPf
t/new.t .......................... ok
t/new_in_4.0.0.t ................. ok
t/new_in_4.1.0.t ................. ok
t/new_pow_log_exp.t .............. ok
ISSUE_19550 not set
t/NOK_and_POK.t .................. ok
Skipping test 5 - no 'long long' support
t/not_zero.t ..................... ok
t/numtoa.t ....................... ok
t/NV_overloading.t ............... ok
t/nvtoa.t ........................ ok
Avoiding perl for string to NV assignment. (Perl is UNRELIABLE)
t/nvtoa2.t ....................... ok
t/nvtoa3.t ....................... skipped: Perl's string to NV assignment is unreliable
t/nvtoa_dd.t ..................... ok
t/nvtoa_subnormal.t .............. ok
t/out_str.t ...................... ok
t/overload.t ..................... ok
t/overload_cmp_q.t ............... ok
t/overload_cmp_z.t ............... ok
Version 0.35 (or later) of the following modules is needed for a more
complete implementation of cross_class overloading:
Math::GMPf - currently not installed
Skipping test 2 - no Math::GMPf
t/overload_cross_class.t ......... ok
Skipping all tests - can't pass __float128 type
t/overload_float128.t ............ ok
t/overload_math_gmp.t ............ ok
Skipping Math::GMPz tests - Math-GMPz-0.63 or later is require; have only 0.62 at t/overload_mod.t line 106.
Skipping Math::GMPzqtests - Math-GMPq-0.58 or later is require; have only 0.57 at t/overload_mod.t line 138.
t/overload_mod.t ................. ok
t/overload_shift.t ............... ok
t/overload_switch.t .............. ok
t/overloadex.t ................... ok
t/P_specifier.t .................. ok
Test::Pod version: 1.52
Pod::Simple version: 3.45
t/pod.t .......................... ok
t/printf.t ....................... ok
MPFR_PV_NV_BUG set to 0
t/PV_NV_BUG.t .................... ok
t/q_arith.t ...................... ok
t/random2.t ...................... ok
t/random3.t ...................... ok
t/remainder.t .................... ok
t/Rmpfr_asinu.t .................. ok
t/Rmpfr_fmod_ui.t ................ ok
t/Rmpfr_get_q.t .................. ok
t/Rmpfr_q_div_and_Rmpfr_z_div.t .. ok
t/Rmpfr_rec_root.t ............... ok
t/Rmpfr_rootn_ui.t ............... ok
t/Rmpfr_sinu.t ................... ok
# Minimum allowed exponent: -4611686018427387903
# Current minimum exponent: -1073741823
Skipping test 34 - Rmpfr_get_emin() != Rmpfr_get_emin_min()
Skipping test 125 - __float128 not supported
Skipping test 126 - long double not supported
t/rndna.t ........................ ok
# Minimum allowed exponent: -4611686018427387903
# Current minimum exponent: -1073741823
Skipping test 125 - __float128 not supported
Skipping test 126 - long double not supported
t/rndna2.t ....................... ok
Skipping all tests because Math::Ryu is unavailable
t/ryu_checks.t ................... ok
Using *_set_ui,*_set_si _cmp_ui and cmp_si functions
t/set_IV.t ....................... ok
Using mpfr*_set_d and mpfr_cmp_d functions
t/set_NV.t ....................... ok
t/set_str.t ...................... ok
t/sign.t ......................... ok
t/sizes.t ........................ ok
t/snprintf.t ..................... ok
t/sprintf.t ...................... ok
t/subnormal_doubles.t ............ ok
Calling all cache freeing functions
Skipping tests 4, 5 and 6 - not relevant to this build
t/sum.t .......................... ok
Skipping test 40 - no Math::GMPf
Skipping test 47 - no Math::GMPf
Skipping test 53: Rmpfr_random2 no longer implemented
Skipping test 75 - no Math::GMPf
t/test1.t ........................ ok
t/test2.t ........................ ok
Skipping test 3 - no Math::GMPf
t/test3.t ........................ ok
t/test4.t ........................ ok
Skipping all tests: ithreads not available with this build of perl
t/tls.t .......................... ok
Skipping all tests: ithreads not available with this build of perl
t/tls_flags.t .................... ok
t/trig.t ......................... ok
t/trigamma.t ..................... ok
t/TRmpfr_out_str.t ............... ok
t/underflow.t .................... ok
long long int support is absent
Skipping test 4 - nothing to test
t/use64bitint.t .................. ok
Skipping test 2 - nothing to test
Skipping test 3 - nothing to test
Skipping test 4 - no long double support
Skipping test 6 - no long double support
Skipping test 7 - no long double support
Skipping test 8 - no long double support
Skipping test 9 - no long double support
Skipping test 10 - no long double support
t/uselongdouble.t ................ ok
No tests here - just output (if any) from any configuration
probing that was done during the 'perl Makefile.PL' step
checklib.exe: Found the mpfr and gmp libraries
try_64 build: have_d64.in:2:2: error: GNU decimal type extension not supported
2 | _Decimal64 x;
| ^
1 error generated.
try_128 build: have_d128.in:2:2: error: GNU decimal type extension not supported
2 | _Decimal128 x;
| ^
1 error generated.
have_f128 build: have_f128.in:2:2: error: __float128 is not supported on this target
2 | __float128 x;
| ^
1 error generated.
t/view_config.t .................. ok
All tests successful.
Files=108, Tests=33413, 16 wallclock secs ( 1.78 usr 0.38 sys + 14.99 cusr 1.16 csys = 18.31 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Test::More 0.88 1.302209
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/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 54020
PERL5_CPAN_IS_RUNNING = 54020
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 50831,54020
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025022312/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/sh
TMPDIR = /var/tmp/cpansmoker-1023/2025022312
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.28.3/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.20
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 n/a
Parse::CPAN::Meta 2.150010
Test2 1.302209
Test::Harness 3.50
Test::More 1.302209
YAML 1.31
YAML::Syck 1.34
version 0.9923
--
Summary of my perl5 (revision 5 version 28 subversion 3) configuration:
Platform:
osname=freebsd
osvers=14.1-stable
archname=arm64-freebsd
uname='freebsd cloud9.bbbike.org 14.1-stable freebsd 14.1-stable stable14-n268041-bb7b7b0eb7cf generic arm64 '
config_args='-ds -e -Dprefix=/usr/perl5.28.3 -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -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=1
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 /usr/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_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
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
Locally applied patches:
Devel::PatchPerl 2.08
Built under freebsd
Compiled at Jun 30 2024 07:39:37
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="54020"
PERL5_CPAN_IS_RUNNING="54020"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="50831,54020"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025022312/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.28.3/lib/site_perl/5.28.3/arm64-freebsd
/usr/perl5.28.3/lib/site_perl/5.28.3
/usr/perl5.28.3/lib/5.28.3/arm64-freebsd
/usr/perl5.28.3/lib/5.28.3
.