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:
>>> Am 11.07.2015 um 19:24 schrieb Gavin Smith:
>>>> On 11 July 2015 at 17:41, Stefan Husmann <[email protected]>
>>>> wrote:
>>>>
>>>>> the activation of the locale for en_US.utf8 did the trick in revision
>>>>> 6411. Without that activation, there were segfaults also in 6411.
>>
>> I think I fixed the problem: it was still in the "C" locale.
>>
>>>>> Also the patch is applicapable. Feel free to ask, if I could do further
>>>>> testing. Are there .texi-documents known, that actually make use of the
>>>>> feature activated?
>
> I don't suppose you had any more success with this? This is a new and
> unreliable feature and it's worrying when there are failures reported
> that we don't know the cause of.
>
Hello,
sorry for the late reply. I thought, I reported back, but obviuosly I did not.
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.
Thanks for your help and the general work on GNU.
Best Regards
Stefan