On 25 July 2015 at 10:30, Stefan Husmann <[email protected]> wrote:
> Am 23.07.2015 um 13:20 schrieb Gavin Smith:
>> On 11 July 2015 at 23:45, Gavin Smith <[email protected]> wrote:
>>> On 11 July 2015 at 19:22, Stefan Husmann <[email protected]> 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