Compile docs on ArchLinux

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Compile docs on ArchLinux
Date: 2012-04-18 04:25:14
Message-ID: CAB7nPqQZ+v=rDSMg+hidg8fKPHde9Tu6Nnfkos-5yO0n=dFobA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Under Arch, I am not able to compile Postgres docs.

By having a look at config.log, it cannot find the docbook folder:
configure:29356: checking for DocBook V4.2
onsgmls:/etc/xml/catalog:2:78:E: name expected
onsgmls:/etc/xml/catalog:2:18:E: cannot find "PUBLIC"; tried
"/etc/xml/PUBLIC", "/usr/share/sgml/PUBLIC", "/usr/share/xml/PUBLIC"
onsgmls:conftest.sgml:1:54:W: cannot generate system identifier for public
text "-//OASIS//DTD DocBook V4.2//EN"

The stylesheets are correctly set up.
configure:29391: checking for DocBook stylesheets
configure:29427: result: /usr/share/sgml/stylesheets/dsssl/docbook

It looks that the correct packages are installed:
$ pacman -Q | grep docbook
docbook-dsssl 1.79-3
docbook-sgml 4.5-1
docbook-xml 4.5-5
docbook-xsl 1.76.1-2
docbook2x 0.8.8-11
Well, docbook-sgml 4.5 is installed, not 4.2, but I would suppose that it
is enough.

Is it necessary to setup a variable like DOCBOOKSTYLE?
Thanks in advance!
--
Michael Paquier
http://michael.otacoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberto De Oliveira 2012-04-18 04:55:20 Log to syslog in one line
Previous Message Chris Ernst 2012-04-18 00:03:37 Re: Recreate primary key without dropping foreign keys?