[8.0] Platform detection on recent EL9 broken#8185
Merged
Conversation
|
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/14831410664 Failed:
|
sfayer
added a commit
to sfayer/DIRAC
that referenced
this pull request
May 5, 2025
maxnoe
pushed a commit
to maxnoe/DIRAC
that referenced
this pull request
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
A recent update to glibc on EL9 platforms has resulted in dirac-platform returning an incorrect result:
It appears DIRAC contains a copy of the platform.libc_ver() function from the python standard library due to a really old bug: This copy has now aged and doesn't work correctly any more. As a fix, I propose going back to the standard version and dropping the copy entirely (as the bug was fixed over a decade ago!).
Regards,
Simon
BEGINRELEASENOTES
*Core
FIX: Platform detection on recent EL9 broken
ENDRELEASENOTES