[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: can't make current SVN trunk
From: |
Patrice Dumas |
Subject: |
Re: can't make current SVN trunk |
Date: |
Mon, 12 May 2014 22:38:18 +0200 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Mon, May 12, 2014 at 09:05:04PM +0300, Aharon Robbins wrote:
> After a fresh checkout of the SVN trunk, autogen, configure and make,
> the build dies with:
>
> Undefined subroutine &Texinfo::Structuring::warn_non_empty_parts called at
> ../tp/texi2any line 1272.
I can reproduce it. I wonder when it started failing that way...
For me, the issue comes from the relocation code. It leads to having
/usr/local/share/texinfo being put before perl -I argument.
A possible fix would be, when calling texi2any (and not texi2any.pl), to
try the directory relative to @datadir@ last in the search path.
Looks good to everybody?
--
Pat