From 186f52656e97b08f980a2ef324d88df5dc1758a6 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 22 Feb 2022 16:38:36 +0800 Subject: 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. --- chapter08/glibc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chapter08') 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 misc/tst-ttyname is known to fail in the LFS chroot environment. -