> On 26 May 2017, at 20:43, I wrote: > >> On 26 May 2017, at 19:42, Gavin Smith <[email protected]> wrote: > >> I couldn't reproduce this error. > > Thanks for the help. > > I had an old texindex version. With latest texinfo 6.3, ...
I got an error with install-pdf [1]. The rule is missing in a local Makefile, and then 'make' stops. One can move to doc/ and install though [2]. There was also problem with 'make check': though no check errors, there were some recursion problem [3]. 1. bash-3.2# make install-pdf ... Making install-pdf in po make[1]: *** No rule to make target `install-pdf'. Stop. make: *** [install-pdf-recursive] Error 1 2. bash-3.2# cd doc/ bash-3.2# make install-pdf Making install-pdf in tp_api make[1]: Nothing to be done for `install-pdf'. /opt/local/bin/gmkdir -p '/usr/local/share/doc/texinfo' /opt/local/bin/ginstall -c -m 644 texinfo.pdf info-stnd.pdf '/usr/local/share/doc/texinfo' 3. # TOTAL: 57 # PASS: 55 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 ============================================================================ See install-info/tests/test-suite.log Please report to [email protected] ============================================================================ make[4]: *** [test-suite.log] Error 1 make[3]: *** [check-TESTS] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check-recursive] Error 1
