Re: What to install to be able to build docs on Arch Linux?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: What to install to be able to build docs on Arch Linux?
Date: 2009-11-10 08:08:51
Message-ID: 20091110080851.GA24937@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 09, 2009 at 07:49:12PM -0300, Alvaro Herrera wrote:
> hubert depesz lubaczewski wrote:
>
> > => 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
>
> You probably need
> DOCBOOKSTYLE=/usr/share/sgml/docbook-sgml-4.2 ./configure [ other options ]

now configure finds DocBook stylesheet, but still not docbook itselt:

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:28055: result: /usr/share/sgml/docbook-sgml-4.2
configure:28066: checking for collateindex.pl
configure:28099: result: no
configure:28158: checking for xsltproc
configure:28174: found /usr/bin/xsltproc
configure:28185: result: xsltproc
configure:28200: checking for osx
configure:28216: found /usr/bin/osx
configure:28227: result: osx
configure:28498: checking if gcc supports -Wl,--as-needed
configure:28528: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -D_GNU_SOURCE -I/usr/include/libxml2 -Wl,--as-needed conftest.c -lxml2 -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm >&5

depesz

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2009-11-10 08:44:30 Re: PostgreSQL 8.3.8 on AIX5.3 : compilation failed
Previous Message Peter Eisentraut 2009-11-10 08:06:04 Re: What to install to be able to build docs on Arch Linux?