diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-22 16:38:36 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-22 16:44:04 +0800 |
commit | 186f52656e97b08f980a2ef324d88df5dc1758a6 (patch) | |
tree | 33f1977c6b07e0afb1c6a11c029349727f1cdb15 | |
parent | 188fba74b44708940c9cc40a0fe3ae438c69089f (diff) |
glibc: document tst-nss-files-hosts-multi failure ...
on the systems without non-loopback IP address
We'd observed this long ago with "unknown reason". I just saw it again
and did some investigation, found it depends on getaddrinfo() with
AI_ADDRCONFIG, which requires a non-loopback address.
-rw-r--r-- | chapter08/glibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index fdb9cf544..6615926ec 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -165,12 +165,13 @@ esac</userinput></screen> <para><emphasis>misc/tst-ttyname</emphasis> is known to fail in the LFS chroot environment.</para> </listitem> -<!-- + <listitem> <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis> - test may fail for reasons that have not been determined.</para> + test is known to fail if the system has no non-loopback IP + addresses.</para> </listitem> - +<!-- <listitem> <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on the host system kernel. Kernels 4.14.91–4.14.96, |