* Petr Vorel <[email protected]> [2020-06-05 18:53:53 +0200]: > $ strace -o logfile -f -s 222 -tt make test > t=elf/tst-ldconfig-ld_so_conf-update > original exit status 1 > error: xfopen.c:29: could not open /etc/ld.so.conf (mode "a+"): No such file > or directory > error: 1 test failures > running post-clean rsync > > running under root (uh, that's ugly): > error: xmkdirp.c:63: mkdir_p > ("/home/foo/build/glibc/remove-rpc.v2.second-commit/testroot.root/dev", > 0755): Permission denied > > And indeed chroot > "/home/foo/build/glibc/remove-rpc.v2.second-commit/testroot.root/" > doesn't have etc directory. Simple creating etc directory and copying > ld.so.conf does not help (I'm not surprised).
i would try to see why /etc is not created in the testroot. unfortunately i dont know the details of how that is supposed to work (i think there is a pristine testroot that's created first and gets copied into testroot, see if there is /etc there)

