[DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
What packages and versions do I need to install to build the docs on Ubuntu? I tried 10.04's version of Openjade, which wasn't recognized, and with "jade" I got: postgres@31214-1-950145:/usr/local/src/test$ make docs make -C doc all make[1]: Entering directory `/usr/local/src/test/doc' make -C sr

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Kevin Grittner
Josh Berkus wrote: > What packages and versions do I need to install to build the docs > on Ubuntu? > > I tried 10.04's version of Openjade, which wasn't recognized > Requirements for building the docs are not documented in our docs. I did find that getting the doc build going was a bit fus

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
> http://www.postgresql.org/docs/current/static/docguide.html > > There were recently some posts that helped me clear up a lot of > warnings I was getting, which basically boiled down to the need to > install the opensp package. Yeah, that guide isn't much help, because the named requirements d

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
To be more specific, having installed all of the requirements listed in builddocs, I'm still getting a fatal error: make[3]: Entering directory `/usr/local/src/test/doc/src/sgml' { \ echo ""; \ echo ""; \ } > version.sgml '/usr/bin/perl' ./mk_feature_tables.pl YES ../..

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
On 1/12/12 12:28 PM, Josh Berkus wrote: > To be more specific, having installed all of the requirements listed in > builddocs, I'm still getting a fatal error: > > make[3]: Entering directory `/usr/local/src/test/doc/src/sgml' > { \ > echo ""; \ > echo ""; \ > } > version.sgm

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Alvaro Herrera
Excerpts from Josh Berkus's message of jue ene 12 17:28:28 -0300 2012: > To be more specific, having installed all of the requirements listed in > builddocs, I'm still getting a fatal error: > > make[3]: Entering directory `/usr/local/src/test/doc/src/sgml' > { \ > echo ""; \ > echo "

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
> The warning about "unknown warning type" means you're using the wrong > tool to me. My toolchain here uses "openjade" which is a fork of the > earlier jade (so install opensp as Kevin suggested, and rerun configure > after that); my guess is that we're pretty much dependent on openjade > featur

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Euler Taveira de Oliveira
On 12-01-2012 17:28, Josh Berkus wrote: > Can't open perl script "/bin/collateindex.pl": No such file or directory > make[3]: *** [bookindex.sgml] Error 2 > Did you install docbook-dsssl? It must contain that script. -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Josh Berkus
On 1/12/12 1:43 PM, Euler Taveira de Oliveira wrote: > On 12-01-2012 17:28, Josh Berkus wrote: >> Can't open perl script "/bin/collateindex.pl": No such file or directory >> make[3]: *** [bookindex.sgml] Error 2 >> > Did you install docbook-dsssl? It must contain that script. Per prior email, I ne

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Tom Lane
Josh Berkus writes: > We'd probably get more help on the docs if it wasn't a day-long effort > to build them. [ shrug... ] On Fedora, installing the "authoring/publishing tools" package group has always gotten me everything needed. regards, tom lane -- Sent via pgsql-d

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Tom Lane
Josh Berkus writes: > LC_ALL=C '/usr/bin/perl' /bin/collateindex.pl -f -g -i 'bookindex' -o > bookindex.sgml HTML.index > Can't open perl script "/bin/collateindex.pl": No such file or directory On Fedora, that script comes in the docbook-style-dsssl package. Don't know how Ubuntu has chopped th

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Alvaro Herrera
Excerpts from Josh Berkus's message of jue ene 12 18:43:39 -0300 2012: > > > The warning about "unknown warning type" means you're using the wrong > > tool to me. My toolchain here uses "openjade" which is a fork of the > > earlier jade (so install opensp as Kevin suggested, and rerun configure

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Tom Lane
Alvaro Herrera writes: > The warning about "unknown warning type" means you're using the wrong > tool to me. My toolchain here uses "openjade" which is a fork of the > earlier jade (so install opensp as Kevin suggested, and rerun configure > after that); my guess is that we're pretty much depende

Re: [DOCS] Cannot build docs on Ubuntu 10.04?

2012-01-12 Thread Alvaro Herrera
Excerpts from Tom Lane's message of jue ene 12 18:55:41 -0300 2012: > Josh Berkus writes: > > LC_ALL=C '/usr/bin/perl' /bin/collateindex.pl -f -g -i 'bookindex' -o > > bookindex.sgml HTML.index > > Can't open perl script "/bin/collateindex.pl": No such file or directory > > On Fedora, that scrip