Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in mpfr_vsprintf #180

Open
arguellocarlos opened this issue Nov 27, 2024 · 1 comment
Open

Error in mpfr_vsprintf #180

arguellocarlos opened this issue Nov 27, 2024 · 1 comment

Comments

@arguellocarlos
Copy link

Hello,

Please excuse me if this is a duplicate of [toolchain][mpfr-4.1.0] check_vsprintf test failure with Gentoo (needs patch or version bump), most likely this is but the error log is different?

Running Ubuntu 24.04.1 LTS, mpfr-4.1.0 compilation fails,

======================================
   MPFR 4.1.0: tests/test-suite.log
======================================

# TOTAL: 183
# PASS:  182
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tsprintf
==============

Error in mpfr_vsprintf (s, "%0+ -'13.10Pd:", ...);
expected: "+01,234,567  :"
got:      "+0001,234,567:"
FAIL tsprintf (exit status: 1)

Thank you

@portnoy174
Copy link

Running Fedora 40, mpfr-4.1.0 compilation fails,

======================================
MPFR 4.1.0: tests/test-suite.log

TOTAL: 183

PASS: 182

SKIP: 0

XFAIL: 0

FAIL: 1

XPASS: 0

ERROR: 0

.. contents:: :depth: 2

FAIL: tsprintf

Error in mpfr_vsprintf (s, "%0+ -'13.10Pd:", ...);
expected: "+01,234,567 :"
got: "+0001,234,567:"
FAIL tsprintf (exit status: 1)

Maybe that's the case

dnf install mpfr
Last metadata expiration check: 3:13:24 ago on Tue 24 Dec 2024 12:19:01 PM +05.
Package mpfr-4.2.1-4.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

Thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants