On Wed, Jan 28, 2015 at 10:34 AM, Werner LEMBERG <[email protected]> wrote: >>> Still happening with rev 6069. >>> >> I suspect your man/Makefile is out of date for it still be trying to >> build texindex under util/. I tried running "make distclean", >> followed by "./autogen.sh", "./configure" and "make" and it got >> through the make successfully. Could you try reconfiguring? > > I'm *always* compiling from a fresh `svn export', then following the > same route as you. So the problem must be elsewhere. > > Attached you can find my `config.log' file. For bootstrapping, I'm > using autoconf 2.69 and automake 1.15; the used perl version is > 5.20.1, in case this matters.
I see in man/Makefile.am that the rule for texindex.1 uses $(man_rule_bin) in its recipe, which defaults, via $(man_rule_0), to trying to build the program under "util/". That could be the problem. Maybe it was still working for me because I still had a "util/texindex" file lying around. I'll investigate this.
