bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build failure for texinfo revision 6402 from SVN


From: Gavin Smith
Subject: Re: Build failure for texinfo revision 6402 from SVN
Date: Sat, 25 Jul 2015 13:16:30 +0100

On 25 July 2015 at 10:30, Stefan Husmann <address@hidden> wrote:
> Am 23.07.2015 um 13:20 schrieb Gavin Smith:
>> On 11 July 2015 at 23:45, Gavin Smith <address@hidden> wrote:
>>> On 11 July 2015 at 19:22, Stefan Husmann <address@hidden> wrote:

> I use these functions to prepare and build.
>
> prepare() {
>   cd "$srcdir"/"${_svnmod}"
>   patch -Np0 < $srcdir/activate_plaintext_pm.patch || true # your patch from 
> previous mail
>   rm build-aux/ltmain.sh
>   ln -s /usr/share/libtool/build-aux/ltmain.sh build-aux/ltmain.sh
> }
>
> build() {
>   cd "$srcdir"/"${_svnmod}"
>   export LANG=C
>   ./autogen.sh
>   ./configure --prefix=/usr --libexecdir=/usr/lib
>   make
> }
>
> I can now build the LaTeX manuals fine. So this issue seems to be fixed.

Okay, thanks for testing. I didn't notice that you were using a C
locale before. I expect the reason it's working now is because you
installed the "en_US.UTF-8" locale. Hopefully the changes I made will
mean it will work with a "de_DE" or "de_DE.UTF-8" locale as well as
with a "C" locale.

I've just committed a change that is intended to fall back to the
original Perl module if setting the locale for the character encoding
fails.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]