[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build failure for texinfo revision 6402 from SVN
From: |
Stefan Husmann |
Subject: |
Re: Build failure for texinfo revision 6402 from SVN |
Date: |
Sat, 25 Jul 2015 11:30:25 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 |
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:
>>> Am 11.07.2015 um 19:24 schrieb Gavin Smith:
>>>> On 11 July 2015 at 17:41, Stefan Husmann <address@hidden> 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
- Build failure for texinfo revision 6402 from SVN, Stefan Husmann, 2015/07/10
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/10
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/10
- Message not available
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/11
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/11
- Re: Build failure for texinfo revision 6402 from SVN, Stefan Husmann, 2015/07/11
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/11
- Re: Build failure for texinfo revision 6402 from SVN, Stefan Husmann, 2015/07/11
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/11
- Message not available
- Re: Build failure for texinfo revision 6402 from SVN,
Stefan Husmann <=
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/25