[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, 11 Jul 2015 18:41:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 |
Am 11.07.2015 um 14:46 schrieb Gavin Smith:
> --- tp/Texinfo/Convert/Plaintext.pm (revision 6400)
> +++ tp/Texinfo/Convert/Plaintext.pm (working copy)
> @@ -663,8 +663,8 @@ sub new_formatter($$;$)
> if ($type eq 'line') {
> $container = Texinfo::Convert::Line->new($container_conf);
> } elsif ($type eq 'paragraph') {
> - $container = Texinfo::Convert::Paragraph->new($container_conf);
> - #$container = XSParagraph->new($container_conf);
> + #$container = Texinfo::Convert::Paragraph->new($container_conf);
> + $container = XSParagraph->new($container_conf);
> } elsif ($type eq 'unfilled') {
> $container = Texinfo::Convert::UnFilled->new($container_conf);
> } else {
Hello,
the activation of the locale for en_US.utf8 did the trick in revision 6411.
Without that activation, there were segfaults also in 6411.
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?
Many thanks and best regards
Stefan Husmann
- 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 <=
- 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, 2015/07/25
- Re: Build failure for texinfo revision 6402 from SVN, Gavin Smith, 2015/07/25