diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-05-16 15:30:35 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2022-05-16 15:30:35 +0200 |
commit | 07b9641cacbe5956f43a10491d1653ac34746f73 (patch) | |
tree | 63ea364bb5c38df62eebaf167f2f37c30771b4c9 | |
parent | 4c2aabba4e4201f8ee88b419f1e9350ebf957844 (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> |