After a "git clean -xdf" (followed by "./bootstrap" && "./configure",
of course), "make check" fails for the gnulib-tests, because the
directory "intl" does not exist:
make[3]: Entering directory `/media/sdb5/berny/git/coreutils/gnulib-tests'
CC localename.o
cc1: error: ../intl: No such file or directory [-Werror]
cc1: all warnings being treated as errors
make[3]: *** [localename.o] Error 1
If "intl" exists, then the check succeeds.
I'm not sure about the reason, probably it has something to do
with one of the MKDIR_P commits in gnulib,
730bf46873d3e6dd152d95470e14967421b795da,
8ed5a30d1c1b784c4c1d142f15f81774a1c52005,
ba3be00a5546579e80323430a57a3aedaedc6156
Any ideas?
Have a nice day,
Berny