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, 11 Jul 2015 23:45:19 +0100

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?
>>
>> Any .texi document used for Info output. The only difference should be
>> in the time it takes to create the Info output files.
>>
> Okay, for latex2e.texi:
>
> address@hidden src]$ makeinfo latex2e.texi
> XSParagraph: couldn't find Libtool archive file
> Compilation failed in require at 
> /usr/share/texinfo/Texinfo/Convert/Plaintext.pm line 34.
> BEGIN failed--compilation aborted at 
> /usr/share/texinfo/Texinfo/Convert/Plaintext.pm line 34.
> Compilation failed in require at /usr/share/texinfo/Texinfo/Convert/Info.pm 
> line 25.
> BEGIN failed--compilation aborted at 
> /usr/share/texinfo/Texinfo/Convert/Info.pm line 25.
> Compilation failed in require at /usr/bin/makeinfo line 120.
> BEGIN failed--compilation aborted at /usr/bin/makeinfo line 120.
>

How did you configure the program? If you can't remember, look at the
output of ./config.status --config.

Could you look under "/usr/local/libexec/texinfo/Texinfo/" or
"/usr/libexec/texinfo/Texinfo/"? That's where it should find the files
its looking for. For me, I get

$ ls /usr/local/libexec/texinfo/Texinfo/
XSParagraph.a   XSParagraph.pm  XSParagraph.so.0
XSParagraph.la  XSParagraph.so  XSParagraph.so.0.0.0

Perhaps you could try uncommenting some of the lines in XSParagraph.pm
to see what's going on, like:

$diff tp/Texinfo/Convert/XSParagraph/lib/XSParagraph.pm
/usr/local/libexec/texinfo/Texinfo/XSParagraph.pm -u
--- tp/Texinfo/Convert/XSParagraph/lib/XSParagraph.pm   2015-07-06
22:06:24.000000000 +0100
+++ /usr/local/libexec/texinfo/Texinfo/XSParagraph.pm   2015-07-11
23:56:25.000000000 +0100
@@ -49,9 +49,9 @@
 sub _find_file($) {
   my $file = shift;
   for my $dir (@INC) {
-    #print "checking $dir/$file\n";
+    print "checking $dir/$file\n";
     if (-f "$dir/$file") {
-      #print "found $dir/$file\n";
+      print "found $dir/$file\n";
       return ($dir, "$dir/$file");
     }
   }



reply via email to

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