This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] test-container: Install with $(all-subdirs) [BZ #24794]


On 7/24/19 11:32 AM, Tulio Magno Quites Machado Filho wrote:
Stefan Liebler <stli@linux.ibm.com> writes:

starting with this commit, I see the following fail:
cat nss/tst-nss-files-hosts-long.out
error: tst-nss-files-hosts-long.c:35: ahostsv4 failed
error: 1 test failures

Does anybody else also see this fail?

I reproduced it here.
I'm sorry, I thought it was a bug hidden by the bug fixed in my previous
patch.

While running "make check" I've recognized the output of
support/shell-container.c:
sh: execing getent failed: No such file or directory File
sh: execing /usr/bin/makedb failed: No such file or directory File

And indeed getent does not exist in <build-dir>/testroot.root or
<build-dir>/testroot.pristine. Without this commit, it was available.

In older logs, I've found these commands:
/usr/bin/install -c build/nss/getent
build/testroot.pristine/usr/bin/getent.new
/usr/bin/install -c build/nss/makedb
build/testroot.pristine/usr/bin/makedb.new
mv -f build/testroot.pristine/usr/bin/getent.new
build/testroot.pristine/usr/bin/getent
mv -f build/testroot.pristine/usr/bin/makedb.new
build/testroot.pristine/usr/bin/makedb

Can anybody help?

I'll take a look and see what's missing.

Regression tests catching regressions! ;-)

--
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]