[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation failure with SVN r6034
From: |
Gavin Smith |
Subject: |
Re: compilation failure with SVN r6034 |
Date: |
Wed, 28 Jan 2015 00:14:23 +0000 |
On Tue, Jan 27, 2015 at 6:14 PM, Werner LEMBERG <address@hidden> wrote:
>
>> Doing
>>
>> ./autogen.sh
>> ./configure
>> make
>>
>> I get
>>
>> ...
>> /bin/sh .../texinfo.compiled/build-aux/missing \
>> help2man --name="translate Texinfo documents" \
>> -I ./makeinfo.h2m ..//tp/makeinfo -o makeinfo.1
>> mv makeinfo.1 makeinfo.1.tmp
>> sed '/^\.IP$/N;/\nAlso/s/I//;/\nThe/s/I//' makeinfo.1.tmp >makeinfo.1
>> rm makeinfo.1.tmp
>> Updating man page texindex.1
>> cd ..//util && make texindex
>> make[3]: Entering directory `.../texinfo.compiled/util'
>> make[3]: *** Keine Regel, um »texindex« zu erstellen. Schluss.
>> make[3]: Leaving directory `.../texinfo.compiled/util'
>> make[2]: *** [texindex.1] Fehler 2
>> make[2]: Leaving directory `.../texinfo.compiled/man'
>> make[1]: *** [all-recursive] Fehler 1
>> make[1]: Leaving directory `.../texinfo.compiled'
>> make: *** [all] Fehler 2
>
> 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?