diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-05-16 15:30:35 +0200 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-16 10:33:13 -0500 |
commit | 3c51561b4e75a0da6caf53eb3ccebcc9f6cc0445 (patch) | |
tree | 87c8bd1885374fbcdcf38ed1e669a4f31937a78d | |
parent | 7e5a6f98512317814901c314619392d9e99f1aae (diff) |
Document the test failure in coreutils
Seems to be fixed upstream, but adding a patch for just a test
is overkill IMO.
-rw-r--r-- | chapter08/coreutils.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index cc8fc42ad..eb3cbcd06 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -131,6 +131,9 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \ <!-- test-getlogin is now skipped <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> --> +<!-- should be fixed at next release, coreutils-9.2 --> + <para>The sort-NaN-infloop test is known to fail with GCC-12.</para> + <para>Remove the temporary group:</para> <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> |