[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnulib-tests: error when "intl" directory is missing
From: |
Bernhard Voelker |
Subject: |
gnulib-tests: error when "intl" directory is missing |
Date: |
Thu, 28 Mar 2013 00:31:43 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnulib-tests: error when "intl" directory is missing,
Bernhard Voelker <=