Math-MPFR v4.35 Perl 5 v5.40.0 x86_64-linux
- Status
- Pass
- From
- David Cantrell (DCANTRELL)
- Dist
-
Math-MPFR v4.35
- Platform
- Perl 5 v5.40.0 x86_64-linux
- Date
- 2025-02-24 00:40:21
- ID
- ed578a50-f247-11ef-9df9-81045578954a
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.40.0, 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:
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 test':
"/home/david/cpantesting/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- MPFR.bs blib/arch/auto/Math/MPFR/MPFR.bs 644
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Prec'
"/home/david/cpantesting/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Prec.bs ../blib/arch/auto/Math/MPFR/Prec/Prec.bs 644
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Prec'
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Random'
"/home/david/cpantesting/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs ../blib/arch/auto/Math/MPFR/Random/Random.bs 644
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Random'
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/V'
"/home/david/cpantesting/perl-5.40.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- V.bs ../blib/arch/auto/Math/MPFR/V/V.bs 644
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/V'
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Prec'
"/home/david/cpantesting/perl-5.40.0/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.
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Prec'
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Random'
"/home/david/cpantesting/perl-5.40.0/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.
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/Random'
make[1]: Entering directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/V'
"/home/david/cpantesting/perl-5.40.0/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.
make[1]: Leaving directory '/home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/V'
PERL_DL_NONLAZY=1 "/home/david/cpantesting/perl-5.40.0/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): 2
GMP Header version (patchlevel): 1
GMP CC: x86_64-linux-gnu-gcc
GMP CFLAGS: -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3
MPFR Header version (major): 4
MPFR Header version (minor): 2
MPFR Header version (patchlevel): 0
t/_1aaa_v.t ...................... ok
# Using Math::MPFR version 4.35
# MPFR_VERSION is 262656
# Using mpfr library version 4.2.0
# Using gmp library version 6.2.1
# GMP_LIMB_BITS is 64
# GMP_NAIL_BITS is 0
# __GMP__CFLAGS is -g -O2 -ffile-prefix-map=BUILDPATH=. -fstack-protector-strong -Wformat -Werror=format-security -O3
# __GMP__CC is x86_64-linux-gnu-gcc
# 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 WITH _Decimal64 support
# mpfr library built WITH _Decimal128 support
# mpfr library built WITH __float128 support
# mpfr library built WITHOUT gmp internals
# mpfr library built WITHOUT shared cache
# mpfr library thresholds file: src/x86_64/mparam.h
t/_1basic.t ...................... ok
Skipping test 3 - no long double support
t/_2exp.t ........................ ok
t/_Float16.t ..................... ok
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: 3: x86 80-bit little endian
HAVE_IEEE_754_LONG_DOUBLE is 0
HAVE_EXTENDED_PRECISION_LONG_DOUBLE is 1
t/bytes.t ........................ ok
t/cmp_uj_sj.t .................... ok
MPFR_VERSION: 262656
MPFR_VERSION_STRING: 4.2.0
t/compound.t ..................... ok
FYI:
DBL_DIG = 15
FYI:
LDBL_DIG = 18
FYI:
FLT128_DIG = 33
t/constants.t .................... ok
Skipping all tests
Couldn't load Math::Decimal64
Couldn't load Math::LongDouble
t/D64_LD.t ....................... ok
Skipping all tests: Couldn't load Math::Decimal128
: Can't locate Math/Decimal128.pm in @INC (you may need to install the Math::Decimal128 module) (@INC entries checked: /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/lib /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/arch /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0 /home/david/cpantesting/perl-5.40.0/lib/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/5.40.0) at t/decimal128_conv.t line 15.
t/decimal128_conv.t .............. ok
Skipping all tests: Couldn't load Math::Decimal64
: Can't locate Math/Decimal64.pm in @INC (you may need to install the Math::Decimal64 module) (@INC entries checked: /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/lib /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/arch /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0 /home/david/cpantesting/perl-5.40.0/lib/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/5.40.0) at t/decimal64_conv.t line 15.
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 64
t/DoubleDouble2.t ................ ok
t/doubletoa.t .................... ok
t/exceptions.t ................... ok
t/faithful_rounding.t ............ ok
t/flags.t ........................ ok
Skipping all tests: Couldn't load Math::Float128
: Can't locate Math/Float128.pm in @INC (you may need to install the Math::Float128 module) (@INC entries checked: /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/lib /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/arch /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0 /home/david/cpantesting/perl-5.40.0/lib/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/5.40.0) at t/float128_conv.t line 219.
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
Skipping test 8 - no Math::GMP
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
Using perl for string to NV assignment. (Perl deemed reliable)
t/nvtoa2.t ....................... ok
t/nvtoa3.t ....................... ok
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
$@: Can't locate Math/GMP.pm in @INC (you may need to install the Math::GMP module) (@INC entries checked: /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/lib /home/david/cpantesting/perl-5.40.0/.cpan/build/Math-MPFR-4.35-0/blib/arch /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0 /home/david/cpantesting/perl-5.40.0/lib/5.40.0/x86_64-linux /home/david/cpantesting/perl-5.40.0/lib/5.40.0) at t/overload_math_gmp.t line 21.
Skipping all tests as Math::GMP could not be loaded
t/overload_math_gmp.t ............ ok
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 74 - no Math::GMP
Skipping test 75 - no Math::GMPf
Skipping test 84: No Math::GMP
t/test1.t ........................ ok
t/test2.t ........................ ok
Skipping test 3 - no Math::GMPf
Skipping test 4 - no Math::GMP
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_dec64.exe: 42
try_dec128.exe: 128
try_flt128.exe: 42
t/view_config.t .................. ok
All tests successful.
Files=108, Tests=34108, 45 wallclock secs ( 4.37 usr 0.71 sys + 28.59 cusr 2.09 csys = 35.76 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Test::More 0.88 1.302207
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:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
LC_TERMINAL = iTerm2
LC_TERMINAL_VERSION = 3.5.11
NONINTERACTIVE_TESTING = 1
PATH = /home/david/.nvm/versions/node/v22.13.1/bin:/home/david/.cargo/bin:/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin:/home/david/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL = 5.40.0
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 215647
PERL5_CPAN_IS_RUNNING = 215647
PERLBREW_HOME = /home/david/.perlbrew
PERLBREW_MANPATH = /home/david/perl5/perlbrew/perls/perl-5.30.2/man
PERLBREW_PATH = /home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin
PERLBREW_PERL = perl-5.30.2
PERLBREW_ROOT = /home/david/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.98
PERLBREW_VERSION = 0.98
PERLVER = 5.40.0
PERL_INLINE_DIRECTORY = /home/david/.Inline-5.40.0
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 0
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/david/cpantesting/perl-5.40.0/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 24 25 27 29 30 44 46 109 1000
$EGID = 1000 24 25 27 29 30 44 46 109 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
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.302207
Test::Harness 3.50
Test::More 1.302207
YAML 1.31
YAML::Syck n/a
version 0.9933
--
Summary of my perl5 (revision 5 version 40 subversion 0) configuration:
Platform:
osname=linux
osvers=6.1.0-11-amd64
archname=x86_64-linux
uname='linux cpantesting-linux 6.1.0-11-amd64 #1 smp preempt_dynamic debian 6.1.38-4 (2023-08-08) x86_64 gnulinux '
config_args='-de -Dprefix=/home/david/cpantesting/perl-5.40.0'
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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='12.2.0'
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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.36'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -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_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jun 10 2024 20:32:24
%ENV:
PERL="5.40.0"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="215647"
PERL5_CPAN_IS_RUNNING="215647"
PERLBREW_HOME="/home/david/.perlbrew"
PERLBREW_MANPATH="/home/david/perl5/perlbrew/perls/perl-5.30.2/man"
PERLBREW_PATH="/home/david/perl5/perlbrew/bin:/home/david/perl5/perlbrew/perls/perl-5.30.2/bin"
PERLBREW_PERL="perl-5.30.2"
PERLBREW_ROOT="/home/david/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.98"
PERLBREW_VERSION="0.98"
PERLVER="5.40.0"
PERL_INLINE_DIRECTORY="/home/david/.Inline-5.40.0"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="0"
@INC:
/home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0/x86_64-linux
/home/david/cpantesting/perl-5.40.0/lib/site_perl/5.40.0
/home/david/cpantesting/perl-5.40.0/lib/5.40.0/x86_64-linux
/home/david/cpantesting/perl-5.40.0/lib/5.40.0