Re: 9.2rc1 build requirements

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Joe Abbate <jma(at)freedomcircle(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 9.2rc1 build requirements
Date: 2012-08-30 20:50:57
Message-ID: 1346359427-sup-3203@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Excerpts from Joe Abbate's message of jue ago 30 16:18:05 -0400 2012:
> Hello hackers,
>
> In order to test 9.2rc1, I had to build contrib (because Pyrseas uses
> some of those modules). The build instructions
> (http://www.postgresql.org/docs/9.2/static/install-procedure.html )
> state the way to build everything (contrib + docs, etc.) is
>
> gmake world
>
> Unfortunately, that failed because the doc build requires jade. I
> managed to build contrib separately, but wanted to point out that jade
> is not mentioned in the requirements page
> (http://www.postgresql.org/docs/9.2/static/install-requirements.html ).
> In fact, searching for 'jade' returns no results.
>
> As an aside, I installed jade (on Debian) and tried to make world but
> got several errors, starting with the following:
>
> jade -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D . -d
> stylesheet.dsl -t sgml -i output-html -V html-index postgres.sgml
> jade:E: unknown warning type "fully-tagged"

I'm not sure what's the status of jade, but our Debian instructions to
build docs suggest to use openjade instead:
http://www.postgresql.org/docs/devel/static/docguide-toolsets.html

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-08-30 20:51:02 Re: We're not lax enough about maximum time zone offset from UTC
Previous Message Tom Lane 2012-08-30 20:50:22 Re: --disable-shared is entirely broken these days