Re: 9.5 make world failing due to sgml tools missing - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: 9.5 make world failing due to sgml tools missing
Date
Msg-id alpine.DEB.2.10.1506230709130.31285@sto
Whole thread Raw
In response to Re: 9.5 make world failing due to sgml tools missing  (Keith Fiske <keith@omniti.com>)
List pgsql-hackers
>> libxml2 has been a required documentation build tool since PostgreSQL
>> 9.0.  The only thing that's new is that xmllint is in a different
>> subpackage on some systems.  So just install that and you're all set for
>> the foreseeable future.
>>
> Well, something is different in 9.5. On this same system (Linux Mint 17.1)
> I can build all previous versions with "make world" and I do not get this
> error.

Maybe the error on the missing tool was previously ignored (that is it 
failed without saying so), and it is now reported?


It might be related to:

commit 5d93ce2d0c619ba1b408eb749715e7223e23f6ae
Author: Peter Eisentraut <peter_e@gmx.net>
Date:   Tue Oct 21 14:46:38 2014 -0400
    doc: Check DocBook XML validity during the build
    Building the documentation with XSLT does not check the DTD, like a    DSSSL build would.  One can often get away
withhaving invalid XML, but    the stylesheets might then create incorrect output, as they are not    designed to
handlethat.  Therefore, check the validity of the XML    against the DTD, using xmllint, during the build.
 
    Add xmllint detection to configure, and add some documentation.
    xmllint comes with libxml2, which is already in use, but it might be    in a separate package, such as
libxml2-utilson Debian.
 
    Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: A couple of newlines missing in pg_rewind log entries
Next
From: Michael Paquier
Date:
Subject: Re: PGXS "check" target forcing an install ?