On 01/01/2012 03:58 PM, Jim Meyering wrote:
Tom G. Christensen wrote:
Since 2011-12-24 my daily make distcheck is failing with this error:
...
make[1]: Entering directory `/home/tgc/projects/gnulib/build/gllib'
make[1]: *** No rule to make target `init.sh', needed by `distdir'. Stop.
make[1]: Leaving directory `/home/tgc/projects/gnulib/build/gllib'
I guess this is an oversight after the changes that went in on 2011-12-23.
Hi Tom,
Can you tell me precisely how to reproduce that?
It's just a gnulib testdir with all modules.
$ ./gnulib-tool --create-testdir --with-tests --dir=../build
The script then runs configure, make (succeeds in this case) followed by
make distcheck.
You can find the full log here:
http://jupiterrise.com/tmp/log-gnulib.txt
It runs on CentOS 5 but uses local copies of the autotools:
Currently they are:
m4 1.4.15
autoconf 2.67
automake 1.11.1
libtool 2.2.10
-tgc