Opened 3 years ago
Closed 3 years ago
#5063 closed enhancement (fixed)
Need to handle coreutils-9.1 sort-NaN-infloop test failure (with GCC-12)
Reported by: | Xi Ruoyao | Owned by: | lfs-book |
---|---|---|---|
Priority: | normal | Milestone: | 11.2 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
This test fails with GCC-12 in jhalfs build.
We may pull in two patches to fix it:
- https://git.savannah.gnu.org/cgit/coreutils.git/patch/?id=2f56f5a
- https://git.savannah.gnu.org/cgit/coreutils.git/patch/?id=ddafdae
(to me the first patch is enough to fix this specific issue but it introduces another failure, so the second one is also needed).
Or we can just document the failure and wait for coreutils-9.2, as no rational human beings will attempt to sort NaN (the compaision with NaN involved is not a weak ordering).
Note:
See TracTickets
for help on using tickets.
Seems there is an agreement about just documenting. Done at 07b9641ca