-
Notifications
You must be signed in to change notification settings - Fork 138
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
Test failures on Fedora 40 #4667
Comments
The test for CA with request notification should be fixed by PR #4670. |
The failure with annocheck is that you have fortify level hardcoded:
Now |
@abbra Thanks. The fortify level is mostly fixed by PR #4687 but |
I guess some of the linking units were built with older flags? Some of the dependencies, perhaps? |
This is how the sources are compiled for
and this is how they are linked:
This is how the sources are compiled for other tools which do not have
and this is how they are linked:
As you can see, Does |
@fmarco76 fyi |
From the gcc documentation:
According to https://developers.redhat.com/articles/2022/09/17/gccs-new-fortification-level, |
Not sure if there are any remaining failures in F40, but we're now testing with F41 and the issues are different, so I'm closing this ticket. Thanks! |
The following tests failed on Fedora 40:
healthcheck:
https://github.com/edewata/pki/actions/runs/7895266030/job/21547519001
OCSP:
https://github.com/edewata/pki/actions/runs/7895266016/job/21547517485
healthcheck:
https://github.com/edewata/pki/actions/runs/7895266012/job/21547492461
request notification:
https://github.com/edewata/pki/actions/runs/7895266006/job/21547523359
The text was updated successfully, but these errors were encountered: