Building master on Fedora fails

Vincent Lefevre vincent at vinc17.org
Mon May 20 14:51:34 UTC 2019


On 2019-05-20 16:44:39 +0200, Vincent Lefevre wrote:
> On 2019-05-19 23:03:17 +0200, Moritz Barsnick wrote:
> > On Sun, May 19, 2019 at 12:46:07 -0700, Kevin J. McCarthy wrote:
> > > I've checked upstream, <http://docbook2x.sourceforge.net/>.  The 0.8.8
> > > release includes docbook2texi as a perl script, and it clearly supports
> > > the --string-param argument.  If you have any more information on why
> > > Fedora's version is out of sync with upstream I'd appreciate it.
> > 
> > Fedora packages the docbook2X version of docbook2texi as
> > db2x_docbook2texi (in package docbook2X). The binary it provides as
> > docbook2texi comes from RedHat's own docbook-tools:
> > http://sources.redhat.com/docbook-tools/
> > which are packaged as docbook-utils, sic.
> > 
> > I have no idea why...
> 
> Debian is similar: docbook-utils provides docbook2x-texi, which is
> just

Sorry, bad copy-paste, docbook-utils provides docbook2texi, which is
just

#! /bin/sh
jw -f docbook -b texi "$@"

and expects SGML, not XML: The jw(1) man page says:

       For the moment, jw does not handle XML, but only SGML.

The docbook2x package provides docbook2x-texi, which is a Perl script
using xsltproc, thus expecting XML and with --string-param support.

So, before looking at docbook2texi, it is necessary to look at
docbook2x-texi.

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


More information about the Mutt-dev mailing list