Re: What to install to be able to build docs on Arch Linux? - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject Re: What to install to be able to build docs on Arch Linux?
Date
Msg-id 20091109221351.GA6140@depesz.com
Whole thread Raw
In response to Re: What to install to be able to build docs on Arch Linux?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: What to install to be able to build docs on Arch Linux?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: What to install to be able to build docs on Arch Linux?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
On Mon, Nov 09, 2009 at 11:44:31PM +0200, Peter Eisentraut wrote:
> On mån, 2009-11-09 at 20:16 +0100, hubert depesz lubaczewski wrote:
> > my docbook related packages:
> > => pacman -Q | grep -i docbook
> > docbook-xml 4.5-3
> > docbook-xsl 1.74.0-1
> > docbook2x 0.8.8-7
> You need the SGML version of DocBook.

ok. installed (from aur):

=> pacman -Q | grep -i docbook
docbook-sgml 4.2-1
docbook-xml 4.5-3
docbook-xsl 1.74.0-1
docbook2x 0.8.8-7

It contains these files:
=> pacman -Ql docbook-sgml
docbook-sgml /usr/
docbook-sgml /usr/share/
docbook-sgml /usr/share/sgml/
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/calstblx.dtd
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/catalog
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/dbcentx.mod
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/dbgenent.mod
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/dbhierx.mod
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/dbnotnx.mod
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/dbpoolx.mod
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/docbook.dcl
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/docbook.dtd
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/docbookx.dtd
docbook-sgml /usr/share/sgml/docbook-sgml-4.2/soextblx.dtd

But I still can't make the docs:

./configure \
        --prefix=/home/pgdba/work \
        --with-pgport=5850 \
        --with-tcl \
        --with-perl \
        --with-python \
        --enable-integer-datetimes \
        --without-krb5 \
        --without-pam \
        --without-bonjour \
        --with-openssl \
        --with-readline \
    --with-libxml \
        --with-zlib \
        --with-gnu-ld
...
checking for onsgmls... onsgmls
checking for openjade... no
checking for jade... jade
checking for DocBook V4.2... no
checking for DocBook stylesheets... no
checking for collateindex.pl... no
checking for xsltproc... xsltproc
checking for osx... osx
...

config.log shows:
configure:27919: found /usr/bin/onsgmls
configure:27930: result: onsgmls
configure:27945: checking for openjade
configure:27975: result: no
configure:27945: checking for jade
configure:27961: found /usr/bin/jade
configure:27972: result: jade
configure:27984: 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"
configure:28013: result: no
configure:28019: checking for DocBook stylesheets
configure:28058: result: no
configure:28112: checking for collateindex.pl
configure:28145: result: no
configure:28158: checking for xsltproc
configure:28174: found /usr/bin/xsltproc
configure:28185: result: xsltproc


Best regards,

depesz

--
Linkedin: http://www.linkedin.com/in/depesz  /  blog: http://www.depesz.com/
jid/gtalk: depesz@depesz.com / aim:depeszhdl / skype:depesz_hdl / gg:6749007

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Which locale to use for multiple-language support?
Next
From: Baris Gerze
Date:
Subject: [Fwd: Returning multiple rows in 8.4]