-
Notifications
You must be signed in to change notification settings - Fork 46
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
[mpir] GCC14 compile issue #268
Labels
Comments
same error here. |
Looks like an upstream issue. Can you post an issue upstream and link it back here? On our end, for the sake of building the package we don't need to run the tests. If we can find a way to disable the tests, that should be good enough for us. The solution I went with temporarily is to disable the specific errors that are being checked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When attempting to compile the
mpir
project with GCC 14 usingyay
, the configuration script fails due to issues in the "long long reliability test 1." The compilation succeeds with GCC 13 but not with GCC 14.Steps to Reproduce
mpir
usingyay
with GCC 14:Expected Behavior
The configuration and build processes should complete successfully using GCC 14.
Actual Behavior
The configuration fails during "long long reliability test 1." Relevant
config.log
snippet:Workaround
The issue does not occur with GCC 13:
The text was updated successfully, but these errors were encountered: